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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt (-15 / +15 lines)
Lines 125-144 Link Here
125
                                        <tr>
125
                                        <tr>
126
                                            [% FOREACH header_field IN table_loo.header_fields %]
126
                                            [% FOREACH header_field IN table_loo.header_fields %]
127
                                                [% SWITCH header_field.field_label %]
127
                                                [% SWITCH header_field.field_label %]
128
                                                    [% CASE 'Layout ID'     %]<th>Layout ID</th>
128
                                                    [% CASE 'Layout ID'       %]<th>Layout ID</th>
129
                                                    [% CASE 'Layout'        %]<th>Layout</th>
129
                                                    [% CASE 'Layout'          %]<th>Layout</th>
130
                                                    [% CASE 'Barcode Type'  %]<th>Barcode type</th>
130
                                                    [% CASE 'Barcode Type'    %]<th>Barcode type</th>
131
                                                    [% CASE 'Print Type'    %]<th>Print type</th>
131
                                                    [% CASE 'Print Type'      %]<th>Print type</th>
132
                                                    [% CASE 'Template ID'   %]<th>Template ID</th>
132
                                                    [% CASE 'Template ID'     %]<th>Template ID</th>
133
                                                    [% CASE 'Template Name' %]<th>Template name</th>
133
                                                    [% CASE 'Template Name'   %]<th>Template name</th>
134
                                                    [% CASE 'Description'   %]<th>Description</th>
134
                                                    [% CASE 'Description'     %]<th>Description</th>
135
                                                    [% CASE 'Actions'       %]<th>Actions</th>
135
                                                    [% CASE 'Actions'         %]<th>Actions</th>
136
                                                    [% CASE 'Profile ID'    %]<th>Profile ID</th>
136
                                                    [% CASE 'Profile ID'      %]<th>Profile ID</th>
137
                                                    [% CASE 'Printer Name'  %]<th>Printer name</th>
137
                                                    [% CASE 'Printer Name'    %]<th>Printer name</th>
138
                                                    [% CASE 'Paper Bin'     %]<th>Paper bin</th>
138
                                                    [% CASE 'Paper Bin'       %]<th>Paper bin</th>
139
                                                    [% CASE 'Batch ID'      %]<th>Batch ID</th>
139
                                                    [% CASE 'Batch ID'        %]<th>Batch ID</th>
140
                                                    [% CASE 'Item Count'    %]<th>Item count</th>
140
                                                    [% CASE 'Item Count'      %]<th>Item count</th>
141
                                                    [% CASE                 %]<th>[% header_field.field_label %]</th>
141
                                                    [% CASE 'Fields to Print' %]<th>Fields to print</th>
142
                                                    [% CASE                   %]<th>[% header_field.field_label %]</th>
142
                                                [% END %]
143
                                                [% END %]
143
                                            [% END %]
144
                                            [% END %]
144
                                        </tr>
145
                                        </tr>
145
- 

Return to bug 19522