View | Details | Raw Unified | Return to bug 6213
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt (-3 / +2 lines)
Lines 20-28 tinyMCE.init({ Link Here
20
        theme : "advanced",
20
        theme : "advanced",
21
    plugins : "table,save,advhr,advlink,iespell,searchreplace,print,contextmenu",
21
    plugins : "table,save,advhr,advlink,iespell,searchreplace,print,contextmenu",
22
        theme_advanced_disable : "underline,strikethrough,styleselect,image",
22
        theme_advanced_disable : "underline,strikethrough,styleselect,image",
23
    theme_advanced_buttons1_add_before : "savecommaseparator",
23
    theme_advanced_buttons1_add_before : "save,separator",
24
    theme_advanced_buttons2_add_before: "cut,copy,paste,separator,search,replace,separator",
24
    theme_advanced_buttons2_add_before: "cut,copy,paste,separator,search,replace,separator",
25
    theme_advanced_buttons3_add_before : "tablecontrolscommaseparator",
25
    theme_advanced_buttons3_add_before : "tablecontrols,separator",
26
    theme_advanced_buttons3_add : "iespell,advhr,separator,print",
26
    theme_advanced_buttons3_add : "iespell,advhr,separator,print",
27
    theme_advanced_toolbar_location : "top",
27
    theme_advanced_toolbar_location : "top",
28
    theme_advanced_toolbar_align : "left",
28
    theme_advanced_toolbar_align : "left",
29
- 

Return to bug 6213