From d964854eb4fddb94e461e37869c4d1c9783fc6c0 Mon Sep 17 00:00:00 2001 From: Wainui Witika-Park Date: Fri, 28 May 2021 04:50:53 +0000 Subject: [PATCH] Bug 27741: labels 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/labels/label-edit-batch.tt | 2 +- .../intranet-tmpl/prog/en/modules/labels/label-manage.tt | 4 ++-- .../intranet-tmpl/prog/en/modules/labels/label-print.tt | 6 +++--- koha-tmpl/intranet-tmpl/prog/en/modules/labels/result.tt | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt index 273bb5ceb2..45e6e04ff7 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt @@ -187,7 +187,7 @@ [% ELSE %]
-

There are no items in this batch yet

+

There are no items in this batch yet

Add items by using the text area above or leave empty to add via item search.

[% END %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt index d36915f8e1..cc724487a9 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt @@ -117,9 +117,9 @@ [% ELSE %]
-

There are no +

There are no [% PROCESS translate_label_element element=label_element_title %] - currently available.

+ currently available.

Use the toolbar above to create a new [% PROCESS translate_label_element element=label_element %].

[% END %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt index d8bda80551..d3b3b79be3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt @@ -11,7 +11,7 @@

Label printing/exporting

[% IF ( batches ) %]
-

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

+

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

[% IF warn_empty_range %]

Some or all of the barcodes in the range you have selected have no corresponding items.

@@ -56,7 +56,7 @@ [% ELSE %] -

+

[% IF ( label_ids ) %] [% IF ( label_count == 1 ) %]Exporting [% label_count | html %] label[% ELSE %]Exporting [% label_count | html %] labels[% END %] [% ELSIF ( item_numbers ) %] @@ -64,7 +64,7 @@ [% ELSE %] [% IF ( multi_batch_count == 1 ) %][% multi_batch_count | html %] batch to export[% ELSE %][% multi_batch_count | html %] batches to export[% END %] [% END %] -

+
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/result.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/result.tt index 3e31ec279b..5334b09825 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/result.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/result.tt @@ -49,7 +49,7 @@ [% FOREACH result_se IN result_set %]
-

[% result_se.title | html %]

+

[% result_se.title | html %]

[% IF ( result_se.author ) %]by [% result_se.author | html %][% END %] [[% result_se.itemtype | html %]], [% IF ( result_se.publishercode ) %][% result_se.publishercode | html %] [% END %][% IF ( result_se.place ) %][% result_se.place | html %] [% END %][% IF ( result_se.copyrightdate ) %][% result_se.copyrightdate | html %], [% END %][% IF ( result_se.pages ) %][% result_se.pages | html %][% END %][% IF ( result_se.isbn ) %], ISBN: [% result_se.isbn | html %][% END %][% IF ( result_se.notes ) %],
[% result_se.notes | html %][% END %]

-- 2.20.1