Lines 26-31
var MSG_EXPORT_SELECT_CHECKOUTS = _("You must select checkout(s) to export");
Link Here
|
26 |
[% IF ( borrowernumber ) %]if($.cookie("holdfor") != [% borrowernumber %]){ $.cookie("holdfor",null, { path: "/", expires: 0 }); }[% ELSE %]$.cookie("holdfor",null, { path: "/", expires: 0 });[% END %] |
26 |
[% IF ( borrowernumber ) %]if($.cookie("holdfor") != [% borrowernumber %]){ $.cookie("holdfor",null, { path: "/", expires: 0 }); }[% ELSE %]$.cookie("holdfor",null, { path: "/", expires: 0 });[% END %] |
27 |
[% UNLESS ( borrowernumber ) %][% UNLESS ( CGIselectborrower ) %]window.onload=function(){ $('#findborrower').focus(); };[% END %][% END %] |
27 |
[% UNLESS ( borrowernumber ) %][% UNLESS ( CGIselectborrower ) %]window.onload=function(){ $('#findborrower').focus(); };[% END %][% END %] |
28 |
$(document).ready(function() { |
28 |
$(document).ready(function() { |
|
|
29 |
$('#issues-form').preventDoubleFormSubmit(); |
29 |
$('#patronlists').tabs([% IF ( UseTablesortForCirc ) %]{ |
30 |
$('#patronlists').tabs([% IF ( UseTablesortForCirc ) %]{ |
30 |
// Correct table sizing for tables hidden in tabs |
31 |
// Correct table sizing for tables hidden in tabs |
31 |
// http://www.datatables.net/examples/api/tabs_and_scrolling.html |
32 |
// http://www.datatables.net/examples/api/tabs_and_scrolling.html |
Lines 717-723
No patron matched <span class="ex">[% message %]</span>
Link Here
|
717 |
<!-- SUMMARY : TODAY & PREVIOUS ISSUES --> |
718 |
<!-- SUMMARY : TODAY & PREVIOUS ISSUES --> |
718 |
<div id="checkouts"> |
719 |
<div id="checkouts"> |
719 |
[% IF ( issuecount ) %] |
720 |
[% IF ( issuecount ) %] |
720 |
<form name="issues" action="/cgi-bin/koha/reserve/renewscript.pl" method="post" class="checkboxed"> |
721 |
<form id="issues-form" name="issues" action="/cgi-bin/koha/reserve/renewscript.pl" method="post" class="checkboxed"> |
721 |
<input type="hidden" value="circ" name="destination" /> |
722 |
<input type="hidden" value="circ" name="destination" /> |
722 |
<input type="hidden" name="cardnumber" value="[% cardnumber %]" /> |
723 |
<input type="hidden" name="cardnumber" value="[% cardnumber %]" /> |
723 |
<input type="hidden" name="borrowernumber" value="[% borrowernumber %]" /> |
724 |
<input type="hidden" name="borrowernumber" value="[% borrowernumber %]" /> |
724 |
- |
|
|