This commit is contained in:
2025-11-29 17:05:50 +05:00
parent 47786f8ad1
commit fbd7a8247f

View File

@@ -170,7 +170,7 @@
window.opener.CKEDITOR.tools.callFunction(funcNum, fileUrl);
{elseif $target=='navi'}
window.opener.document.getElementById('{$smarty.request.id|default:''|escape}').value = '/{$mediapath}' + document.bForm.bDirName.value + document.bForm.bFileName.value;
window.opener.document.getElementById('{$smarty.request.id|escape}').value = '/{$mediapath}' + document.bForm.bDirName.value + document.bForm.bFileName.value;
{elseif $target=='img_feld' || $target_img=='img_feld'}
let imgSource = '/' + '{$mediapath}' + document.bForm.bDirName.value + document.bForm.bFileName.value;