From 6babeeccabd71c0cd7990847d5c615012740ffdb Mon Sep 17 00:00:00 2001 From: Aleisha Amohia Date: Tue, 27 Jun 2017 01:59:55 +0000 Subject: [PATCH] Bug 18860: Adding thead tags to OPAC messaging settings table So that it can be styled alongside other tables in the OPAC. To test: 1) Log into staff side 2) Find OPACUserCSS syspref and add the following CSS: thead { color: red; } 3) Log into the OPAC 4) Go to your fines, your search history, your reading history etc - notice all of these table's headings are styled with red text 5) Go to your messaging. Notice this table's headings are not styled with red text 6) Apply patch and refresh page 7) Your messaging table should now have red headings. (You can delete the CSS from OPACUserCSS if you'd like.) Sponsored-by: Catalyst IT Signed-off-by: Jesse Maseto Signed-off-by: Jonathan Druart --- .../bootstrap/en/modules/opac-messaging.tt | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt index 84cb228130..ed7d468db2 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt @@ -32,15 +32,18 @@ - - - - [% IF ( SMSSendDriver ) %][% END %] - [% IF ( TalkingTechItivaPhone ) %][% END %] - - - - + + + + + [% IF ( SMSSendDriver ) %][% END %] + [% IF ( TalkingTechItivaPhone ) %][% END %] + + + + + + [% FOREACH messaging_preference IN messaging_preferences %] [% END # / FOREACH messaging_preferences%] +
 Days in advanceSMSPhoneEmailDigests only Do not notify
 Days in advanceSMSPhoneEmailDigests only Do not notify
[% IF ( messaging_preference.Item_Due ) %]Item due @@ -117,6 +120,7 @@
-- 2.11.0