|
Lines 416-429
Link Here
|
| 416 |
[% NEXT IF itemtypeloo.parent_type %] |
416 |
[% NEXT IF itemtypeloo.parent_type %] |
| 417 |
[% SET children = itemtypeloo.children %] |
417 |
[% SET children = itemtypeloo.children %] |
| 418 |
[% IF children.count %] |
418 |
[% IF children.count %] |
| 419 |
<optgroup label="[% ItemTypes.t(itemtypeloo.description) | html %]"> |
419 |
<optgroup label="[% ItemTypes.t(itemtypeloo.translation_key) | html %]"> |
| 420 |
<option value="[% itemtypeloo.itemtype | html %]">[% ItemTypes.t(itemtypeloo.description) | html %] (All)</option> |
420 |
<option value="[% itemtypeloo.itemtype | html %]">[% ItemTypes.t(itemtypeloo.translation_key) | html %] (All)</option> |
| 421 |
[% FOREACH child IN children %] |
421 |
[% FOREACH child IN children %] |
| 422 |
<option value="[% child.itemtype | html %]">[% ItemTypes.t(child.description) | html %]</option> |
422 |
<option value="[% child.itemtype | html %]">[% ItemTypes.t(child.translation_key) | html %]</option> |
| 423 |
[% END %] |
423 |
[% END %] |
| 424 |
</optgroup> |
424 |
</optgroup> |
| 425 |
[% ELSE %] |
425 |
[% ELSE %] |
| 426 |
<option value="[% itemtypeloo.itemtype | html %]">[% ItemTypes.t(itemtypeloo.description) | html %]</option> |
426 |
<option value="[% itemtypeloo.itemtype | html %]">[% ItemTypes.t(itemtypeloo.translation_key) | html %]</option> |
| 427 |
[% END %] |
427 |
[% END %] |
| 428 |
[% END %] |
428 |
[% END %] |
| 429 |
</select> |
429 |
</select> |
|
Lines 1285-1291
Link Here
|
| 1285 |
[% IF holdallowed || hold_fulfillment_policy || returnbranch %] |
1285 |
[% IF holdallowed || hold_fulfillment_policy || returnbranch %] |
| 1286 |
<tr> |
1286 |
<tr> |
| 1287 |
<td> |
1287 |
<td> |
| 1288 |
[% ItemTypes.t(i.description) | html %] |
1288 |
[% ItemTypes.t(i.translation_key) | html %] |
| 1289 |
</td> |
1289 |
</td> |
| 1290 |
<td> |
1290 |
<td> |
| 1291 |
[% IF holdallowed == 'from_any_library' %] |
1291 |
[% IF holdallowed == 'from_any_library' %] |
|
Lines 1330-1336
Link Here
|
| 1330 |
<td> |
1330 |
<td> |
| 1331 |
<select name="itemtype"> |
1331 |
<select name="itemtype"> |
| 1332 |
[% FOREACH itemtypeloo IN itemtypeloop %] |
1332 |
[% FOREACH itemtypeloo IN itemtypeloop %] |
| 1333 |
<option value="[% itemtypeloo.itemtype | html %]">[% ItemTypes.t(itemtypeloo.description) | html %]</option> |
1333 |
<option value="[% itemtypeloo.itemtype | html %]">[% ItemTypes.t(itemtypeloo.translation_key) | html %]</option> |
| 1334 |
[% END %] |
1334 |
[% END %] |
| 1335 |
</select> |
1335 |
</select> |
| 1336 |
</td> |
1336 |
</td> |