fixed a bunch of problems related to the tinymce upgrade

This commit is contained in:
JT Smith 2006-04-18 17:52:00 +00:00
parent 4625a26bc3
commit ac55cc1e41
8 changed files with 43 additions and 128 deletions

View file

@ -7,8 +7,7 @@ tinyMCE.importPluginLanguagePack('insertImage', 'en');
function TinyMCE_insertImage_getControlHTML(control_name) {
switch (control_name) {
case "insertImage":
case "insertdate":
return tinyMCE.getButtonHTML(control_name, 'lang_insert_webgui_image', '{$pluginurl}/images/insertImage.gif', 'insertImage');
return tinyMCE.getButtonHTML(control_name, 'lang_insert_webgui_image', '{$pluginurl}/images/insertImage.gif', 'insertImage');
}
return "";