From 4e3aaaa33e5f81261eb88dc25ead21a92c1d9b71 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 Signed-off-by: Owen Leonard --- koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt | 2 +- .../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 1aae1a0b77..ca83789e99 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