|
Lines 246-252
Link Here
|
| 246 |
> |
246 |
> |
| 247 |
<td data-code="[% i | html %]"> |
247 |
<td data-code="[% i | html %]"> |
| 248 |
[% IF i == undef %] |
248 |
[% IF i == undef %] |
| 249 |
<em>All</em> |
249 |
<em>All item types</em> |
| 250 |
[% ELSE %] |
250 |
[% ELSE %] |
| 251 |
[% ItemTypes.GetDescription(i,1) | html %] |
251 |
[% ItemTypes.GetDescription(i,1) | html %] |
| 252 |
[% END %] |
252 |
[% END %] |
|
Lines 463-469
Link Here
|
| 463 |
<td>0</td> |
463 |
<td>0</td> |
| 464 |
<td> |
464 |
<td> |
| 465 |
<select name="itemtype" id="matrixitemtype" style="width:13em;"> |
465 |
<select name="itemtype" id="matrixitemtype" style="width:13em;"> |
| 466 |
<option value="*">All</option> |
466 |
<option value="*">All item types</option> |
| 467 |
[% FOREACH itemtypeloo IN itemtypeloop %] |
467 |
[% FOREACH itemtypeloo IN itemtypeloop %] |
| 468 |
[% NEXT IF itemtypeloo.parent_type %] |
468 |
[% NEXT IF itemtypeloo.parent_type %] |
| 469 |
[% SET children = itemtypeloo.children_with_localization %] |
469 |
[% SET children = itemtypeloo.children_with_localization %] |
|
Lines 923-929
Link Here
|
| 923 |
</td> |
923 |
</td> |
| 924 |
<td> |
924 |
<td> |
| 925 |
[% IF i == undef %] |
925 |
[% IF i == undef %] |
| 926 |
<em>All</em> |
926 |
<em>All item types</em> |
| 927 |
[% ELSE %] |
927 |
[% ELSE %] |
| 928 |
[% ItemTypes.GetDescription(i,1) | html %] |
928 |
[% ItemTypes.GetDescription(i,1) | html %] |
| 929 |
[% END %] |
929 |
[% END %] |
|
Lines 955-961
Link Here
|
| 955 |
</td> |
955 |
</td> |
| 956 |
<td> |
956 |
<td> |
| 957 |
<select name="waiting_hold_cancellation_itemtype" id="waiting_hold_cancellation_itemtype"> |
957 |
<select name="waiting_hold_cancellation_itemtype" id="waiting_hold_cancellation_itemtype"> |
| 958 |
<option value="*">All</option> |
958 |
<option value="*">All item types</option> |
| 959 |
[% FOREACH itemtype IN itemtypeloop %] |
959 |
[% FOREACH itemtype IN itemtypeloop %] |
| 960 |
<option value="[% itemtype.itemtype | html %]">[% ItemTypes.GetDescription(itemtype.itemtype) | html %]</option> |
960 |
<option value="[% itemtype.itemtype | html %]">[% ItemTypes.GetDescription(itemtype.itemtype) | html %]</option> |
| 961 |
[% END %] |
961 |
[% END %] |