Lines 199-204
Link Here
|
199 |
[%- CASE 'Layout ID' -%]<th>Layout ID</th> |
199 |
[%- CASE 'Layout ID' -%]<th>Layout ID</th> |
200 |
[%- CASE 'Layout' -%]<th>Layout</th> |
200 |
[%- CASE 'Layout' -%]<th>Layout</th> |
201 |
[%- CASE 'Action' -%]<th>Action</th> |
201 |
[%- CASE 'Action' -%]<th>Action</th> |
|
|
202 |
[%- CASE 'Actions' -%]<th>Actions</th> |
202 |
[%- CASE 'Select' -%][% IF ( print ) %]<th>Select</th>[% END %] |
203 |
[%- CASE 'Select' -%][% IF ( print ) %]<th>Select</th>[% END %] |
203 |
[%- CASE 'Template ID' -%]<th>Template ID</th> |
204 |
[%- CASE 'Template ID' -%]<th>Template ID</th> |
204 |
[%- CASE 'Template Name' -%]<th>Template name</th> |
205 |
[%- CASE 'Template Name' -%]<th>Template name</th> |
Lines 207-213
Link Here
|
207 |
[%- CASE 'Printer Name' -%]<th>Printer name</th> |
208 |
[%- CASE 'Printer Name' -%]<th>Printer name</th> |
208 |
[%- CASE 'Paper Bin' -%]<th>Paper bin</th> |
209 |
[%- CASE 'Paper Bin' -%]<th>Paper bin</th> |
209 |
[%- CASE 'Batch ID' -%]<th>Batch ID</th> |
210 |
[%- CASE 'Batch ID' -%]<th>Batch ID</th> |
210 |
[%- CASE 'Patron Count' -%]<th>Patron Count</th> |
211 |
[%- CASE 'Patron Count' -%]<th>Patron count</th> |
|
|
212 |
[%- CASE -%]<th>[% header_field.field_label %]</th> |
211 |
[% END -%] |
213 |
[% END -%] |
212 |
[% END %] |
214 |
[% END %] |
213 |
</tr> |
215 |
</tr> |
214 |
- |
|
|