View | Details | Raw Unified | Return to bug 30733
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt (-3 / +3 lines)
Lines 58-68 Link Here
58
        [% ELSE %]
58
        [% ELSE %]
59
            <h3>
59
            <h3>
60
                [% IF ( label_ids ) %]
60
                [% IF ( label_ids ) %]
61
                    [% IF ( label_count == 1 ) %]<span>Exporting [% label_count | html %] label</span>[% ELSE %]<span>Exporting [% label_count | html %] labels</span>[% END %]
61
                    [% IF ( label_count == 1 ) %]<span>Exporting 1 label</span>[% ELSE %]<span>Exporting [% label_count | html %] labels</span>[% END %]
62
                [% ELSIF ( item_numbers ) %]
62
                [% ELSIF ( item_numbers ) %]
63
                    [% IF ( item_count == 1 ) %]<span>Exporting [% item_count | html %] label</span>[% ELSE %]<span>Exporting [% item_count | html %] labels</span>[% END %]
63
                    [% IF ( item_count == 1 ) %]<span>Exporting 1 label</span>[% ELSE %]<span>Exporting [% item_count | html %] labels</span>[% END %]
64
                [% ELSE %]
64
                [% ELSE %]
65
                    [% 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 %]
65
                    [% IF ( multi_batch_count == 1 ) %]<span>1 batch to export</span>[% ELSE %]<span>[% multi_batch_count | html %] batches to export</span>[% END %]
66
                [% END %]
66
                [% END %]
67
            </h3>
67
            </h3>
68
            <form name="exporting" method="post" action="/cgi-bin/koha/labels/label-print.pl">
68
            <form name="exporting" method="post" action="/cgi-bin/koha/labels/label-print.pl">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/print.tt (-4 / +3 lines)
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
- 

Return to bug 30733