Lines 46-57
Link Here
|
46 |
[% ELSE %] |
46 |
[% ELSE %] |
47 |
<h3> |
47 |
<h3> |
48 |
[% IF ( label_ids ) %] |
48 |
[% IF ( label_ids ) %] |
49 |
[% IF ( card_count == 1 ) %]<span>Exporting [% card_count | html %] patron card</span>[% ELSE %]<span>Exporting [% card_count | html %] patron cards</span>[% END %] |
49 |
[% IF ( card_count == 1 ) %]<span>Exporting 1 patron card</span>[% ELSE %]<span>Exporting [% card_count | html %] patron cards</span>[% END %] |
50 |
[% ELSIF ( borrower_numbers ) %] |
50 |
[% ELSIF ( borrower_numbers ) %] |
51 |
[% IF ( borrower_count == 1 ) %]<span>Exporting [% borrower_count | html %] patron card</span>[% ELSE %]<span>Exporting [% borrower_count | html %] patron cards</span>[% END %] |
51 |
[% IF ( borrower_count == 1 ) %]<span>Exporting 1 patron card</span>[% ELSE %]<span>Exporting [% borrower_count | html %] patron cards</span>[% END %] |
52 |
[% ELSIF ( patronlist_id ) %] <span>Exporting from patron list</span> |
52 |
[% ELSIF ( patronlist_id ) %] <span>Exporting from patron list</span> |
53 |
[% ELSE %] |
53 |
[% ELSE %] |
54 |
[% IF ( multi_batch_count == 1 ) %]<span>[% multi_batch_count | html %] batch to export</span>[% ELSE %]<span>[% multi_batch_count | html %] batches to export</span>[% END %] |
54 |
[% IF ( multi_batch_count == 1 ) %]<span>1 batch to export</span>[% ELSE %]<span>[% multi_batch_count | html %] batches to export</span>[% END %] |
55 |
[% END %] |
55 |
[% END %] |
56 |
</h3> |
56 |
</h3> |
57 |
<form id="exportingf" name="exporting" method="post" action="/cgi-bin/koha/patroncards/print.pl"> |
57 |
<form id="exportingf" name="exporting" method="post" action="/cgi-bin/koha/patroncards/print.pl"> |
58 |
- |
|
|