[Koha-patches] [PATCH] Fix for Bug 6213, Koha News template error

Owen Leonard oleonard at myacpl.org
Wed Apr 20 15:01:45 CEST 2011


---
 .../prog/en/modules/tools/koha-news.tt             |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt
index 7705e44..19242ed 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt
@@ -20,9 +20,9 @@ tinyMCE.init({
         theme : "advanced",
     plugins : "table,save,advhr,advlink,iespell,searchreplace,print,contextmenu",
         theme_advanced_disable : "underline,strikethrough,styleselect,image",
-    theme_advanced_buttons1_add_before : "savecommaseparator",
+    theme_advanced_buttons1_add_before : "save,separator",
     theme_advanced_buttons2_add_before: "cut,copy,paste,separator,search,replace,separator",
-    theme_advanced_buttons3_add_before : "tablecontrolscommaseparator",
+    theme_advanced_buttons3_add_before : "tablecontrols,separator",
     theme_advanced_buttons3_add : "iespell,advhr,separator,print",
     theme_advanced_toolbar_location : "top",
     theme_advanced_toolbar_align : "left",
-- 
1.7.3



More information about the Koha-patches mailing list