AAAAhome/academiac/www/media/editors/tinymce/jscripts/tiny_mce/themes/advanced/js/about.js 0000644 00000004122 15147616317 0025207 0 ustar 00 tinyMCEPopup.requireLangPack(); function init() { var ed, tcont; tinyMCEPopup.resizeToInnerSize(); ed = tinyMCEPopup.editor; // Give FF some time window.setTimeout(insertHelpIFrame, 10); tcont = document.getElementById('plugintablecontainer'); document.getElementById('plugins_tab').style.display = 'none'; var html = ""; html += '
| ' + ed.getLang('advanced_dlg.about_plugin') + ' | '; html += '' + ed.getLang('advanced_dlg.about_author') + ' | '; html += '' + ed.getLang('advanced_dlg.about_version') + ' | '; html += '||
| ' + info.longname + ' | '; else html += '' + info.longname + ' | '; if (info.authorurl != null && info.authorurl != '') html += '' + info.author + ' | '; else html += '' + info.author + ' | '; html += '' + info.version + ' | '; html += '