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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/wysiwyg-systempreferences.inc (+3 lines)
Lines 14-19 Link Here
14
14
15
    tinyMCE.init({
15
    tinyMCE.init({
16
        branding : false,
16
        branding : false,
17
        //suffix and base_url required for IE 11
18
        suffix: '.min',
19
        base_url: "[% interface | html %]/lib/tiny_mce",
17
        content_css : "[% interface | html %]/[% theme | html %]/css/tinymce.css",
20
        content_css : "[% interface | html %]/[% theme | html %]/css/tinymce.css",
18
        editor_selector : "mce",
21
        editor_selector : "mce",
19
        menubar : "file edit view insert format tools table",
22
        menubar : "file edit view insert format tools table",
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt (+3 lines)
Lines 290-295 Link Here
290
290
291
        tinyMCE.init({
291
        tinyMCE.init({
292
            branding : false,
292
            branding : false,
293
            //suffix and base_url required for IE 11
294
            suffix: '.min',
295
            base_url: "[% interface | html %]/lib/tiny_mce",
293
            content_css : "[% interface | html %]/[% theme | html %]/css/tinymce.css",
296
            content_css : "[% interface | html %]/[% theme | html %]/css/tinymce.css",
294
            menubar : "file edit view insert format tools table",
297
            menubar : "file edit view insert format tools table",
295
            mode : "specific_textareas",
298
            mode : "specific_textareas",
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt (-1 / +3 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
            //suffix and base_url required for IE 11
305
            suffix: '.min',
306
            base_url: "[% interface | html %]/lib/tiny_mce",
304
            content_css : "[% interface | html %]/[% theme | html %]/css/tinymce.css",
307
            content_css : "[% interface | html %]/[% theme | html %]/css/tinymce.css",
305
            menubar : "file edit view insert format tools table",
308
            menubar : "file edit view insert format tools table",
306
            mode : "specific_textareas",
309
            mode : "specific_textareas",
307
- 

Return to bug 25697