|
Lines 51-56
if($.cookie("holdfor") != [% borrowernumber %]){ $.cookie("holdfor",null, { path
Link Here
|
| 51 |
} |
51 |
} |
| 52 |
} ).attr( 'checked', false ); |
52 |
} ).attr( 'checked', false ); |
| 53 |
[% END %] |
53 |
[% END %] |
|
|
54 |
// listen submit to trigger qslip on empty checkout |
| 55 |
$('#mainform').bind('submit',function() { |
| 56 |
if ($('#barcode').val() == '') { |
| 57 |
return printx_window('qslip'); } |
| 58 |
}); |
| 59 |
|
| 54 |
|
60 |
|
| 55 |
var allcheckboxes = $(".checkboxed"); |
61 |
var allcheckboxes = $(".checkboxed"); |
| 56 |
$("#renew_all").click(function(){ |
62 |
$("#renew_all").click(function(){ |
|
Lines 441-447
No patron matched <span class="ex">[% message %]</span>
Link Here
|
| 441 |
[% END %] |
447 |
[% END %] |
| 442 |
|
448 |
|
| 443 |
|
449 |
|
| 444 |
<form method="post" action="/cgi-bin/koha/circ/circulation.pl" name="mainform"> |
450 |
<form method="post" action="/cgi-bin/koha/circ/circulation.pl" id="mainform" name="mainform"> |
| 445 |
<fieldset id="circ_circulation_issue"> |
451 |
<fieldset id="circ_circulation_issue"> |
| 446 |
[% IF ( DisplayClearScreenButton ) %] |
452 |
[% IF ( DisplayClearScreenButton ) %] |
| 447 |
<input type="button" value="Clear Screen" onclick="window.location = '/cgi-bin/koha/circ/circulation.pl'" /> |
453 |
<input type="button" value="Clear Screen" onclick="window.location = '/cgi-bin/koha/circ/circulation.pl'" /> |
| 448 |
- |
|
|