From 85a0a696e8ddb4a874f6e233f4c0c02b11831ea5 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Fri, 31 Jul 2020 22:47:21 +0000 Subject: [PATCH] Bug 26121: Add z-index for CodeMirror To test: 1. Make sure the system preference 'NewsToolEditor' is set to CodeMirror 2. Go add or edit some News content. 3. Add some content to the News section 4. Use the datepicker to pick a Publication date/Expiration date 5. Notice its very hard to see your dates overlapping with CodeMirror. 6. Apply patch 7. Much easier to see the dates! Signed-off-by: Sally --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt index 9cc58f371d..a3f0810fc4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt @@ -15,6 +15,7 @@ [% END %] -- 2.11.0