From e65e5313d5c81b206196859f758654d7b07e2eb9 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 --- 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 a25604481f..5729322bd7 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt @@ -26,10 +26,10 @@
[% IF ( koha_news_count ) %]
-

News

+

News

[% SET newsdisp = Koha.Preference('NewsAuthorDisplay') %] [% FOREACH koha_new IN koha_news %] -

[% koha_new.title | html %]

+

[% koha_new.title | html %]

[% koha_new.content | $raw %]

Posted on [% koha_new.newdate | html %][% IF( ( newsdisp == 'staff' || newsdisp == 'both' ) && koha_new.borrowernumber ) %] by [% koha_new.author_title | html %] [% koha_new.author_firstname | html %] [% koha_new.author_surname | html %]
[% END %] [% IF ( CAN_user_tools ) %] @@ -44,7 +44,7 @@ [% END %] [% IF ( daily_quote ) %]

-

Quote of the day

+

Quote of the day

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