|
Lines 243-249
function checkMultiHold() {
Link Here
|
| 243 |
<li><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber %]">[% borrowerfirstname %] [% borrowersurname %]</a> <strong>already has a hold</strong> on this item </li> |
243 |
<li><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber %]">[% borrowerfirstname %] [% borrowersurname %]</a> <strong>already has a hold</strong> on this item </li> |
| 244 |
[% END %] |
244 |
[% END %] |
| 245 |
[% IF ( none_available ) %] |
245 |
[% IF ( none_available ) %] |
| 246 |
<li> <strong>No copies are available</strong> to be placed on hold</li> |
246 |
<li> <strong>No items are available</strong> to be placed on hold</li> |
| 247 |
[% END %] |
247 |
[% END %] |
| 248 |
[% IF ( alreadypossession ) %] |
248 |
[% IF ( alreadypossession ) %] |
| 249 |
<li> <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber %]">[% borrowerfirstname %] [% borrowersurname %]</a> <strong>is already in possession</strong> of one item</li> |
249 |
<li> <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber %]">[% borrowerfirstname %] [% borrowersurname %]</a> <strong>is already in possession</strong> of one item</li> |
|
Lines 344-350
function checkMultiHold() {
Link Here
|
| 344 |
</li> |
344 |
</li> |
| 345 |
|
345 |
|
| 346 |
[% UNLESS ( multi_hold ) %] |
346 |
[% UNLESS ( multi_hold ) %] |
| 347 |
<li> <label for="requestany">Place a hold on the next available copy </label> |
347 |
<li> <label for="requestany">Place a hold on the next available item </label> |
| 348 |
<input type="checkbox" id="requestany" name="request" checked="checked" value="Any" /> |
348 |
<input type="checkbox" id="requestany" name="request" checked="checked" value="Any" /> |
| 349 |
<input type="hidden" name="biblioitem" value="[% biblioitemnumber %]" /> |
349 |
<input type="hidden" name="biblioitem" value="[% biblioitemnumber %]" /> |
| 350 |
<input type="hidden" name="alreadyreserved" value="[% alreadyreserved %]" /> |
350 |
<input type="hidden" name="alreadyreserved" value="[% alreadyreserved %]" /> |
|
Lines 374-380
function checkMultiHold() {
Link Here
|
| 374 |
</ol> |
374 |
</ol> |
| 375 |
|
375 |
|
| 376 |
<table id="requestspecific"> |
376 |
<table id="requestspecific"> |
| 377 |
<caption>Place a hold on a specific copy</caption> |
377 |
<caption>Place a hold on a specific item</caption> |
| 378 |
<tr> |
378 |
<tr> |
| 379 |
<th>Hold</th> |
379 |
<th>Hold</th> |
| 380 |
[% IF ( item_level_itypes ) %] |
380 |
[% IF ( item_level_itypes ) %] |
|
Lines 523-529
function checkMultiHold() {
Link Here
|
| 523 |
<li><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber %]">[% borrowerfirstname %] [% borrowersurname %]</a> <strong>already has a hold</strong> on this item </li> |
523 |
<li><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber %]">[% borrowerfirstname %] [% borrowersurname %]</a> <strong>already has a hold</strong> on this item </li> |
| 524 |
[% END %] |
524 |
[% END %] |
| 525 |
[% IF ( biblioloo.none_avail ) %] |
525 |
[% IF ( biblioloo.none_avail ) %] |
| 526 |
<li> <strong>No copies are available</strong> to be placed on hold</li> |
526 |
<li> <strong>No items are available</strong> to be placed on hold</li> |
| 527 |
[% END %] |
527 |
[% END %] |
| 528 |
|
528 |
|
| 529 |
[% IF ( biblioloo.alreadyres ) %] |
529 |
[% IF ( biblioloo.alreadyres ) %] |