@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt | 4 ++-- koha-tmpl/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(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt +++ a/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 %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt +++ a/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 %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt +++ a/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 %] -

+
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/result.tt +++ a/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 %]

--