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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/wysiwyg-systempreferences.inc (+1 lines)
Lines 14-19 Link Here
14
14
15
    tinyMCE.init({
15
    tinyMCE.init({
16
        branding : false,
16
        branding : false,
17
        relative_urls : false,
17
        content_css : "[% interface | html %]/[% theme | html %]/css/tinymce.css",
18
        content_css : "[% interface | html %]/[% theme | html %]/css/tinymce.css",
18
        editor_selector : "mce",
19
        editor_selector : "mce",
19
        menubar : "file edit view insert format tools table",
20
        menubar : "file edit view insert format tools table",
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt (+1 lines)
Lines 387-392 Link Here
387
387
388
        tinyMCE.init({
388
        tinyMCE.init({
389
            branding : false,
389
            branding : false,
390
            relative_urls : false,
390
            content_css : "[% interface | html %]/[% theme | html %]/css/tinymce.css",
391
            content_css : "[% interface | html %]/[% theme | html %]/css/tinymce.css",
391
            menubar : "file edit view insert format tools table",
392
            menubar : "file edit view insert format tools table",
392
            mode : "specific_textareas",
393
            mode : "specific_textareas",
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt (-1 / +1 lines)
Lines 301-306 Edit news item[% ELSE %]Add news item[% END %][% ELSE %]News[% END %]</div> Link Here
301
            force_p_newlines : false,
301
            force_p_newlines : false,
302
            forced_root_block : '',
302
            forced_root_block : '',
303
            branding : false,
303
            branding : false,
304
            relative_urls : false,
304
            content_css : "[% interface | html %]/[% theme | html %]/css/tinymce.css",
305
            content_css : "[% interface | html %]/[% theme | html %]/css/tinymce.css",
305
            menubar : "file edit view insert format tools table",
306
            menubar : "file edit view insert format tools table",
306
            mode : "specific_textareas",
307
            mode : "specific_textareas",
307
- 

Return to bug 25862