From bd79cdfe5cca4d5d2f2377e4614a96998ca9c88b Mon Sep 17 00:00:00 2001 From: Wainui Witika-Park Date: Sun, 6 Jun 2021 07:07:02 +0000 Subject: [PATCH] Bug 27741: main page Bug 27631 corrected the

tags in each of the pages in the staff client. This bug deals with correcting the hierarchy of each of the other headings. To test: 1) Apply patch and dependencies 2) Go to the main page of the staff client and check the headings under

are in the correct order and hierarchy Sponsored-by: Catalyst IT Signed-off-by: Owen Leonard --- koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt index f49da33656..3003199cf1 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt @@ -27,10 +27,10 @@
[% IF ( koha_news.count ) %]
-

News

+

News

[% SET show_author = Koha.Preference('NewsAuthorDisplay') == 'staff' || Koha.Preference('NewsAuthorDisplay') == 'both' %] [% FOREACH koha_new IN koha_news %] -

[% koha_new.title | html %]

+

[% koha_new.title | html %]

[% koha_new.content | $raw %]

Posted on [% koha_new.published_on | $KohaDates %][% IF( show_author && koha_new.author ) %] by [% INCLUDE 'patron-title.inc' patron=koha_new.author %]
[% END %] [% IF ( CAN_user_tools ) %] @@ -45,7 +45,7 @@ [% END %] [% IF ( daily_quote ) %]

-

Quote of the day

+

Quote of the day

[% daily_quote.text | html %] ~ [% daily_quote.source | html %]
-- 2.20.1