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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt (-1 / +1 lines)
Lines 187-193 Link Here
187
                                </form>
187
                                </form>
188
                                [% ELSE %]
188
                                [% ELSE %]
189
                                    <div class="dialog message">
189
                                    <div class="dialog message">
190
                                        <h4>There are no items in this batch yet</h4>
190
                                        <h2>There are no items in this batch yet</h2>
191
                                        <p>Add items by using the text area above or leave empty to add via item search.</p>
191
                                        <p>Add items by using the text area above or leave empty to add via item search.</p>
192
                                    </div>
192
                                    </div>
193
                                [% END %]
193
                                [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt (-2 / +2 lines)
Lines 117-125 Link Here
117
                            </form>
117
                            </form>
118
                            [% ELSE %]
118
                            [% ELSE %]
119
							<div class="dialog message">
119
							<div class="dialog message">
120
                            <h4>There are no
120
                            <h3>There are no
121
                            [% PROCESS translate_label_element element=label_element_title %]
121
                            [% PROCESS translate_label_element element=label_element_title %]
122
                            currently available.</h4>
122
                            currently available.</h3>
123
                            <p>Use the toolbar above to create a new
123
                            <p>Use the toolbar above to create a new
124
                            [% PROCESS translate_label_element element=label_element %].</p></div>
124
                            [% PROCESS translate_label_element element=label_element %].</p></div>
125
                            [% END %]
125
                            [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt (-3 / +3 lines)
Lines 11-17 Link Here
11
        <h1>Label printing/exporting</h1>
11
        <h1>Label printing/exporting</h1>
12
        [% IF ( batches ) %]
12
        [% IF ( batches ) %]
13
            <form>
13
            <form>
14
                <h3>Click on the following links to download the exported batch(es).</h3>
14
                <h2>Click on the following links to download the exported batch(es).</h2>
15
                [% IF warn_empty_range %]
15
                [% IF warn_empty_range %]
16
                <div class="dialog alert">
16
                <div class="dialog alert">
17
                    <p>Some or all of the barcodes in the range you have selected have no corresponding items.</p>
17
                    <p>Some or all of the barcodes in the range you have selected have no corresponding items.</p>
Lines 56-62 Link Here
56
                </fieldset>
56
                </fieldset>
57
            </form>
57
            </form>
58
        [% ELSE %]
58
        [% ELSE %]
59
            <h3>
59
            <h2>
60
                [% IF ( label_ids ) %]
60
                [% IF ( label_ids ) %]
61
                    [% IF ( label_count == 1 ) %]Exporting [% label_count | html %] label[% ELSE %]Exporting [% label_count | html %] labels[% END %]
61
                    [% IF ( label_count == 1 ) %]Exporting [% label_count | html %] label[% ELSE %]Exporting [% label_count | html %] labels[% END %]
62
                [% ELSIF ( item_numbers ) %]
62
                [% ELSIF ( item_numbers ) %]
Lines 64-70 Link Here
64
                [% ELSE %]
64
                [% ELSE %]
65
                    [% IF ( multi_batch_count == 1 ) %][% multi_batch_count | html %] batch to export[% ELSE %][% multi_batch_count | html %] batches to export[% END %]
65
                    [% IF ( multi_batch_count == 1 ) %][% multi_batch_count | html %] batch to export[% ELSE %][% multi_batch_count | html %] batches to export[% END %]
66
                [% END %]
66
                [% END %]
67
            </h3>
67
            </h2>
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">
69
                <input type="hidden" name="op" value="export" />
69
                <input type="hidden" name="op" value="export" />
70
                <input type="hidden" name="referer" value="[% referer | html %]" />
70
                <input type="hidden" name="referer" value="[% referer | html %]" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/result.tt (-2 / +1 lines)
Lines 49-55 Link Here
49
                <input type="hidden" name="ccl_query" value="[% ccl_query | html %]" />
49
                <input type="hidden" name="ccl_query" value="[% ccl_query | html %]" />
50
            [% FOREACH result_se IN result_set %]
50
            [% FOREACH result_se IN result_set %]
51
            <div style="border-bottom:1px solid #CCC;padding:1em 0;">
51
            <div style="border-bottom:1px solid #CCC;padding:1em 0;">
52
                    <h4>[% result_se.title | html %]</h4>
52
                    <h2>[% result_se.title | html %]</h2>
53
                            <p>[% IF ( result_se.author ) %]by [% result_se.author | html %][% END %]
53
                            <p>[% IF ( result_se.author ) %]by [% result_se.author | html %][% END %]
54
                            [[% 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 ) %], <strong>ISBN: </strong>[% result_se.isbn | html %][% END %][% IF ( result_se.notes ) %],<br />[% result_se.notes | html %][% END %]</p>
54
                            [[% 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 ) %], <strong>ISBN: </strong>[% result_se.isbn | html %][% END %][% IF ( result_se.notes ) %],<br />[% result_se.notes | html %][% END %]</p>
55
55
56
- 

Return to bug 27741