Lines 297-304
function checkMultiHold() {
Link Here
|
297 |
[% UNLESS ( multi_hold ) %] |
297 |
[% UNLESS ( multi_hold ) %] |
298 |
<h3>Cannot place hold</h3> |
298 |
<h3>Cannot place hold</h3> |
299 |
<ul> |
299 |
<ul> |
300 |
[% IF ( exceeded_maxreserves ) %] |
300 |
[% IF ( no_reserves_allowed) %] |
301 |
<li><strong>Too many holds: </strong> <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber %]">[% patron.firstname %] [% patron.surname %] </a> can only place a maximum of [% maxreserves %] total holds.</li> |
301 |
<li><strong>No holds allowed: </strong> <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber %]">[% patron.firstname %] [% patron.surname %] </a> cannot place any holds on these items.</li> |
|
|
302 |
[% ELSIF ( exceeded_maxreserves ) %] |
303 |
<li><strong>Too many holds: </strong> <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber %]">[% patron.firstname %] [% patron.surname %] </a> can only place a maximum of [% maxreserves %] total holds.</li> |
302 |
[% ELSIF ( exceeded_holds_per_record ) %] |
304 |
[% ELSIF ( exceeded_holds_per_record ) %] |
303 |
<li><strong>Too many holds for this record: </strong> <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber %]">[% patron.firstname %] [% patron.surname %] </a> can only place a maximum of [% max_holds_for_record %] hold(s) on this record.</li> |
305 |
<li><strong>Too many holds for this record: </strong> <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber %]">[% patron.firstname %] [% patron.surname %] </a> can only place a maximum of [% max_holds_for_record %] hold(s) on this record.</li> |
304 |
[% ELSIF ( alreadypossession ) %] |
306 |
[% ELSIF ( alreadypossession ) %] |
Lines 315-320
function checkMultiHold() {
Link Here
|
315 |
</ul> |
317 |
</ul> |
316 |
[% ELSE %] |
318 |
[% ELSE %] |
317 |
<h3>Cannot place hold on some items</h3> |
319 |
<h3>Cannot place hold on some items</h3> |
|
|
320 |
[% IF ( no_reserves_allowed) %] |
321 |
<li><strong>No holds allowed: </strong> <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber %]">[% borrowerfirstname %] [% borrowersurname %] </a> cannot place holds on some of these title's items.</li> |
322 |
[% END %] |
318 |
[% IF ( exceeded_maxreserves ) %] |
323 |
[% IF ( exceeded_maxreserves ) %] |
319 |
<li><strong>Too many holds: </strong> <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber %]">[% patron.firstname %] [% patron.surname %] </a> can place [% new_reserves_allowed %] of the requested [% new_reserves_count %] holds for a maximum of [% maxreserves %] total holds.</li> |
324 |
<li><strong>Too many holds: </strong> <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber %]">[% patron.firstname %] [% patron.surname %] </a> can place [% new_reserves_allowed %] of the requested [% new_reserves_count %] holds for a maximum of [% maxreserves %] total holds.</li> |
320 |
[% ELSIF ( exceeded_holds_per_record ) %] |
325 |
[% ELSIF ( exceeded_holds_per_record ) %] |