|
Lines 425-430
Link Here
|
| 425 |
<!-- ITEM HOLDS --> |
425 |
<!-- ITEM HOLDS --> |
| 426 |
|
426 |
|
| 427 |
<li class="radio"> |
427 |
<li class="radio"> |
|
|
428 |
[% UNLESS singleItemLevelHold %] |
| 428 |
[% UNLESS ( bibitemloo.holdable ) %] |
429 |
[% UNLESS ( bibitemloo.holdable ) %] |
| 429 |
<input type="radio" name="reqtype_[% bibitemloo.biblionumber %]" |
430 |
<input type="radio" name="reqtype_[% bibitemloo.biblionumber %]" |
| 430 |
id="reqany_[% bibitemloo.biblionumber %]" |
431 |
id="reqany_[% bibitemloo.biblionumber %]" |
|
Lines 437-447
Link Here
|
| 437 |
id="reqany_[% bibitemloo.biblionumber %]" |
438 |
id="reqany_[% bibitemloo.biblionumber %]" |
| 438 |
class="selectany" |
439 |
class="selectany" |
| 439 |
value="Any" |
440 |
value="Any" |
| 440 |
checked="checked" |
441 |
[% UNLESS singleItemLevelHold %] checked="checked" [% END %] |
| 441 |
/> |
442 |
/> |
| 442 |
[% END %] |
443 |
[% END %] |
| 443 |
|
444 |
|
| 444 |
<label for="reqany_[% bibitemloo.biblionumber %]">Next available copy</label> |
445 |
<label for="reqany_[% bibitemloo.biblionumber %]">Next available copy</label> |
|
|
446 |
[% END %][%# IF singleItemLevelHold %] |
| 445 |
[% UNLESS ( bibitemloo.holdable ) %] |
447 |
[% UNLESS ( bibitemloo.holdable ) %] |
| 446 |
<input type="radio" name="reqtype_[% bibitemloo.biblionumber %]" |
448 |
<input type="radio" name="reqtype_[% bibitemloo.biblionumber %]" |
| 447 |
id="reqspecific_[% bibitemloo.biblionumber %]" |
449 |
id="reqspecific_[% bibitemloo.biblionumber %]" |
|
Lines 454-459
Link Here
|
| 454 |
id="reqspecific_[% bibitemloo.biblionumber %]" |
456 |
id="reqspecific_[% bibitemloo.biblionumber %]" |
| 455 |
class="selectspecific" |
457 |
class="selectspecific" |
| 456 |
value="Specific" |
458 |
value="Specific" |
|
|
459 |
[% IF singleItemLevelHold %] checked="checked" [% END %] |
| 457 |
/> |
460 |
/> |
| 458 |
[% END %] |
461 |
[% END %] |
| 459 |
<label for="reqspecific_[% bibitemloo.biblionumber %]">A specific copy</label> |
462 |
<label for="reqspecific_[% bibitemloo.biblionumber %]">A specific copy</label> |
|
Lines 489-495
Link Here
|
| 489 |
<td class="copy"> |
492 |
<td class="copy"> |
| 490 |
[% IF ( itemLoo.available ) %] |
493 |
[% IF ( itemLoo.available ) %] |
| 491 |
<input type="radio" class="checkitem checkitem_[% bibitemloo.biblionumber %]" name="checkitem_[% bibitemloo.biblionumber %]" |
494 |
<input type="radio" class="checkitem checkitem_[% bibitemloo.biblionumber %]" name="checkitem_[% bibitemloo.biblionumber %]" |
| 492 |
value="[% itemLoo.itemnumber %]" /> |
495 |
value="[% itemLoo.itemnumber %]" |
|
|
496 |
[% IF singleItemLevelHold %] checked="checked" [% END %] |
| 497 |
/> |
| 493 |
[% ELSE %] |
498 |
[% ELSE %] |
| 494 |
<input disabled="disabled" type="radio" class="checkitem" name="checkitem" value="[% itemLoo.itemnumber %]" /> |
499 |
<input disabled="disabled" type="radio" class="checkitem" name="checkitem" value="[% itemLoo.itemnumber %]" /> |
| 495 |
<img src="/opac-tmpl/lib/famfamfam/silk/cross.png" alt="Cannot be put on hold" title="Cannot be put on hold" /> |
500 |
<img src="/opac-tmpl/lib/famfamfam/silk/cross.png" alt="Cannot be put on hold" title="Cannot be put on hold" /> |