From c5fe20493e6ddf419447a0de3cc893212f08ee33 Mon Sep 17 00:00:00 2001 From: Russel Garlick Date: Fri, 14 Sep 2007 12:07:14 +1200 Subject: [PATCH] Fixing missing , breaking tinyMCE config 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 762d9e2b84..aab9e0fc56 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,img", 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