From 4c671c03457fae12827e88209033c833c87c3689 Mon Sep 17 00:00:00 2001 From: Russel Garlick Date: Fri, 14 Sep 2007 12:14:11 +1200 Subject: [PATCH] Disabling image uploader in TinyMCE Signed-off-by: Chris Cormack --- koha-tmpl/intranet-tmpl/prog/en/modules/help/edithelp.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/edithelp.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/help/edithelp.tmpl index aab9e0fc56..b2f7d19a82 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/edithelp.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/edithelp.tmpl @@ -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", -- 2.39.2