@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/manage.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/print.tt | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt +++ a/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.

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

+
--