@@ -, +, @@ code editor for news - In the list of news items you should see an "Edit" split button in each row. - Clicking the "Edit" part of the button should open the edit view with the correct editor as defined by the NewsToolEditor preference. - Clicking the menu arrow on the button should offer the other editing method: - If NewsToolEditor is set to "WYSIWYG," the menu should offer "text editor." - If NewsToolEditor is set to "text editor," the menu should offer "WYSIWYG editor." - Test the button with the NewsToolEditor preference set to both options and confirm that the button and menu work correctly. --- .../prog/en/modules/tools/koha-news.tt | 28 ++++++++++++++++++---- tools/koha-news.pl | 11 ++++++++- 2 files changed, 34 insertions(+), 5 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt @@ -9,7 +9,7 @@ [% INCLUDE 'doc-head-close.inc' %] [% IF ( opac_news_count ) %] [% END %] -[% IF Koha.Preference('NewsToolEditor') == 'codemirror' %] +[% UNLESS ( wysiwyg ) %] [% Asset.css("lib/codemirror/codemirror.css") | $raw %] [% Asset.css("lib/codemirror/lint.min.css") | $raw %]