Lines 398-411
Link Here
|
398 |
[% NEXT IF itemtypeloo.parent_type %] |
398 |
[% NEXT IF itemtypeloo.parent_type %] |
399 |
[% SET children = itemtypeloo.children %] |
399 |
[% SET children = itemtypeloo.children %] |
400 |
[% IF children.count %] |
400 |
[% IF children.count %] |
401 |
<optgroup label="[% ItemTypes.t(itemtypeloo.description) | html %]"> |
401 |
<optgroup label="[% ItemTypes.t(itemtypeloo.translation_key) | html %]"> |
402 |
<option value="[% itemtypeloo.itemtype | html %]">[% ItemTypes.t(itemtypeloo.description) | html %] (All)</option> |
402 |
<option value="[% itemtypeloo.itemtype | html %]">[% ItemTypes.t(itemtypeloo.translation_key) | html %] (All)</option> |
403 |
[% FOREACH child IN children %] |
403 |
[% FOREACH child IN children %] |
404 |
<option value="[% child.itemtype | html %]">[% ItemTypes.t(child.description) | html %]</option> |
404 |
<option value="[% child.itemtype | html %]">[% ItemTypes.t(child.translation_key) | html %]</option> |
405 |
[% END %] |
405 |
[% END %] |
406 |
</optgroup> |
406 |
</optgroup> |
407 |
[% ELSE %] |
407 |
[% ELSE %] |
408 |
<option value="[% itemtypeloo.itemtype | html %]">[% ItemTypes.t(itemtypeloo.description) | html %]</option> |
408 |
<option value="[% itemtypeloo.itemtype | html %]">[% ItemTypes.t(itemtypeloo.translation_key) | html %]</option> |
409 |
[% END %] |
409 |
[% END %] |
410 |
[% END %] |
410 |
[% END %] |
411 |
</select> |
411 |
</select> |
Lines 1094-1100
Link Here
|
1094 |
[% IF holdallowed || hold_fulfillment_policy || returnbranch %] |
1094 |
[% IF holdallowed || hold_fulfillment_policy || returnbranch %] |
1095 |
<tr> |
1095 |
<tr> |
1096 |
<td> |
1096 |
<td> |
1097 |
[% ItemTypes.t(i.description) | html %] |
1097 |
[% ItemTypes.t(i.translation_key) | html %] |
1098 |
</td> |
1098 |
</td> |
1099 |
<td> |
1099 |
<td> |
1100 |
[% IF holdallowed == 'from_any_library' %] |
1100 |
[% IF holdallowed == 'from_any_library' %] |
Lines 1139-1145
Link Here
|
1139 |
<td> |
1139 |
<td> |
1140 |
<select name="itemtype"> |
1140 |
<select name="itemtype"> |
1141 |
[% FOREACH itemtypeloo IN itemtypeloop %] |
1141 |
[% FOREACH itemtypeloo IN itemtypeloop %] |
1142 |
<option value="[% itemtypeloo.itemtype | html %]">[% ItemTypes.t(itemtypeloo.description) | html %]</option> |
1142 |
<option value="[% itemtypeloo.itemtype | html %]">[% ItemTypes.t(itemtypeloo.translation_key) | html %]</option> |
1143 |
[% END %] |
1143 |
[% END %] |
1144 |
</select> |
1144 |
</select> |
1145 |
</td> |
1145 |
</td> |