fixed a bunch of problems related to the tinymce upgrade
This commit is contained in:
parent
4625a26bc3
commit
ac55cc1e41
8 changed files with 43 additions and 128 deletions
|
|
@ -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 "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue