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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt (-1 / +2 lines)
Lines 29-34 var MSG_CONFIRM_DELETE_NEWS = _("Are you sure you want to delete the selected n Link Here
29
tinyMCE.init({
29
tinyMCE.init({
30
    mode : "textareas",
30
    mode : "textareas",
31
    theme : "advanced",
31
    theme : "advanced",
32
    convert_urls : false,
33
    relative_urls : false,
32
    content_css : "[% themelang %]/css/tinymce.css",
34
    content_css : "[% themelang %]/css/tinymce.css",
33
    plugins : "table,save,advhr,advlink,searchreplace,print,contextmenu",
35
    plugins : "table,save,advhr,advlink,searchreplace,print,contextmenu",
34
    theme_advanced_buttons1 : "save,|,bold,italic,|,cut,copy,paste,|,search,replace,|,justifyleft,justifycenter,justifyright,justifyfull,|,formatselect,|,link,unlink,anchor,cleanup,help,code,advhr,|,print",
36
    theme_advanced_buttons1 : "save,|,bold,italic,|,cut,copy,paste,|,search,replace,|,justifyleft,justifycenter,justifyright,justifyfull,|,formatselect,|,link,unlink,anchor,cleanup,help,code,advhr,|,print",
35
- 

Return to bug 12032