|
Lines 269-275
function checkMultiHold() {
Link Here
|
| 269 |
[% IF ( messageborrower ) %] |
269 |
[% IF ( messageborrower ) %] |
| 270 |
<div class="dialog alert"><h3>Patron not found</h3><p>No patron with this name, please, try another</p> </div> |
270 |
<div class="dialog alert"><h3>Patron not found</h3><p>No patron with this name, please, try another</p> </div> |
| 271 |
[% END %] |
271 |
[% END %] |
| 272 |
<form id="holds_patronsearch" action="request.pl?biblionumber=[% biblionumber %]" method="post"> |
272 |
<form id="holds_patronsearch" action="request.pl" method="post"> |
| 273 |
<fieldset id="circ_holds_selectborrower" class="brief"> |
273 |
<fieldset id="circ_holds_selectborrower" class="brief"> |
| 274 |
|
274 |
|
| 275 |
[% UNLESS borrowers %] |
275 |
[% UNLESS borrowers %] |
|
Lines 277-292
function checkMultiHold() {
Link Here
|
| 277 |
<div class="hint">Enter patron card number or partial name:</div> |
277 |
<div class="hint">Enter patron card number or partial name:</div> |
| 278 |
<input type="text" size="40" id="patron" class="focus" name="findborrower" /> |
278 |
<input type="text" size="40" id="patron" class="focus" name="findborrower" /> |
| 279 |
<input type="submit" value="Search" /> |
279 |
<input type="submit" value="Search" /> |
| 280 |
<input type="hidden" name="biblionumber" value="[% biblionumber %]" /> |
|
|
| 281 |
</fieldset> |
280 |
</fieldset> |
| 282 |
[% ELSE %] |
281 |
[% ELSE %] |
| 283 |
[% INCLUDE 'circ-patron-search-results.inc' destination = "holds" %] |
282 |
[% INCLUDE 'circ-patron-search-results.inc' destination = "holds" %] |
| 284 |
</fieldset> |
283 |
</fieldset> |
| 285 |
|
|
|
| 286 |
[% END %] |
284 |
[% END %] |
|
|
285 |
|
| 287 |
[% IF ( multi_hold ) %] |
286 |
[% IF ( multi_hold ) %] |
| 288 |
<input type="hidden" name="multi_hold" value="[% multi_hold %]"/> |
287 |
<input type="hidden" name="multi_hold" value="[% multi_hold %]"/> |
| 289 |
<input type="hidden" name="biblionumbers" value="[% biblionumbers %]"/> |
288 |
<input type="hidden" name="biblionumbers" value="[% biblionumbers %]"/> |
|
|
289 |
[% ELSE %] |
| 290 |
<input type="hidden" name="biblionumber" value="[% biblionumber %]"/> |
| 290 |
[% END %] |
291 |
[% END %] |
| 291 |
</form> |
292 |
</form> |
| 292 |
[% ELSIF NOT noitems %] |
293 |
[% ELSIF NOT noitems %] |
| 293 |
- |
|
|