|
Lines 196-206
Link Here
|
| 196 |
<tr> |
196 |
<tr> |
| 197 |
[% FOREACH header_field IN table_loo.header_fields %] |
197 |
[% FOREACH header_field IN table_loo.header_fields %] |
| 198 |
[% SWITCH header_field.field_label -%] |
198 |
[% SWITCH header_field.field_label -%] |
| 199 |
[% CASE "Select" -%] |
199 |
[%- CASE 'Layout ID' -%]<th>Layout ID</th> |
| 200 |
[% IF ( print ) %]<th>Select</th>[% END %] |
200 |
[%- CASE 'Layout' -%]<th>Layout</th> |
| 201 |
[% CASE %] |
201 |
[%- CASE 'Action' -%]<th>Action</th> |
| 202 |
<th>[% header_field.field_label %]</th> |
202 |
[%- CASE 'Select' -%][% IF ( print ) %]<th>Select</th>[% END %] |
| 203 |
[% END -%] |
203 |
[%- CASE 'Template ID' -%]<th>Template ID</th> |
|
|
204 |
[%- CASE 'Template Name' -%]<th>Template name</th> |
| 205 |
[%- CASE 'Description' -%]<th>Description</th> |
| 206 |
[%- CASE 'Profile ID' -%]<th>Profile ID</th> |
| 207 |
[%- CASE 'Printer Name' -%]<th>Printer name</th> |
| 208 |
[%- CASE 'Paper Bin' -%]<th>Paper bin</th> |
| 209 |
[%- CASE 'Batch ID' -%]<th>Batch ID</th> |
| 210 |
[%- CASE 'Patron Count' -%]<th>Patron Count</th> |
| 211 |
[% END -%] |
| 204 |
[% END %] |
212 |
[% END %] |
| 205 |
</tr> |
213 |
</tr> |
| 206 |
[% ELSE %] |
214 |
[% ELSE %] |
| 207 |
- |
|
|