From 1cdb71c1254a4783a44ca611df45b119d6dd52f8 Mon Sep 17 00:00:00 2001 From: Russel Garlick Date: Fri, 14 Sep 2007 11:54:13 +1200 Subject: [PATCH] More changes to TinyMCE tool bar config - removing unnecessary options Signed-off-by: Chris Cormack --- koha-tmpl/intranet-tmpl/prog/en/modules/help/edithelp.tmpl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 36c76a1f83..762d9e2b84 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/edithelp.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/edithelp.tmpl @@ -6,10 +6,9 @@ tinyMCE.init({ mode : "textareas", theme : "advanced", - plugins : "table,save,advhr,advlink,iespell,insertdatetime,preview,searchreplace,print,contextmenu", + plugins : "table,save,advhr,advlink,iespell,searchreplace,print,contextmenu", + theme_advanced_disable : "underline,strikethrough,styleselect,img" theme_advanced_buttons1_add_before : "save,separator", - theme_advanced_buttons1_add : "", - theme_advanced_buttons2_add : "separator,insertdate,inserttime,preview,zoom,separator", theme_advanced_buttons2_add_before: "cut,copy,paste,separator,search,replace,separator", theme_advanced_buttons3_add_before : "tablecontrols,separator", theme_advanced_buttons3_add : "iespell,advhr,separator,print", -- 2.39.2