From f03692081202dd3bcefe3f3bbf49cb2281f55957 Mon Sep 17 00:00:00 2001 From: Wainui Witika-Park Date: Wed, 26 May 2021 02:31:15 +0000 Subject: [PATCH] Bug 27741: tags folder 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 each of the pages and check the headings under

are in the correct order and hierarchy Sponsored-by: Catalyst IT --- koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt | 11 +++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt index cc25b9f11d..bd60d4654d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt @@ -40,7 +40,7 @@ tr.selected { background-color : #FFFFCC; } tr.selected td { background-color :

Results for tag [% tag | html %]

[% IF ( titles ) %] -

Titles tagged with the term [% tag | html %]

+

Titles tagged with the term [% tag | html %]

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt index 3f20d5e9fb..53ff7d7465 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt @@ -43,13 +43,12 @@ tr > td input,td input[type="submit"] { font-size: 85%; padding: 1px; }

Tags

-

Displaying - [% IF ( filter_approved_all ) %]all[% END %] +

Displaying [% IF ( filter_approved_all ) %]all[% END %] [% IF ( filter_approved_ok ) %]approved[% END %] [% IF ( filter_approved_pending ) %]pending[% END %] [% IF ( filter_approved_rej ) %]rejected[% END %] terms -

+ [% IF ( op_count ) %]
@@ -168,7 +167,7 @@ tr > td input,td input[type="submit"] { font-size: 85%; padding: 1px; }
Title