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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/manage.tt (-2 / +13 lines)
Lines 10-15 Link Here
10
[%-  CASE 'batch'     -%]batch
10
[%-  CASE 'batch'     -%]batch
11
[%-  CASE 'Batches'   -%]Batches
11
[%-  CASE 'Batches'   -%]Batches
12
[%-  CASE 'Actions'   -%]Actions
12
[%-  CASE 'Actions'   -%]Actions
13
[%-  CASE 'Layout ID'     -%]Layout ID
14
[%-  CASE 'Layout'        -%]Layout
15
[%-  CASE 'Action'        -%]Action
16
[%-  CASE 'Select'        -%]Select
17
[%-  CASE 'Template ID'   -%]Template ID
18
[%-  CASE 'Template Name' -%]Template name
19
[%-  CASE 'Description'   -%]Description
20
[%-  CASE 'Profile ID'    -%]Profile ID
21
[%-  CASE 'Printer Name'  -%]Printer name
22
[%-  CASE 'Paper Bin'     -%]Paper bin
23
[%-  CASE 'Batch ID'      -%]Batch ID
24
[%-  CASE 'Patron Count'  -%]Patron Count
13
[%-  END -%]
25
[%-  END -%]
14
[% END %]
26
[% END %]
15
[% BLOCK translate_card_elements %]
27
[% BLOCK translate_card_elements %]
Lines 199-205 Link Here
199
                                        [% CASE "Select" -%]
211
                                        [% CASE "Select" -%]
200
                                             [% IF ( print ) %]<th>Select</th>[% END %]
212
                                             [% IF ( print ) %]<th>Select</th>[% END %]
201
                                        [% CASE %]
213
                                        [% CASE %]
202
                                             <th>[% header_field.field_label %]</th>
214
                                             <th>[% PROCESS translate_card_element element=header_field.field_label %]</th>
203
                                        [% END -%]
215
                                        [% END -%]
204
                                [% END %]
216
                                [% END %]
205
                                </tr>
217
                                </tr>
206
- 

Return to bug 18209