Lines 236-242
Link Here
|
236 |
[% END %]</td> |
236 |
[% END %]</td> |
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 429-435
Link Here
|
429 |
<td>0</td> |
429 |
<td>0</td> |
430 |
<td> |
430 |
<td> |
431 |
<select name="itemtype" id="matrixitemtype" style="width:13em;"> |
431 |
<select name="itemtype" id="matrixitemtype" style="width:13em;"> |
432 |
<option value="*">All</option> |
432 |
<option value="*">All item types</option> |
433 |
[% FOREACH itemtypeloo IN itemtypeloop %] |
433 |
[% FOREACH itemtypeloo IN itemtypeloop %] |
434 |
[% NEXT IF itemtypeloo.parent_type %] |
434 |
[% NEXT IF itemtypeloo.parent_type %] |
435 |
[% SET children = itemtypeloo.children_with_localization %] |
435 |
[% SET children = itemtypeloo.children_with_localization %] |
Lines 927-933
Link Here
|
927 |
</td> |
927 |
</td> |
928 |
<td> |
928 |
<td> |
929 |
[% IF i == '*' %] |
929 |
[% IF i == '*' %] |
930 |
<em>All</em> |
930 |
<em>All item types</em> |
931 |
[% ELSE %] |
931 |
[% ELSE %] |
932 |
[% ItemTypes.GetDescription(i,1) | html %] |
932 |
[% ItemTypes.GetDescription(i,1) | html %] |
933 |
[% END %] |
933 |
[% END %] |
Lines 957-963
Link Here
|
957 |
</td> |
957 |
</td> |
958 |
<td> |
958 |
<td> |
959 |
<select name="waiting_hold_cancellation_itemtype" id="waiting_hold_cancellation_itemtype"> |
959 |
<select name="waiting_hold_cancellation_itemtype" id="waiting_hold_cancellation_itemtype"> |
960 |
<option value="*">All</option> |
960 |
<option value="*">All item types</option> |
961 |
[% FOREACH itemtype IN itemtypeloop %] |
961 |
[% FOREACH itemtype IN itemtypeloop %] |
962 |
<option value="[% itemtype.itemtype | html %]">[% ItemTypes.GetDescription(itemtype.itemtype) | html %]</option> |
962 |
<option value="[% itemtype.itemtype | html %]">[% ItemTypes.GetDescription(itemtype.itemtype) | html %]</option> |
963 |
[% END %] |
963 |
[% END %] |