|
Lines 196-202
function refocus(calendar) {
Link Here
|
| 196 |
<li> |
196 |
<li> |
| 197 |
<label for="message_type">Add a message for:</label> |
197 |
<label for="message_type">Add a message for:</label> |
| 198 |
<select name="message_type" id="message_type"> |
198 |
<select name="message_type" id="message_type"> |
| 199 |
<option value="L">Other Librarians</option> |
199 |
<option value="L">Other librarians</option> |
| 200 |
<option value="B">[% firstname %]</option> |
200 |
<option value="B">[% firstname %]</option> |
| 201 |
</select> |
201 |
</select> |
| 202 |
</li> |
202 |
</li> |
|
Lines 204-210
function refocus(calendar) {
Link Here
|
| 204 |
<li> |
204 |
<li> |
| 205 |
<label for="type">Predefined notes: </label> |
205 |
<label for="type">Predefined notes: </label> |
| 206 |
<select name="type" id="type" onchange="this.form.borrower_message.value=this.options[this.selectedIndex].value;"> |
206 |
<select name="type" id="type" onchange="this.form.borrower_message.value=this.options[this.selectedIndex].value;"> |
| 207 |
<option value="">Select Note</option> |
207 |
<option value="">Select note</option> |
| 208 |
[% FOREACH canned_bor_notes_loo IN canned_bor_notes_loop %] |
208 |
[% FOREACH canned_bor_notes_loo IN canned_bor_notes_loop %] |
| 209 |
<option value="[% canned_bor_notes_loo.lib %]">[% canned_bor_notes_loo.lib %]</option> |
209 |
<option value="[% canned_bor_notes_loo.lib %]">[% canned_bor_notes_loo.lib %]</option> |
| 210 |
[% END %] |
210 |
[% END %] |
|
Lines 237-243
function refocus(calendar) {
Link Here
|
| 237 |
<div class="yui-g"> |
237 |
<div class="yui-g"> |
| 238 |
|
238 |
|
| 239 |
<div id="circ_needsconfirmation" class="dialog alert"> |
239 |
<div id="circ_needsconfirmation" class="dialog alert"> |
| 240 |
<h3>Please Confirm Checkout</h3> |
240 |
<h3>Please confirm checkout</h3> |
| 241 |
|
241 |
|
| 242 |
<ul> |
242 |
<ul> |
| 243 |
[% IF ( DEBT ) %] |
243 |
[% IF ( DEBT ) %] |
|
Lines 303-309
function refocus(calendar) {
Link Here
|
| 303 |
[% IF ( INVALID_DATE ) %] |
303 |
[% IF ( INVALID_DATE ) %] |
| 304 |
<p> |
304 |
<p> |
| 305 |
<input type="text" size="10" id="duedatespec" name="duedatespec" value="[% duedatespec %]" /> |
305 |
<input type="text" size="10" id="duedatespec" name="duedatespec" value="[% duedatespec %]" /> |
| 306 |
<label for="duedatespec">Due Date</label> |
306 |
<label for="duedatespec">Due date</label> |
| 307 |
</p> |
307 |
</p> |
| 308 |
[% ELSE %] |
308 |
[% ELSE %] |
| 309 |
<input type="hidden" name="duedatespec" value="[% duedatespec %]" /> |
309 |
<input type="hidden" name="duedatespec" value="[% duedatespec %]" /> |
|
Lines 342-348
function refocus(calendar) {
Link Here
|
| 342 |
<!-- RESULT OF ISSUING REQUEST --> |
342 |
<!-- RESULT OF ISSUING REQUEST --> |
| 343 |
<ul> |
343 |
<ul> |
| 344 |
[% IF ( STATS ) %] |
344 |
[% IF ( STATS ) %] |
| 345 |
<li>Local Use Recorded</li> |
345 |
<li>Local use recorded</li> |
| 346 |
[% END %] |
346 |
[% END %] |
| 347 |
|
347 |
|
| 348 |
[% IF ( INVALID_DATE ) %] |
348 |
[% IF ( INVALID_DATE ) %] |
|
Lines 353-359
function refocus(calendar) {
Link Here
|
| 353 |
<li>The barcode was not found [% barcode %]</li> |
353 |
<li>The barcode was not found [% barcode %]</li> |
| 354 |
[% IF ( fast_cataloging ) %] |
354 |
[% IF ( fast_cataloging ) %] |
| 355 |
[% IF ( CAN_user_editcatalogue_fast_cataloging ) %] |
355 |
[% IF ( CAN_user_editcatalogue_fast_cataloging ) %] |
| 356 |
<a href="/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=FA&barcode=[% barcode %]&borrowernumber=[% borrowernumber %]&branch=[% branch %]&duedatespec=[% duedatespec %]&stickyduedate=[% stickyduedate %]">Fast cataloging</a> |
356 |
<a href="/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=FA&barcode=[% barcode %]&borrowernumber=[% borrowernumber %]&branch=[% branch %]&duedatespec=[% duedatespec %]&stickyduedate=[% stickyduedate %]">Fast cataloging</a> |
| 357 |
[% END %] |
357 |
[% END %] |
| 358 |
[% END %] |
358 |
[% END %] |
| 359 |
[% END %] |
359 |
[% END %] |
|
Lines 411-417
function refocus(calendar) {
Link Here
|
| 411 |
[% END %] <!-- /impossible --> |
411 |
[% END %] <!-- /impossible --> |
| 412 |
|
412 |
|
| 413 |
[% IF ( issued ) %] |
413 |
[% IF ( issued ) %] |
| 414 |
<p>Item Checked out</p> |
414 |
<p>Item checked out</p> |
| 415 |
[% END %] |
415 |
[% END %] |
| 416 |
|
416 |
|
| 417 |
[% IF ( message ) %] |
417 |
[% IF ( message ) %] |
|
Lines 475-484
No patron matched <span class="ex">[% message %]</span>
Link Here
|
| 475 |
<input type="submit" value="Check Out" /> |
475 |
<input type="submit" value="Check Out" /> |
| 476 |
|
476 |
|
| 477 |
[% IF ( SpecifyDueDate ) %]<div class="date-select"> |
477 |
[% IF ( SpecifyDueDate ) %]<div class="date-select"> |
| 478 |
<div class="hint">Specify Due Date [% INCLUDE 'date-format.inc' %]: </div> |
478 |
<div class="hint">Specify due date [% INCLUDE 'date-format.inc' %]: </div> |
| 479 |
[% IF ( duedatespec ) %]<input type="text" size="10" id="duedatespec" name="duedatespec" value="[% duedatespec %]" />[% ELSE %]<input type="text" size="10" id="duedatespec" name="duedatespec" value="" /> |
479 |
[% IF ( duedatespec ) %]<input type="text" size="10" id="duedatespec" name="duedatespec" value="[% duedatespec %]" />[% ELSE %]<input type="text" size="10" id="duedatespec" name="duedatespec" value="" /> |
| 480 |
[% END %] |
480 |
[% END %] |
| 481 |
<img src="[% themelang %]/lib/calendar/cal.gif" alt="Show Calendar" border="0" id="CalendarDueDate" style="cursor: pointer;" /> |
481 |
<img src="[% themelang %]/lib/calendar/cal.gif" alt="Show calendar" border="0" id="CalendarDueDate" style="cursor: pointer;" /> |
| 482 |
<script language="JavaScript" type="text/javascript"> |
482 |
<script language="JavaScript" type="text/javascript"> |
| 483 |
//<![CDATA[ |
483 |
//<![CDATA[ |
| 484 |
function validate1(date) { |
484 |
function validate1(date) { |
|
Lines 507-513
No patron matched <span class="ex">[% message %]</span>
Link Here
|
| 507 |
//]]> |
507 |
//]]> |
| 508 |
</script> |
508 |
</script> |
| 509 |
|
509 |
|
| 510 |
<label for="stickyduedate"> Remember for Session:</label> |
510 |
<label for="stickyduedate"> Remember for session:</label> |
| 511 |
[% IF ( stickyduedate ) %] |
511 |
[% IF ( stickyduedate ) %] |
| 512 |
<input type="checkbox" id="stickyduedate" onclick="this.form.barcode.focus();" name="stickyduedate" checked="checked" /> |
512 |
<input type="checkbox" id="stickyduedate" onclick="this.form.barcode.focus();" name="stickyduedate" checked="checked" /> |
| 513 |
[% ELSE %] |
513 |
[% ELSE %] |
|
Lines 672-678
No patron matched <span class="ex">[% message %]</span>
Link Here
|
| 672 |
<a href="/cgi-bin/koha/circ/circulation.pl#checkouts">0 Checkouts</a> |
672 |
<a href="/cgi-bin/koha/circ/circulation.pl#checkouts">0 Checkouts</a> |
| 673 |
[% END %]</li> |
673 |
[% END %]</li> |
| 674 |
[% IF ( displayrelissues ) %] |
674 |
[% IF ( displayrelissues ) %] |
| 675 |
<li><a href="/cgi-bin/koha/circ/circulation.pl#relissues">Relatives' Checkouts</a></li> |
675 |
<li><a href="/cgi-bin/koha/circ/circulation.pl#relissues">Relatives' checkouts</a></li> |
| 676 |
[% END %] |
676 |
[% END %] |
| 677 |
<li>[% IF ( countreserv ) %] |
677 |
<li>[% IF ( countreserv ) %] |
| 678 |
<a href="/cgi-bin/koha/circ/circulation.pl#reserves">[% countreserv %] Hold(s)</a> |
678 |
<a href="/cgi-bin/koha/circ/circulation.pl#reserves">[% countreserv %] Hold(s)</a> |
|
Lines 694-700
No patron matched <span class="ex">[% message %]</span>
Link Here
|
| 694 |
<thead><tr> |
694 |
<thead><tr> |
| 695 |
<th scope="col">Due date</th> |
695 |
<th scope="col">Due date</th> |
| 696 |
<th scope="col">Title</th> |
696 |
<th scope="col">Title</th> |
| 697 |
<th scope="col">Item Type</th> |
697 |
<th scope="col">Item type</th> |
| 698 |
<th scope="col">Checked out on</th> |
698 |
<th scope="col">Checked out on</th> |
| 699 |
<th scope="col">Checked out from</th> |
699 |
<th scope="col">Checked out from</th> |
| 700 |
<th scope="col">Call no</th> |
700 |
<th scope="col">Call no</th> |
|
Lines 725-731
No patron matched <span class="ex">[% message %]</span>
Link Here
|
| 725 |
<td>[% todayissue.charge %]</td> |
725 |
<td>[% todayissue.charge %]</td> |
| 726 |
<td>[% todayissue.replacementprice %]</td> |
726 |
<td>[% todayissue.replacementprice %]</td> |
| 727 |
[% IF ( todayissue.renew_failed ) %] |
727 |
[% IF ( todayissue.renew_failed ) %] |
| 728 |
<td class="problem">Renewal Failed</td> |
728 |
<td class="problem">Renewal failed</td> |
| 729 |
[% ELSE %] |
729 |
[% ELSE %] |
| 730 |
<td><span style="padding: 0 1em;">[% IF ( todayissue.renewals ) %][% todayissue.renewals %][% ELSE %]0[% END %]</span> |
730 |
<td><span style="padding: 0 1em;">[% IF ( todayissue.renewals ) %][% todayissue.renewals %][% ELSE %]0[% END %]</span> |
| 731 |
[% IF ( todayissue.can_renew ) %] |
731 |
[% IF ( todayissue.can_renew ) %] |
|
Lines 747-756
No patron matched <span class="ex">[% message %]</span>
Link Here
|
| 747 |
<span class="renewals-disabled"> |
747 |
<span class="renewals-disabled"> |
| 748 |
[% END %] |
748 |
[% END %] |
| 749 |
[% IF ( todayissue.renew_error_on_reserve ) %] |
749 |
[% IF ( todayissue.renew_error_on_reserve ) %] |
| 750 |
<a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% todayissue.biblionumber %]">On Hold</a> |
750 |
<a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% todayissue.biblionumber %]">On hold</a> |
| 751 |
[% END %] |
751 |
[% END %] |
| 752 |
[% IF ( todayissue.renew_error_too_many ) %] |
752 |
[% IF ( todayissue.renew_error_too_many ) %] |
| 753 |
Not Renewable |
753 |
Not renewable |
| 754 |
[% END %] |
754 |
[% END %] |
| 755 |
[% IF ( todayissue.can_confirm ) %] |
755 |
[% IF ( todayissue.can_confirm ) %] |
| 756 |
</span> |
756 |
</span> |
|
Lines 759-768
No patron matched <span class="ex">[% message %]</span>
Link Here
|
| 759 |
</td> |
759 |
</td> |
| 760 |
[% END %] |
760 |
[% END %] |
| 761 |
[% IF ( todayissue.return_failed ) %] |
761 |
[% IF ( todayissue.return_failed ) %] |
| 762 |
<td class="problem">Checkin Failed</td> |
762 |
<td class="problem">Checkin failed</td> |
| 763 |
[% ELSE %] |
763 |
[% ELSE %] |
| 764 |
[% IF ( todayissue.renew_error_on_reserve ) %] |
764 |
[% IF ( todayissue.renew_error_on_reserve ) %] |
| 765 |
<td><a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% todayissue.biblionumber %]">On Hold</a> |
765 |
<td><a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% todayissue.biblionumber %]">On hold</a> |
| 766 |
<input type="checkbox" name="all_barcodes[]" value="[% todayissue.barcode %]" checked="checked" style="display: none;" /> |
766 |
<input type="checkbox" name="all_barcodes[]" value="[% todayissue.barcode %]" checked="checked" style="display: none;" /> |
| 767 |
</td> |
767 |
</td> |
| 768 |
[% ELSE %] |
768 |
[% ELSE %] |
|
Lines 800-806
No patron matched <span class="ex">[% message %]</span>
Link Here
|
| 800 |
<td>[% previssue.charge %]</td> |
800 |
<td>[% previssue.charge %]</td> |
| 801 |
<td>[% previssue.replacementprice %]</td> |
801 |
<td>[% previssue.replacementprice %]</td> |
| 802 |
[% IF ( previssue.renew_failed ) %] |
802 |
[% IF ( previssue.renew_failed ) %] |
| 803 |
<td class="problem">Renewal Failed</td> |
803 |
<td class="problem">Renewal failed</td> |
| 804 |
[% ELSE %] |
804 |
[% ELSE %] |
| 805 |
<td><span style="padding: 0 1em;">[% IF ( previssue.renewals ) %][% previssue.renewals %][% ELSE %]0[% END %]</span> |
805 |
<td><span style="padding: 0 1em;">[% IF ( previssue.renewals ) %][% previssue.renewals %][% ELSE %]0[% END %]</span> |
| 806 |
[% IF ( previssue.can_renew ) %] |
806 |
[% IF ( previssue.can_renew ) %] |
|
Lines 822-831
No patron matched <span class="ex">[% message %]</span>
Link Here
|
| 822 |
<span class="renewals-disabled"> |
822 |
<span class="renewals-disabled"> |
| 823 |
[% END %] |
823 |
[% END %] |
| 824 |
[% IF ( previssue.renew_error_on_reserve ) %] |
824 |
[% IF ( previssue.renew_error_on_reserve ) %] |
| 825 |
<a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% previssue.biblionumber %]">On Hold</a> |
825 |
<a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% previssue.biblionumber %]">On hold</a> |
| 826 |
[% END %] |
826 |
[% END %] |
| 827 |
[% IF ( previssue.renew_error_too_many ) %] |
827 |
[% IF ( previssue.renew_error_too_many ) %] |
| 828 |
Not Renewable |
828 |
Not renewable |
| 829 |
[% END %] |
829 |
[% END %] |
| 830 |
[% IF ( previssue.can_confirm ) %] |
830 |
[% IF ( previssue.can_confirm ) %] |
| 831 |
</span> |
831 |
</span> |
|
Lines 834-843
No patron matched <span class="ex">[% message %]</span>
Link Here
|
| 834 |
</td> |
834 |
</td> |
| 835 |
[% END %] |
835 |
[% END %] |
| 836 |
[% IF ( previssue.return_failed ) %] |
836 |
[% IF ( previssue.return_failed ) %] |
| 837 |
<td class="problem">Checkin Failed</td> |
837 |
<td class="problem">Checkin failed</td> |
| 838 |
[% ELSE %] |
838 |
[% ELSE %] |
| 839 |
[% IF ( previssue.renew_error_on_reserve ) %] |
839 |
[% IF ( previssue.renew_error_on_reserve ) %] |
| 840 |
<td><a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% previssue.biblionumber %]">On Hold</a> |
840 |
<td><a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% previssue.biblionumber %]">On hold</a> |
| 841 |
<input type="checkbox" name="all_barcodes[]" value="[% previssue.barcode %]" checked="checked" style="display: none;" /> |
841 |
<input type="checkbox" name="all_barcodes[]" value="[% previssue.barcode %]" checked="checked" style="display: none;" /> |
| 842 |
</td> |
842 |
</td> |
| 843 |
[% ELSE %] |
843 |
[% ELSE %] |
|
Lines 855-861
No patron matched <span class="ex">[% message %]</span>
Link Here
|
| 855 |
<fieldset class="action"> |
855 |
<fieldset class="action"> |
| 856 |
[% IF ( CAN_user_circulate_override_renewals ) %] |
856 |
[% IF ( CAN_user_circulate_override_renewals ) %] |
| 857 |
[% IF ( AllowRenewalLimitOverride ) %] |
857 |
[% IF ( AllowRenewalLimitOverride ) %] |
| 858 |
<label for="override_limit">Override Renewal Limit:</label> |
858 |
<label for="override_limit">Override renewal limit:</label> |
| 859 |
<input type="checkbox" name="override_limit" id="override_limit" value="1" /> |
859 |
<input type="checkbox" name="override_limit" id="override_limit" value="1" /> |
| 860 |
[% END %] |
860 |
[% END %] |
| 861 |
[% END %] |
861 |
[% END %] |
|
Lines 878-884
No patron matched <span class="ex">[% message %]</span>
Link Here
|
| 878 |
<tr> |
878 |
<tr> |
| 879 |
<th scope="col">Due date</th> |
879 |
<th scope="col">Due date</th> |
| 880 |
<th scope="col">Title</th> |
880 |
<th scope="col">Title</th> |
| 881 |
<th scope="col">Item Type</th> |
881 |
<th scope="col">Item type</th> |
| 882 |
<th scope="col">Checked out on</th> |
882 |
<th scope="col">Checked out on</th> |
| 883 |
<th scope="col">Checked out from</th> |
883 |
<th scope="col">Checked out from</th> |
| 884 |
<th scope="col">Call no</th> |
884 |
<th scope="col">Call no</th> |
|
Lines 946-952
No patron matched <span class="ex">[% message %]</span>
Link Here
|
| 946 |
<thead><tr> |
946 |
<thead><tr> |
| 947 |
<th>Hold date</th> |
947 |
<th>Hold date</th> |
| 948 |
<th>Title</th> |
948 |
<th>Title</th> |
| 949 |
<th>Call Number</th> |
949 |
<th>Call number</th> |
| 950 |
<th>Barcode</th> |
950 |
<th>Barcode</th> |
| 951 |
<th>Priority</th> |
951 |
<th>Priority</th> |
| 952 |
<th>Delete?</th> |
952 |
<th>Delete?</th> |
|
Lines 993-999
No patron matched <span class="ex">[% message %]</span>
Link Here
|
| 993 |
[% IF AutoResumeSuspendedHolds %] |
993 |
[% IF AutoResumeSuspendedHolds %] |
| 994 |
<label for="suspend_until">until</label> |
994 |
<label for="suspend_until">until</label> |
| 995 |
<input type="text" size="10" id="suspend_until" name="suspend_until"/> |
995 |
<input type="text" size="10" id="suspend_until" name="suspend_until"/> |
| 996 |
<img src="[% themelang %]/lib/calendar/cal.gif" alt="Show Calendar" border="0" id="CalendarSuspendUntil" style="cursor: pointer;" /> |
996 |
<img src="[% themelang %]/lib/calendar/cal.gif" alt="Show calendar" border="0" id="CalendarSuspendUntil" style="cursor: pointer;" /> |
| 997 |
<span class="hint">Specify date on which to resume [% INCLUDE 'date-format.inc' %]: </span> |
997 |
<span class="hint">Specify date on which to resume [% INCLUDE 'date-format.inc' %]: </span> |
| 998 |
|
998 |
|
| 999 |
<script language="JavaScript" type="text/javascript"> |
999 |
<script language="JavaScript" type="text/javascript"> |
|
Lines 1032-1038
No patron matched <span class="ex">[% message %]</span>
Link Here
|
| 1032 |
<input type="hidden" name="from" value="circ" /> |
1032 |
<input type="hidden" name="from" value="circ" /> |
| 1033 |
<input type="hidden" name="borrowernumber" value="[% borrowernumber %]" /> |
1033 |
<input type="hidden" name="borrowernumber" value="[% borrowernumber %]" /> |
| 1034 |
<input type="hidden" name="suspend" value="0" /> |
1034 |
<input type="hidden" name="suspend" value="0" /> |
| 1035 |
<input type="submit" value="Resume All Suspended All Requests" /> |
1035 |
<input type="submit" value="Resume all suspended all requests" /> |
| 1036 |
</form> |
1036 |
</form> |
| 1037 |
</fieldset> |
1037 |
</fieldset> |
| 1038 |
|
1038 |
|