Lines 228-234
Link Here
|
228 |
[% END %]</td> |
228 |
[% END %]</td> |
229 |
<td data-code="[% i | html %]"> |
229 |
<td data-code="[% i | html %]"> |
230 |
[% IF i == undef %] |
230 |
[% IF i == undef %] |
231 |
<em>All</em> |
231 |
<em>All item types</em> |
232 |
[% ELSE %] |
232 |
[% ELSE %] |
233 |
[% ItemTypes.GetDescription(i,1) | html %] |
233 |
[% ItemTypes.GetDescription(i,1) | html %] |
234 |
[% END %] |
234 |
[% END %] |
Lines 421-427
Link Here
|
421 |
<td>0</td> |
421 |
<td>0</td> |
422 |
<td> |
422 |
<td> |
423 |
<select name="itemtype" id="matrixitemtype" style="width:13em;"> |
423 |
<select name="itemtype" id="matrixitemtype" style="width:13em;"> |
424 |
<option value="*">All</option> |
424 |
<option value="*">All item types</option> |
425 |
[% FOREACH itemtypeloo IN itemtypeloop %] |
425 |
[% FOREACH itemtypeloo IN itemtypeloop %] |
426 |
[% NEXT IF itemtypeloo.parent_type %] |
426 |
[% NEXT IF itemtypeloo.parent_type %] |
427 |
[% SET children = itemtypeloo.children_with_localization %] |
427 |
[% SET children = itemtypeloo.children_with_localization %] |
Lines 917-923
Link Here
|
917 |
</td> |
917 |
</td> |
918 |
<td> |
918 |
<td> |
919 |
[% IF i == undef %] |
919 |
[% IF i == undef %] |
920 |
<em>All</em> |
920 |
<em>All item types</em> |
921 |
[% ELSE %] |
921 |
[% ELSE %] |
922 |
[% ItemTypes.GetDescription(i,1) | html %] |
922 |
[% ItemTypes.GetDescription(i,1) | html %] |
923 |
[% END %] |
923 |
[% END %] |
Lines 947-953
Link Here
|
947 |
</td> |
947 |
</td> |
948 |
<td> |
948 |
<td> |
949 |
<select name="waiting_hold_cancellation_itemtype" id="waiting_hold_cancellation_itemtype"> |
949 |
<select name="waiting_hold_cancellation_itemtype" id="waiting_hold_cancellation_itemtype"> |
950 |
<option value="*">All</option> |
950 |
<option value="*">All item types</option> |
951 |
[% FOREACH itemtype IN itemtypeloop %] |
951 |
[% FOREACH itemtype IN itemtypeloop %] |
952 |
<option value="[% itemtype.itemtype | html %]">[% ItemTypes.GetDescription(itemtype.itemtype) | html %]</option> |
952 |
<option value="[% itemtype.itemtype | html %]">[% ItemTypes.GetDescription(itemtype.itemtype) | html %]</option> |
953 |
[% END %] |
953 |
[% END %] |