From b8770569f7093602aebacf0d4967266a574830da Mon Sep 17 00:00:00 2001 From: Wainui Witika-Park Date: Wed, 26 May 2021 02:57:26 +0000 Subject: [PATCH] Bug 27741: patroncards 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 --- .../prog/en/modules/patroncards/edit-batch.tt | 2 +- .../intranet-tmpl/prog/en/modules/patroncards/manage.tt | 2 +- .../intranet-tmpl/prog/en/modules/patroncards/print.tt | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt index 51e89baca9..3856437cae 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt @@ -129,7 +129,7 @@
  1. -

    There are no patrons in this batch yet

    +

    There are no patrons in this batch yet

    Add patrons by borrowernumber using the text area above or leave empty to add via patron search.

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/manage.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/manage.tt index 838768d225..05cd10e254 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/manage.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/manage.tt @@ -133,7 +133,7 @@ [% ELSE %]
-

There are no [% PROCESS translate_card_element element=card_element_title %] currently available.

+

There are no [% PROCESS translate_card_element element=card_element_title %] currently available.

Use the toolbar above to create a new [% PROCESS translate_card_element element=card_element %].

[% END %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/print.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/print.tt index f612641ac8..eb1edf114f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/print.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/print.tt @@ -10,7 +10,7 @@

Patron card printing/exporting

[% IF ( batches ) %]
-

Click on the following link(s) to download the exported batch(es).

+

Click on the following link(s) to download the exported batch(es).

[% FOREACH batche IN batches %] [% IF ( batche.label_ids ) %] @@ -38,13 +38,13 @@ [% ELSIF ( patronlist_id && template_id && layout_id ) %]
-

Click on the link to download the patron cards from the patron list.

+

Click on the link to download the patron cards from the patron list.

label_patronlist_[% patronlist_id | html %].pdf

[% ELSE %] -

+

[% IF ( label_ids ) %] [% IF ( card_count == 1 ) %]Exporting [% card_count | html %] patron card[% ELSE %]Exporting [% card_count | html %] patron cards[% END %] [% ELSIF ( borrower_numbers ) %] @@ -53,7 +53,7 @@ [% ELSE %] [% IF ( multi_batch_count == 1 ) %][% multi_batch_count | html %] batch to export[% ELSE %][% multi_batch_count | html %] batches to export[% END %] [% END %] -

+

-- 2.20.1