Index: trunk/admin/editor/cmseditor/editor/dialog/fck_image/fck_image.js =================================================================== diff -u -r1454 -r2091 --- trunk/admin/editor/cmseditor/editor/dialog/fck_image/fck_image.js (.../fck_image.js) (revision 1454) +++ trunk/admin/editor/cmseditor/editor/dialog/fck_image/fck_image.js (.../fck_image.js) (revision 2091) @@ -56,11 +56,11 @@ window.parent.parentData['imageCmbAlign'] = GetE('cmbAlign').value; window.parent.parentData['imageTxtWidth'] = GetE('txtWidth').value; window.parent.parentData['imageTxtHeight'] = GetE('txtHeight').value; - + window.parent.document.getElementById('TitleArea').innerHTML = oEditor.FCKLang.DlgLnkWindowTitle; window.location.href = 'dialog/fck_link.html?from'; - } - - } + } + } else + window.parent.document.getElementById('TitleArea').innerHTML = oEditor.FCKLang.DlgImgTitle; }