Disabling image uploader in TinyMCE
authorRussel Garlick <rwg@liblime.com>
Fri, 14 Sep 2007 00:14:11 +0000 (12:14 +1200)
committerChris Cormack <crc@liblime.com>
Fri, 14 Sep 2007 00:18:20 +0000 (19:18 -0500)
Signed-off-by: Chris Cormack <crc@liblime.com>
koha-tmpl/intranet-tmpl/prog/en/modules/help/edithelp.tmpl

index aab9e0f..b2f7d19 100644 (file)
@@ -7,7 +7,7 @@ tinyMCE.init({
        mode : "textareas",
         theme : "advanced",
        plugins : "table,save,advhr,advlink,iespell,searchreplace,print,contextmenu",
-        theme_advanced_disable : "underline,strikethrough,styleselect,img",
+        theme_advanced_disable : "underline,strikethrough,styleselect,image",
        theme_advanced_buttons1_add_before : "save,separator",
        theme_advanced_buttons2_add_before: "cut,copy,paste,separator,search,replace,separator",
        theme_advanced_buttons3_add_before : "tablecontrols,separator",