|
Lines 248-254
Link Here
|
| 248 |
> |
248 |
> |
| 249 |
<td data-code="[% i | html %]"> |
249 |
<td data-code="[% i | html %]"> |
| 250 |
[% IF i == undef %] |
250 |
[% IF i == undef %] |
| 251 |
<em>All</em> |
251 |
<em>All item types</em> |
| 252 |
[% ELSE %] |
252 |
[% ELSE %] |
| 253 |
[% ItemTypes.GetDescription(i,1) | html %] |
253 |
[% ItemTypes.GetDescription(i,1) | html %] |
| 254 |
[% END %] |
254 |
[% END %] |
|
Lines 472-478
Link Here
|
| 472 |
<td>0</td> |
472 |
<td>0</td> |
| 473 |
<td> |
473 |
<td> |
| 474 |
<select name="itemtype" id="matrixitemtype" style="width:13em;"> |
474 |
<select name="itemtype" id="matrixitemtype" style="width:13em;"> |
| 475 |
<option value="*">All</option> |
475 |
<option value="*">All item types</option> |
| 476 |
[% FOREACH itemtypeloo IN itemtypeloop %] |
476 |
[% FOREACH itemtypeloo IN itemtypeloop %] |
| 477 |
[% NEXT IF itemtypeloo.parent_type %] |
477 |
[% NEXT IF itemtypeloo.parent_type %] |
| 478 |
[% SET children = itemtypeloo.children_with_localization %] |
478 |
[% SET children = itemtypeloo.children_with_localization %] |
|
Lines 934-940
Link Here
|
| 934 |
</td> |
934 |
</td> |
| 935 |
<td> |
935 |
<td> |
| 936 |
[% IF i == undef %] |
936 |
[% IF i == undef %] |
| 937 |
<em>All</em> |
937 |
<em>All item types</em> |
| 938 |
[% ELSE %] |
938 |
[% ELSE %] |
| 939 |
[% ItemTypes.GetDescription(i,1) | html %] |
939 |
[% ItemTypes.GetDescription(i,1) | html %] |
| 940 |
[% END %] |
940 |
[% END %] |
|
Lines 966-972
Link Here
|
| 966 |
</td> |
966 |
</td> |
| 967 |
<td> |
967 |
<td> |
| 968 |
<select name="waiting_hold_cancellation_itemtype" id="waiting_hold_cancellation_itemtype"> |
968 |
<select name="waiting_hold_cancellation_itemtype" id="waiting_hold_cancellation_itemtype"> |
| 969 |
<option value="*">All</option> |
969 |
<option value="*">All item types</option> |
| 970 |
[% FOREACH itemtype IN itemtypeloop %] |
970 |
[% FOREACH itemtype IN itemtypeloop %] |
| 971 |
<option value="[% itemtype.itemtype | html %]">[% ItemTypes.GetDescription(itemtype.itemtype) | html %]</option> |
971 |
<option value="[% itemtype.itemtype | html %]">[% ItemTypes.GetDescription(itemtype.itemtype) | html %]</option> |
| 972 |
[% END %] |
972 |
[% END %] |
|
Lines 1312-1318
Link Here
|
| 1312 |
<tr> |
1312 |
<tr> |
| 1313 |
<td> |
1313 |
<td> |
| 1314 |
[% IF i == undef %] |
1314 |
[% IF i == undef %] |
| 1315 |
<em>All</em> |
1315 |
<em>All item types</em> |
| 1316 |
[% ELSE %] |
1316 |
[% ELSE %] |
| 1317 |
[% ItemTypes.GetDescription(i,1) | html %] |
1317 |
[% ItemTypes.GetDescription(i,1) | html %] |
| 1318 |
[% END %] |
1318 |
[% END %] |
|
Lines 1329-1335
Link Here
|
| 1329 |
<tr> |
1329 |
<tr> |
| 1330 |
<td> |
1330 |
<td> |
| 1331 |
<select name="lost_item_processing_fee_itemtype" id="lost_item_processing_fee_itemtype"> |
1331 |
<select name="lost_item_processing_fee_itemtype" id="lost_item_processing_fee_itemtype"> |
| 1332 |
<option value="*">All</option> |
1332 |
<option value="*">All item types</option> |
| 1333 |
[% FOREACH i IN itemtypeloop %] |
1333 |
[% FOREACH i IN itemtypeloop %] |
| 1334 |
<option value="[% i.itemtype | html %]">[% ItemTypes.GetDescription(i.itemtype) | html %]</option> |
1334 |
<option value="[% i.itemtype | html %]">[% ItemTypes.GetDescription(i.itemtype) | html %]</option> |
| 1335 |
[% END %] |
1335 |
[% END %] |