|
Lines 228-235
function checkMultiHold() {
Link Here
|
| 228 |
[% ELSE %] |
228 |
[% ELSE %] |
| 229 |
<strong>Cannot place hold:</strong> this record has no items attached. |
229 |
<strong>Cannot place hold:</strong> this record has no items attached. |
| 230 |
[% END %] |
230 |
[% END %] |
| 231 |
</ div> |
231 |
</div> |
| 232 |
[% ELSE %] |
232 |
[% END %] |
|
|
233 |
|
| 233 |
[% IF ( messagetransfert ) %] |
234 |
[% IF ( messagetransfert ) %] |
| 234 |
<div class="dialog message"> |
235 |
<div class="dialog message"> |
| 235 |
<h2>Hold found for ([% nextreservtitle %]), please transfer</h2> |
236 |
<h2>Hold found for ([% nextreservtitle %]), please transfer</h2> |
|
Lines 247-253
function checkMultiHold() {
Link Here
|
| 247 |
<h1>Confirm holds</h1> |
248 |
<h1>Confirm holds</h1> |
| 248 |
[% END %] |
249 |
[% END %] |
| 249 |
|
250 |
|
| 250 |
[% UNLESS ( borrowernumber ) %] |
251 |
[% UNLESS borrowernumber OR noitems %] |
| 251 |
[% IF ( messageborrower ) %] |
252 |
[% IF ( messageborrower ) %] |
| 252 |
<div class="dialog alert"><h3>Patron not found</h3><p>No patron with this name, please, try another</p> </div> |
253 |
<div class="dialog alert"><h3>Patron not found</h3><p>No patron with this name, please, try another</p> </div> |
| 253 |
[% END %] |
254 |
[% END %] |
|
Lines 296-302
function checkMultiHold() {
Link Here
|
| 296 |
<input type="hidden" name="biblionumbers" value="[% biblionumbers %]"/> |
297 |
<input type="hidden" name="biblionumbers" value="[% biblionumbers %]"/> |
| 297 |
[% END %] |
298 |
[% END %] |
| 298 |
</form> |
299 |
</form> |
| 299 |
[% ELSE %] |
300 |
[% ELSIF NOT noitems %] |
| 300 |
|
301 |
|
| 301 |
[% IF ( exceeded_maxreserves || alreadyreserved || none_available || alreadypossession || ageRestricted ) %] |
302 |
[% IF ( exceeded_maxreserves || alreadyreserved || none_available || alreadypossession || ageRestricted ) %] |
| 302 |
<div class="dialog alert"> |
303 |
<div class="dialog alert"> |
|
Lines 845-851
function checkMultiHold() {
Link Here
|
| 845 |
</form> |
846 |
</form> |
| 846 |
[% END %] |
847 |
[% END %] |
| 847 |
[% END %] |
848 |
[% END %] |
| 848 |
[% END %] |
|
|
| 849 |
</div> |
849 |
</div> |
| 850 |
</div> |
850 |
</div> |
| 851 |
|
851 |
|
| 852 |
- |
|
|