Lines 236-242
Link Here
|
236 |
> |
236 |
> |
237 |
<td data-code="[% i | html %]"> |
237 |
<td data-code="[% i | html %]"> |
238 |
[% IF i == undef %] |
238 |
[% IF i == undef %] |
239 |
<em>All</em> |
239 |
<em>All item types</em> |
240 |
[% ELSE %] |
240 |
[% ELSE %] |
241 |
[% ItemTypes.GetDescription(i,1) | html %] |
241 |
[% ItemTypes.GetDescription(i,1) | html %] |
242 |
[% END %] |
242 |
[% END %] |
Lines 453-459
Link Here
|
453 |
<td>0</td> |
453 |
<td>0</td> |
454 |
<td> |
454 |
<td> |
455 |
<select name="itemtype" id="matrixitemtype" style="width:13em;"> |
455 |
<select name="itemtype" id="matrixitemtype" style="width:13em;"> |
456 |
<option value="*">All</option> |
456 |
<option value="*">All item types</option> |
457 |
[% FOREACH itemtypeloo IN itemtypeloop %] |
457 |
[% FOREACH itemtypeloo IN itemtypeloop %] |
458 |
[% NEXT IF itemtypeloo.parent_type %] |
458 |
[% NEXT IF itemtypeloo.parent_type %] |
459 |
[% SET children = itemtypeloo.children_with_localization %] |
459 |
[% SET children = itemtypeloo.children_with_localization %] |
Lines 913-919
Link Here
|
913 |
</td> |
913 |
</td> |
914 |
<td> |
914 |
<td> |
915 |
[% IF i == undef %] |
915 |
[% IF i == undef %] |
916 |
<em>All</em> |
916 |
<em>All item types</em> |
917 |
[% ELSE %] |
917 |
[% ELSE %] |
918 |
[% ItemTypes.GetDescription(i,1) | html %] |
918 |
[% ItemTypes.GetDescription(i,1) | html %] |
919 |
[% END %] |
919 |
[% END %] |
Lines 945-951
Link Here
|
945 |
</td> |
945 |
</td> |
946 |
<td> |
946 |
<td> |
947 |
<select name="waiting_hold_cancellation_itemtype" id="waiting_hold_cancellation_itemtype"> |
947 |
<select name="waiting_hold_cancellation_itemtype" id="waiting_hold_cancellation_itemtype"> |
948 |
<option value="*">All</option> |
948 |
<option value="*">All item types</option> |
949 |
[% FOREACH itemtype IN itemtypeloop %] |
949 |
[% FOREACH itemtype IN itemtypeloop %] |
950 |
<option value="[% itemtype.itemtype | html %]">[% ItemTypes.GetDescription(itemtype.itemtype) | html %]</option> |
950 |
<option value="[% itemtype.itemtype | html %]">[% ItemTypes.GetDescription(itemtype.itemtype) | html %]</option> |
951 |
[% END %] |
951 |
[% END %] |