Bug 6966: Admin Help Files
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / edithelp.tt
index 3a40f2d..ad4b4a1 100644 (file)
@@ -5,12 +5,13 @@
 tinyMCE.init({
        mode : "textareas",
         theme : "advanced",
+    content_css : "[% themelang %]/css/tinymce.css",
        plugins : "table,save,advhr,advlink,iespell,searchreplace,print,contextmenu",
         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",
-       theme_advanced_buttons3_add : "iespell,advhr,separator,print",
+       theme_advanced_buttons1_add_before : "save,|",
+       theme_advanced_buttons2_add_before: "cut,copy,paste,|,search,replace,|",
+       theme_advanced_buttons3_add_before : "tablecontrols,|",
+       theme_advanced_buttons3_add : "iespell,advhr,|,print",
        theme_advanced_toolbar_location : "top",
        theme_advanced_toolbar_align : "left",
        theme_advanced_path_location : "bottom",