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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt (-1 / +4 lines)
Lines 296-301 Edit news item[% ELSE %]Add news item[% END %][% ELSE %]News[% END %]</div> Link Here
296
    [% INCLUDE 'str/tinymce_i18n.inc' %]
296
    [% INCLUDE 'str/tinymce_i18n.inc' %]
297
    <script>
297
    <script>
298
        tinyMCE.init({
298
        tinyMCE.init({
299
            verify_html: false,
300
            force_br_newlines : false,
301
            force_p_newlines : false,
302
            forced_root_block : '',
299
            branding : false,
303
            branding : false,
300
            content_css : "[% interface | html %]/[% theme | html %]/css/tinymce.css",
304
            content_css : "[% interface | html %]/[% theme | html %]/css/tinymce.css",
301
            menubar : "file edit view insert format tools table",
305
            menubar : "file edit view insert format tools table",
302
- 

Return to bug 24764