|
Lines 59-64
function toggle_onsite_checkout(){
Link Here
|
| 59 |
} |
59 |
} |
| 60 |
} |
60 |
} |
| 61 |
|
61 |
|
|
|
62 |
function Dopop(link) { |
| 63 |
var newin = window.open(link, 'popup', 'width=600,height=400,resizable=1,toolbar=0,scrollbars=1,top'); |
| 64 |
} |
| 62 |
$(document).ready(function() { |
65 |
$(document).ready(function() { |
| 63 |
[% IF !( CircAutoPrintQuickSlip == 'clear' ) %] |
66 |
[% IF !( CircAutoPrintQuickSlip == 'clear' ) %] |
| 64 |
// listen submit to trigger qslip on empty checkout |
67 |
// listen submit to trigger qslip on empty checkout |
|
Lines 316-321
$(document).ready(function() {
Link Here
|
| 316 |
</form> |
319 |
</form> |
| 317 |
[% END %] |
320 |
[% END %] |
| 318 |
|
321 |
|
|
|
322 |
[% IF ( RESERVED ) %] |
| 323 |
<form method="get" action="/cgi-bin/koha/circ/circulation.pl"> |
| 324 |
<input type="hidden" name="borrowernumber" value="[% borrowernumber %]" /> |
| 325 |
<input type="hidden" name="duedatespec" value="[% duedatespec %]" /> |
| 326 |
<input type="hidden" name="stickyduedate" value="[% stickyduedate %]" /> |
| 327 |
<input class="print" type="submit" onclick="Dopop('hold-transfer-slip.pl?borrowernumber=[% reserveborrowernumber %]&biblionumber=[% itembiblionumber %]&op=slip');this.form.submit();" value="Don't Check Out and Print Slip (P)"> |
| 328 |
</form> |
| 329 |
[% END %] |
| 330 |
|
| 331 |
[% IF ( RESERVE_WAITING ) %] |
| 332 |
<form method="get" action="/cgi-bin/koha/circ/circulation.pl"> |
| 333 |
<input type="hidden" name="borrowernumber" value="[% borrowernumber %]" /> |
| 334 |
<input type="hidden" name="duedatespec" value="[% duedatespec %]" /> |
| 335 |
<input type="hidden" name="stickyduedate" value="[% stickyduedate %]" /> |
| 336 |
<input class="print" type="submit" onclick="Dopop('hold-transfer-slip.pl?borrowernumber=[% reserveborrowernumber %]&biblionumber=[% itembiblionumber %]&op=slip');this.form.submit();" value="Don't Check Out and Print Slip (P)"> |
| 337 |
</form> |
| 338 |
[% END %] |
| 339 |
|
| 319 |
<form method="get" action="/cgi-bin/koha/circ/circulation.pl"> |
340 |
<form method="get" action="/cgi-bin/koha/circ/circulation.pl"> |
| 320 |
[% IF (forceallow) %]<input type="hidden" name="forceallow" value="1">[% END %] |
341 |
[% IF (forceallow) %]<input type="hidden" name="forceallow" value="1">[% END %] |
| 321 |
<input type="hidden" name="borrowernumber" value="[% borrowernumber %]" /> |
342 |
<input type="hidden" name="borrowernumber" value="[% borrowernumber %]" /> |
| 322 |
- |
|
|