View | Details | Raw Unified | Return to bug 2780
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/billing.tt (-3 / +3 lines)
Lines 34-40 Link Here
34
        <th>Patron
34
        <th>Patron
35
        <a href="/cgi-bin/koha/circ/billing.pl?order=patron&amp;from=[% from %]&amp;to=[% to %]">Sort</a>
35
        <a href="/cgi-bin/koha/circ/billing.pl?order=patron&amp;from=[% from %]&amp;to=[% to %]">Sort</a>
36
        </th>
36
        </th>
37
        <th>Fee Item
37
        <th>Fee item
38
        <a href="/cgi-bin/koha/circ/billing.pl?order=fee&amp;from=[% from %]&amp;to=[% to %]">Sort</a>
38
        <a href="/cgi-bin/koha/circ/billing.pl?order=fee&amp;from=[% from %]&amp;to=[% to %]">Sort</a>
39
        </th>
39
        </th>
40
        <th>Description
40
        <th>Description
Lines 46-52 Link Here
46
        <th>Date
46
        <th>Date
47
        <a href="/cgi-bin/koha/circ/billing.pl?order=date&amp;from=[% from %]&amp;to=[% to %]">Sort</a>
47
        <a href="/cgi-bin/koha/circ/billing.pl?order=date&amp;from=[% from %]&amp;to=[% to %]">Sort</a>
48
        </th>
48
        </th>
49
        <th>Total Amount
49
        <th>Total amount
50
        <a href="/cgi-bin/koha/circ/billing.pl?order=total&amp;from=[% from %]&amp;to=[% to %]">Sort</a>
50
        <a href="/cgi-bin/koha/circ/billing.pl?order=total&amp;from=[% from %]&amp;to=[% to %]">Sort</a>
51
        </th>
51
        </th>
52
    </tr>
52
    </tr>
Lines 87-93 Link Here
87
<form action="/cgi-bin/koha/circ/billing.pl" method="post" >
87
<form action="/cgi-bin/koha/circ/billing.pl" method="post" >
88
<fieldset class="brief">
88
<fieldset class="brief">
89
<ol><li><label for="ratio">
89
<ol><li><label for="ratio">
90
    Currency Cutoff:
90
    Currency cutoff:
91
</label>
91
</label>
92
<input type="text" size="5" id="ratio" name="ratio" value="[% ratio %]" /></li>
92
<input type="text" size="5" id="ratio" name="ratio" value="[% ratio %]" /></li>
93
<li><label for="from">
93
<li><label for="from">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/bookcount.tt (-4 / +4 lines)
Lines 1-5 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Circulation &rsaquo; Circulation Statistics for [% title |html %]</title>
2
<title>Koha &rsaquo; Circulation &rsaquo; Circulation statistics for [% title |html %]</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<script type="text/javascript">
4
<script type="text/javascript">
5
$(document).ready(function(){
5
$(document).ready(function(){
Lines 12-18 $(document).ready(function(){ Link Here
12
[% INCLUDE 'header.inc' %]
12
[% INCLUDE 'header.inc' %]
13
[% INCLUDE 'circ-search.inc' %]
13
[% INCLUDE 'circ-search.inc' %]
14
14
15
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a> &rsaquo; Circulation Statistics for [% title |html %]</div>
15
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a> &rsaquo; Circulation statistics for [% title |html %]</div>
16
16
17
<div id="doc3" class="yui-t2">
17
<div id="doc3" class="yui-t2">
18
   
18
   
Lines 24-30 $(document).ready(function(){ Link Here
24
[% title |html %] [% IF ( author ) %] by [% author |html %][% END %]</h2>
24
[% title |html %] [% IF ( author ) %] by [% author |html %][% END %]</h2>
25
<h3>Barcode [% barcode %]</h3>
25
<h3>Barcode [% barcode %]</h3>
26
<table>
26
<table>
27
		<tr><th>Home Library</th><th>Current Library</th><th>Date arrived<br />at current library </th><th>Number of checkouts<br />since last transfer</th></tr>
27
        <tr><th>Home library</th><th>Current library</th><th>Date arrived<br />at current library </th><th>Number of checkouts<br />since last transfer</th></tr>
28
		
28
		
29
		<tr><td>[% homebranch %]</td>
29
		<tr><td>[% homebranch %]</td>
30
            <td>[% holdingbranch %]</td>
30
            <td>[% holdingbranch %]</td>
Lines 36-42 $(document).ready(function(){ Link Here
36
    <tr>
36
    <tr>
37
        <th>Library</th>
37
        <th>Library</th>
38
        <th>No. of times checked out</th>
38
        <th>No. of times checked out</th>
39
        <th>Last Seen</th>
39
        <th>Last seen</th>
40
    </tr>
40
    </tr>
41
    [% FOREACH branchloo IN branchloop %]
41
    [% FOREACH branchloo IN branchloop %]
42
    [% IF ( branchloo.selected ) %]
42
    [% IF ( branchloo.selected ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt (-2 / +2 lines)
Lines 12-18 Link Here
12
   <div id="bd">
12
   <div id="bd">
13
13
14
[% IF ( found ) %]
14
[% IF ( found ) %]
15
   <div class="yui-g"> <h3>Reserve Found</h3>
15
   <div class="yui-g"> <h3>Reserve found</h3>
16
    <table>
16
    <table>
17
        <caption>
17
        <caption>
18
            [% IF ( reserved ) %]
18
            [% IF ( reserved ) %]
Lines 162-168 Link Here
162
    [% IF ( trsfitemloop ) %]
162
    [% IF ( trsfitemloop ) %]
163
        <div class="yui-g">
163
        <div class="yui-g">
164
		<table>
164
		<table>
165
            <caption>Transferred Items</caption>
165
            <caption>Transferred items</caption>
166
            <tr>
166
            <tr>
167
                <th>Title</th>
167
                <th>Title</th>
168
                <th>Author</th>
168
                <th>Author</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt (-6 / +6 lines)
Lines 17-24 Link Here
17
17
18
<div class="yui-u first">	
18
<div class="yui-u first">	
19
	<ul>
19
	<ul>
20
		<li><a href="/cgi-bin/koha/circ/circulation.pl">Check Out</a></li>
20
        <li><a href="/cgi-bin/koha/circ/circulation.pl">Check out</a></li>
21
		<li><a href="/cgi-bin/koha/circ/returns.pl">Check In</a></li>
21
        <li><a href="/cgi-bin/koha/circ/returns.pl">Check in</a></li>
22
		<li><a href="/cgi-bin/koha/circ/branchtransfers.pl">Transfer</a></li>
22
		<li><a href="/cgi-bin/koha/circ/branchtransfers.pl">Transfer</a></li>
23
	[% IF ( AutoLocation ) %][% ELSE %][% IF ( IndependantBranches ) %][% ELSE %]<li><a href="/cgi-bin/koha/circ/selectbranchprinter.pl">Set library</a></li>[% END %][% END %]
23
	[% IF ( AutoLocation ) %][% ELSE %][% IF ( IndependantBranches ) %][% ELSE %]<li><a href="/cgi-bin/koha/circ/selectbranchprinter.pl">Set library</a></li>[% END %][% END %]
24
	[% IF ( fast_cataloging ) %]
24
	[% IF ( fast_cataloging ) %]
Lines 33-39 Link Here
33
	
33
	
34
<h5>Circulation Reports</h5>
34
<h5>Circulation Reports</h5>
35
<ul>
35
<ul>
36
    <li>    <a href="/cgi-bin/koha/circ/view_holdsqueue.pl" title="holds queue">Holds Queue</a></li>
36
    <li>    <a href="/cgi-bin/koha/circ/view_holdsqueue.pl" title="holds queue">Holds queue</a></li>
37
	<li>    <a href="/cgi-bin/koha/circ/pendingreserves.pl" title="holds to retrieve off the shelf">Holds to pull</a></li>
37
	<li>    <a href="/cgi-bin/koha/circ/pendingreserves.pl" title="holds to retrieve off the shelf">Holds to pull</a></li>
38
	<li>    <a href="/cgi-bin/koha/circ/waitingreserves.pl" title="holds waiting for patron pickup">Holds awaiting pickup</a></li>
38
	<li>    <a href="/cgi-bin/koha/circ/waitingreserves.pl" title="holds waiting for patron pickup">Holds awaiting pickup</a></li>
39
	<li>    <a href="/cgi-bin/koha/circ/reserveratios.pl">Hold ratios</a></li>
39
	<li>    <a href="/cgi-bin/koha/circ/reserveratios.pl">Hold ratios</a></li>
Lines 50-59 Link Here
50
50
51
51
52
	<div class="yui-u">
52
	<div class="yui-u">
53
		<h5>Offline Circulation</h5>
53
        <h5>Offline circulation</h5>
54
		<ul>
54
		<ul>
55
			<li><a href="/cgi-bin/koha/offline_circ/process_koc.pl">Offline Circulation File (.koc) Uploader</a></li>
55
            <li><a href="/cgi-bin/koha/offline_circ/process_koc.pl">Offline circulation file (.koc) uploader</a></li>
56
			<li><a href="/cgi-bin/koha/offline_circ/list.pl">Offline Circulation</a> (Firefox module: https://addons.mozilla.org/fr/firefox/addon/koct/)</li>
56
            <li><a href="/cgi-bin/koha/offline_circ/list.pl">Offline circulation</a> (Firefox module: https://addons.mozilla.org/fr/firefox/addon/koct/)</li>
57
		</ul>
57
		</ul>
58
	</div>
58
	</div>
59
</div>
59
</div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-26 / +26 lines)
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&amp;barcode=[% barcode %]&amp;borrowernumber=[% borrowernumber %]&amp;branch=[% branch %]&amp;duedatespec=[% duedatespec %]&amp;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">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt (-12 / +11 lines)
Lines 1-5 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Circulation &rsaquo; Items Overdue as of [% todaysdate %]</title>
2
<title>Koha &rsaquo; Circulation &rsaquo; Items overdue as of [% todaysdate %]</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<script type="text/JavaScript" language="JavaScript">
4
<script type="text/JavaScript" language="JavaScript">
5
//<![CDATA[
5
//<![CDATA[
Lines 89-102 Link Here
89
89
90
[% IF ( noreport ) %]
90
[% IF ( noreport ) %]
91
91
92
<h2>Overdue Report</h2>
92
<h2>Overdue report</h2>
93
93
94
<p>Please choose one or more filters to proceed.</p>
94
<p>Please choose one or more filters to proceed.</p>
95
95
96
[% ELSE %]
96
[% ELSE %]
97
97
98
<h2>[% nnoverdue %] [% IF ( noverdue_is_plural ) %]Items[% ELSE %]Item[% END %]
98
<h2>[% nnoverdue %] [% IF ( noverdue_is_plural ) %]items[% ELSE %]item[% END %] overdue as of [% todaysdate %][% IF ( isfiltered ) %] (filtered)[% END %]</h2>
99
	 Overdue as of [% todaysdate %][% IF ( isfiltered ) %] (filtered)[% END %]</h2>
100
99
101
<p>
100
<p>
102
    [% IF ( isfiltered ) %]
101
    [% IF ( isfiltered ) %]
Lines 109-115 Link Here
109
<div class="searchresults">
108
<div class="searchresults">
110
<table id="overduest">
109
<table id="overduest">
111
<thead><tr>
110
<thead><tr>
112
    <th>Due Date</th>
111
    <th>Due date</th>
113
    <th>Patron</th>
112
    <th>Patron</th>
114
    <th>Library</th>
113
    <th>Library</th>
115
    <th>Title</th>
114
    <th>Title</th>
Lines 140-151 Link Here
140
<div class="yui-b">
139
<div class="yui-b">
141
<form method="post" action="/cgi-bin/koha/circ/overdue.pl">
140
<form method="post" action="/cgi-bin/koha/circ/overdue.pl">
142
  <fieldset class="brief">
141
  <fieldset class="brief">
143
<h4>Filter On:</h4>
142
<h4>Filter on:</h4>
144
	<fieldset><legend>Date due:</legend>
143
	<fieldset><legend>Date due:</legend>
145
	<ol>
144
	<ol>
146
    <li><label for="dateduefrom">From:</label>
145
    <li><label for="dateduefrom">From:</label>
147
	<input type="text" id="dateduefrom" name="dateduefrom" size="10" value="[% dateduefrom %]" />
146
	<input type="text" id="dateduefrom" name="dateduefrom" size="10" value="[% dateduefrom %]" />
148
	<img src="[% themelang %]/lib/calendar/cal.gif" id="dateduefrom_button" alt="Show Calendar" />
147
    <img src="[% themelang %]/lib/calendar/cal.gif" id="dateduefrom_button" alt="Show calendar" />
149
	<script language="JavaScript" type="text/javascript">
148
	<script language="JavaScript" type="text/javascript">
150
	    Calendar.setup(
149
	    Calendar.setup(
151
	    {
150
	    {
Lines 159-165 Link Here
159
	<li>
158
	<li>
160
	<label for="datedueto">To:</label>
159
	<label for="datedueto">To:</label>
161
	<input type="text" id="datedueto" name="datedueto" size="10" value="[% datedueto %]" />
160
	<input type="text" id="datedueto" name="datedueto" size="10" value="[% datedueto %]" />
162
	<img src="[% themelang %]/lib/calendar/cal.gif" id="datedueto_button" alt="Show Calendar" />
161
    <img src="[% themelang %]/lib/calendar/cal.gif" id="datedueto_button" alt="Show calendar" />
163
	<script language="JavaScript" type="text/javascript">
162
	<script language="JavaScript" type="text/javascript">
164
	    Calendar.setup(
163
	    Calendar.setup(
165
	    {
164
	    {
Lines 186-193 Link Here
186
            [% ELSE %]<option value="gonenoaddress">Address in question</option>[% END %]
185
            [% ELSE %]<option value="gonenoaddress">Address in question</option>[% END %]
187
            [% IF ( borflag_debarred ) %]<option value="debarred" selected="selected">Restricted</option>
186
            [% IF ( borflag_debarred ) %]<option value="debarred" selected="selected">Restricted</option>
188
            [% ELSE %]<option value="debarred">Restricted</option>[% END %]
187
            [% ELSE %]<option value="debarred">Restricted</option>[% END %]
189
            [% IF ( borflag_lost ) %]<option value="lost" selected="selected">Lost Card</option>
188
            [% IF ( borflag_lost ) %]<option value="lost" selected="selected">Lost card</option>
190
            [% ELSE %]<option value="lost">Lost Card</option>[% END %]
189
            [% ELSE %]<option value="lost">Lost card</option>[% END %]
191
        </select>
190
        </select>
192
    </li>
191
    </li>
193
	[% FOREACH patron_attr_filter_loo IN patron_attr_filter_loop %]
192
	[% FOREACH patron_attr_filter_loo IN patron_attr_filter_loop %]
Lines 244-254 Link Here
244
    [% ELSE %]
243
    [% ELSE %]
245
    <option value="[% ORDER_LOO.ordervalue %]">
244
    <option value="[% ORDER_LOO.ordervalue %]">
246
    [% END %]
245
    [% END %]
247
    [% IF ( ORDER_LOO.order_date_due ) %]Due Date
246
    [% IF ( ORDER_LOO.order_date_due ) %]Due date
248
    [% ELSIF ( ORDER_LOO.order_borrower ) %]Patron
247
    [% ELSIF ( ORDER_LOO.order_borrower ) %]Patron
249
    [% ELSIF ( ORDER_LOO.order_barcode ) %]Barcode
248
    [% ELSIF ( ORDER_LOO.order_barcode ) %]Barcode
250
    [% ELSIF ( ORDER_LOO.order_title ) %]Title
249
    [% ELSIF ( ORDER_LOO.order_title ) %]Title
251
    [% ELSIF ( ORDER_LOO.order_date_due_desc ) %]Due Date desc
250
    [% ELSIF ( ORDER_LOO.order_date_due_desc ) %]Due date desc
252
    [% ELSIF ( ORDER_LOO.order_borrower_desc ) %]Patron desc
251
    [% ELSIF ( ORDER_LOO.order_borrower_desc ) %]Patron desc
253
    [% ELSIF ( ORDER_LOO.order_barcode_desc ) %]Barcode desc
252
    [% ELSIF ( ORDER_LOO.order_barcode_desc ) %]Barcode desc
254
    [% ELSIF ( ORDER_LOO.order_title_desc ) %]Title desc
253
    [% ELSIF ( ORDER_LOO.order_title_desc ) %]Title desc
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt (-1 / +1 lines)
Lines 144-150 $(document).ready(function() { Link Here
144
144
145
<form action="/cgi-bin/koha/circ/pendingreserves.pl" method="post" >
145
<form action="/cgi-bin/koha/circ/pendingreserves.pl" method="post" >
146
<fieldset class="brief">
146
<fieldset class="brief">
147
<h4>Refine Results</h4>
147
<h4>Refine results</h4>
148
<ol>
148
<ol>
149
<li>
149
<li>
150
<label for="from">
150
<label for="from">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tt (-9 / +9 lines)
Lines 1-5 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Circulation &rsaquo; Hold Ratios</title>
2
<title>Koha &rsaquo; Circulation &rsaquo; Hold ratios</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<!-- Additions to enable Calendar system -->
4
<!-- Additions to enable Calendar system -->
5
<link rel="stylesheet" type="text/css" href="[% themelang %]/lib/calendar/calendar-system.css" />
5
<link rel="stylesheet" type="text/css" href="[% themelang %]/lib/calendar/calendar-system.css" />
Lines 44-57 $.tablesorter.addParser({ Link Here
44
[% INCLUDE 'header.inc' %]
44
[% INCLUDE 'header.inc' %]
45
[% INCLUDE 'circ-search.inc' %]
45
[% INCLUDE 'circ-search.inc' %]
46
46
47
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a> &rsaquo; Hold Ratios</div>
47
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a> &rsaquo; Hold ratios</div>
48
48
49
<div id="doc3" class="yui-t2">
49
<div id="doc3" class="yui-t2">
50
   
50
   
51
   <div id="bd">
51
   <div id="bd">
52
	<div id="yui-main">
52
	<div id="yui-main">
53
	<div class="yui-b">
53
	<div class="yui-b">
54
<h1>Hold Ratios to Calculate Items Needed</h1>
54
<h1>Hold ratios to calculate items needed</h1>
55
   <h3>Calculated on [% todaysdate %]. From [% from %]
55
   <h3>Calculated on [% todaysdate %]. From [% from %]
56
	to [% to %]</h3>
56
	to [% to %]</h3>
57
<p>These items have a hold ratio &ge; [% ratio %].</p>
57
<p>These items have a hold ratio &ge; [% ratio %].</p>
Lines 66-76 $.tablesorter.addParser({ Link Here
66
        <th>Items
66
        <th>Items
67
        <a href="/cgi-bin/koha/circ/reserveratios.pl?ratio=[% ratio %]&amp;order=itemcount&amp;from=[% from %]&amp;to=[% to %]">Sort</a>
67
        <a href="/cgi-bin/koha/circ/reserveratios.pl?ratio=[% ratio %]&amp;order=itemcount&amp;from=[% from %]&amp;to=[% to %]">Sort</a>
68
        </th>
68
        </th>
69
        <th>Hold Ratio</th>
69
        <th>Hold ratio</th>
70
        <th>Title
70
        <th>Title
71
        <a href="/cgi-bin/koha/circ/reserveratios.pl?ratio=[% ratio %]&amp;order=biblio&amp;from=[% from %]&amp;to=[% to %]">Sort</a>
71
        <a href="/cgi-bin/koha/circ/reserveratios.pl?ratio=[% ratio %]&amp;order=biblio&amp;from=[% from %]&amp;to=[% to %]">Sort</a>
72
        </th>
72
        </th>
73
        <th>Holding Libraries
73
        <th>Holding libraries
74
        <a href="/cgi-bin/koha/circ/reserveratios.pl?ratio=[% ratio %]&amp;order=branch&amp;from=[% from %]&amp;to=[% to %]">Sort</a>
74
        <a href="/cgi-bin/koha/circ/reserveratios.pl?ratio=[% ratio %]&amp;order=branch&amp;from=[% from %]&amp;to=[% to %]">Sort</a>
75
        </th>
75
        </th>
76
        <th>Location
76
        <th>Location
Lines 79-88 $.tablesorter.addParser({ Link Here
79
        <th>Itype
79
        <th>Itype
80
        <a href="/cgi-bin/koha/circ/reserveratios.pl?ratio=[% ratio %]&amp;order=itype&amp;from=[% from %]&amp;to=[% to %]">Sort</a>
80
        <a href="/cgi-bin/koha/circ/reserveratios.pl?ratio=[% ratio %]&amp;order=itype&amp;from=[% from %]&amp;to=[% to %]">Sort</a>
81
        </th>
81
        </th>
82
        <th>Call Numbers
82
        <th>Call numbers
83
        <a href="/cgi-bin/koha/circ/reserveratios.pl?ratio=[% ratio %]&amp;order=callnumber&amp;from=[% from %]&amp;to=[% to %]">Sort</a>
83
        <a href="/cgi-bin/koha/circ/reserveratios.pl?ratio=[% ratio %]&amp;order=callnumber&amp;from=[% from %]&amp;to=[% to %]">Sort</a>
84
        </th>
84
        </th>
85
        <th>Items Needed
85
        <th>Items needed
86
        </th>
86
        </th>
87
    </tr></thead>
87
    </tr></thead>
88
    
88
    
Lines 109-117 $.tablesorter.addParser({ Link Here
109
<div class="yui-b">
109
<div class="yui-b">
110
<form action="/cgi-bin/koha/circ/reserveratios.pl" method="post" >
110
<form action="/cgi-bin/koha/circ/reserveratios.pl" method="post" >
111
<fieldset class="brief">
111
<fieldset class="brief">
112
<h4>Refine Results:</h4>
112
<h4>Refine results:</h4>
113
<ol><li><label for="ratio">
113
<ol><li><label for="ratio">
114
    Hold Ratio:
114
    Hold ratio:
115
</label>
115
</label>
116
<input type="text" size="5" id="ratio" name="ratio" value="[% ratio %]" /></li>
116
<input type="text" size="5" id="ratio" name="ratio" value="[% ratio %]" /></li>
117
<li><label for="from">
117
<li><label for="from">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-19 / +19 lines)
Lines 1-6 Link Here
1
[% USE KohaDates %]
1
[% USE KohaDates %]
2
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Koha &rsaquo; Circulation &rsaquo; Check In [% title |html %]</title>
3
<title>Koha &rsaquo; Circulation &rsaquo; Check in [% title |html %]</title>
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
<script type="text/javascript">
5
<script type="text/javascript">
6
//<![CDATA[
6
//<![CDATA[
Lines 46-52 function Dopop(link) { Link Here
46
[% INCLUDE 'header.inc' %]
46
[% INCLUDE 'header.inc' %]
47
[% INCLUDE 'checkin-search.inc' %]
47
[% INCLUDE 'checkin-search.inc' %]
48
48
49
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a> &rsaquo; Check In</div>
49
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a> &rsaquo; Check in</div>
50
50
51
<div id="doc" class="yui-t7">
51
<div id="doc" class="yui-t7">
52
52
Lines 87-93 function Dopop(link) { Link Here
87
</div>
87
</div>
88
[% END %]
88
[% END %]
89
<!-- case of a mistake in transfer loop -->
89
<!-- case of a mistake in transfer loop -->
90
[% IF ( WrongTransfer ) %]<div id="return2" class="dialog message"><!-- WrongTransfer --><h3>Please return <a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber %]">[% title |html %]</a> to [% TransferWaitingAt %]</h3><h3><a href="#" onclick="Dopop('transfer-slip.pl?transferitem=[% itemnumber %]&amp;&amp;branchcode=[% homebranch %]&amp;op=slip'); return true;">Print Slip</a> or <a href="/cgi-bin/koha/circ/returns.pl?itemnumber=[% itemnumber %]&amp;canceltransfer=1">Cancel Transfer</a></h3>
90
[% IF ( WrongTransfer ) %]<div id="return2" class="dialog message"><!-- WrongTransfer --><h3>Please return <a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber %]">[% title |html %]</a> to [% TransferWaitingAt %]</h3><h3><a href="#" onclick="Dopop('transfer-slip.pl?transferitem=[% itemnumber %]&amp;&amp;branchcode=[% homebranch %]&amp;op=slip'); return true;">Print slip</a> or <a href="/cgi-bin/koha/circ/returns.pl?itemnumber=[% itemnumber %]&amp;canceltransfer=1">Cancel transfer</a></h3>
91
[% IF ( wborcnum ) %]<h5>Hold for:</h5>
91
[% IF ( wborcnum ) %]<h5>Hold for:</h5>
92
        <ul><li><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber %]">
92
        <ul><li><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber %]">
93
            [% borsurname %], [% borfirstname %]</a> ([% borcnum %])</li>
93
            [% borsurname %], [% borfirstname %]</a> ([% borcnum %])</li>
Lines 103-109 function Dopop(link) { Link Here
103
            <input type="hidden" name="WT-waitingAt" value="[% TransferWaitingAt %]" />
103
            <input type="hidden" name="WT-waitingAt" value="[% TransferWaitingAt %]" />
104
            <input type="hidden" name="WT-From" value="[% wtransfertFrom %]" />
104
            <input type="hidden" name="WT-From" value="[% wtransfertFrom %]" />
105
        <input type="submit" class="approve" value="Confirm" />
105
        <input type="submit" class="approve" value="Confirm" />
106
			<input type="submit" value="Print Slip and Confirm" class="print" onclick="Dopop('hold-transfer-slip.pl?transfer=1&amp;borrowernumber=[% borrowernumber %]&amp;biblionumber=[% itembiblionumber %]&amp;op=slip'); this.form.submit();" />
106
            <input type="submit" value="Print slip and confirm" class="print" onclick="Dopop('hold-transfer-slip.pl?transfer=1&amp;borrowernumber=[% borrowernumber %]&amp;biblionumber=[% itembiblionumber %]&amp;op=slip'); this.form.submit();" />
107
    </form>
107
    </form>
108
    [% END %]</div>
108
    [% END %]</div>
109
[% END %]
109
[% END %]
Lines 119-125 function Dopop(link) { Link Here
119
[% END %]
119
[% END %]
120
120
121
<div id="hold-found1" class="dialog message">
121
<div id="hold-found1" class="dialog message">
122
        <h3>Hold Found (item is already waiting):  <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% itembiblionumber %]">[% title |html %]</a></h3>
122
        <h3>Hold found (item is already waiting):  <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% itembiblionumber %]">[% title |html %]</a></h3>
123
        [% IF ( reservenotes ) %]<h4>Notes: [% reservenotes %]</h4>[% END %]
123
        [% IF ( reservenotes ) %]<h4>Notes: [% reservenotes %]</h4>[% END %]
124
        <h4>Hold for:</h4>
124
        <h4>Hold for:</h4>
125
			<ul>
125
			<ul>
Lines 139-145 function Dopop(link) { Link Here
139
        <form method="post" action="returns.pl" class="confirm">
139
        <form method="post" action="returns.pl" class="confirm">
140
            <input type="submit" class="approve" value="Confirm" />
140
            <input type="submit" class="approve" value="Confirm" />
141
141
142
			<input type="submit" value="Print and Confirm" class="print" onclick="Dopop('hold-transfer-slip.pl?borrowernumber=[% borrowernumber %]&amp;biblionumber=[% itembiblionumber %]&amp;op=slip'); this.form.submit();" />
142
            <input type="submit" value="Print and confirm" class="print" onclick="Dopop('hold-transfer-slip.pl?borrowernumber=[% borrowernumber %]&amp;biblionumber=[% itembiblionumber %]&amp;op=slip'); this.form.submit();" />
143
            [% FOREACH inputloo IN inputloop %]
143
            [% FOREACH inputloo IN inputloop %]
144
                <input type="hidden" name="ri-[% inputloo.counter %]" value="[% inputloo.barcode %]" />
144
                <input type="hidden" name="ri-[% inputloo.counter %]" value="[% inputloo.barcode %]" />
145
                <input type="hidden" name="dd-[% inputloo.counter %]" value="[% inputloo.duedate %]" />
145
                <input type="hidden" name="dd-[% inputloo.counter %]" value="[% inputloo.duedate %]" />
Lines 181-187 function Dopop(link) { Link Here
181
181
182
        <form method="post" action="returns.pl" class="confirm">
182
        <form method="post" action="returns.pl" class="confirm">
183
            <input type="submit" class="approve" value="Confirm" />
183
            <input type="submit" class="approve" value="Confirm" />
184
			<input type="submit" value="Print Slip and Confirm" class="print" onclick="Dopop('hold-transfer-slip.pl?transfer=1&amp;borrowernumber=[% borrowernumber %]&amp;biblionumber=[% itembiblionumber %]&amp;op=slip'); this.form.submit();" />
184
            <input type="submit" value="Print slip and confirm" class="print" onclick="Dopop('hold-transfer-slip.pl?transfer=1&amp;borrowernumber=[% borrowernumber %]&amp;biblionumber=[% itembiblionumber %]&amp;op=slip'); this.form.submit();" />
185
            [% FOREACH inputloo IN inputloop %]
185
            [% FOREACH inputloo IN inputloop %]
186
                <input type="hidden" name="ri-[% inputloo.counter %]" value="[% inputloo.barcode %]" />
186
                <input type="hidden" name="ri-[% inputloo.counter %]" value="[% inputloo.barcode %]" />
187
                <input type="hidden" name="dd-[% inputloo.counter %]" value="[% inputloo.duedate %]" />
187
                <input type="hidden" name="dd-[% inputloo.counter %]" value="[% inputloo.duedate %]" />
Lines 198-204 function Dopop(link) { Link Here
198
    [% IF ( transfer ) %]
198
    [% IF ( transfer ) %]
199
    <!-- transfer: item with no reservation, must be returned to its home library -->
199
    <!-- transfer: item with no reservation, must be returned to its home library -->
200
	<div id="return1" class="dialog message">
200
	<div id="return1" class="dialog message">
201
            <h3>Please return <a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber %]">[% title or "item" |html %]</a> to [% homebranchname %]<br/>( <a href="#" onclick="Dopop('transfer-slip.pl?transferitem=[% itemnumber %]&amp;branchcode=[% homebranch %]&amp;op=slip'); return true;">Print Slip</a> )</h3>
201
            <h3>Please return <a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber %]">[% title or "item" |html %]</a> to [% homebranchname %]<br/>( <a href="#" onclick="Dopop('transfer-slip.pl?transferitem=[% itemnumber %]&amp;branchcode=[% homebranch %]&amp;op=slip'); return true;">Print slip</a> )</h3>
202
        </div>
202
        </div>
203
        [% IF ( soundon ) %]
203
        [% IF ( soundon ) %]
204
        <audio src="/intranet-tmpl/prog/sound/opening.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio>
204
        <audio src="/intranet-tmpl/prog/sound/opening.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio>
Lines 211-217 function Dopop(link) { Link Here
211
        <audio src="/intranet-tmpl/prog/sound/opening.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio>
211
        <audio src="/intranet-tmpl/prog/sound/opening.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio>
212
        [% END %]
212
        [% END %]
213
	<div id="item-transfer" class="dialog message"><h3> This item needs to be transferred to [% homebranchname %]</h3>
213
	<div id="item-transfer" class="dialog message"><h3> This item needs to be transferred to [% homebranchname %]</h3>
214
	Transfer Now?<br />
214
    Transfer now?<br />
215
    <form method="post" action="returns.pl" name="mainform" id="mainform">
215
    <form method="post" action="returns.pl" name="mainform" id="mainform">
216
    [% IF itemnumber %]
216
    [% IF itemnumber %]
217
        <input type="submit" name="dotransfer" value="Yes, Print slip" class="print" onclick="Dopop('transfer-slip.pl?transferitem=[% itemnumber %]&amp;&amp;branchcode=[% homebranch %]&amp;op=slip'); return true;" />
217
        <input type="submit" name="dotransfer" value="Yes, Print slip" class="print" onclick="Dopop('transfer-slip.pl?transferitem=[% itemnumber %]&amp;&amp;branchcode=[% homebranch %]&amp;op=slip'); return true;" />
Lines 236-242 function Dopop(link) { Link Here
236
        [% IF ( soundon ) %]
236
        [% IF ( soundon ) %]
237
        <audio src="/intranet-tmpl/prog/sound/opening.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio>
237
        <audio src="/intranet-tmpl/prog/sound/opening.ogg" autoplay="autoplay" autobuffer="autobuffer"></audio>
238
        [% END %]
238
        [% END %]
239
        <h3>Item Consigned:</h3>
239
        <h3>Item consigned:</h3>
240
        <table>
240
        <table>
241
        <caption><a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber %]">[% title |html %]</a></caption>
241
        <caption><a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber %]">[% title |html %]</a></caption>
242
        <tr>
242
        <tr>
Lines 266-272 function Dopop(link) { Link Here
266
        [% END %]
266
        [% END %]
267
267
268
	<div id="hold-found2" class="dialog message">
268
	<div id="hold-found2" class="dialog message">
269
	  <h3>Hold Found: <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% itembiblionumber %]">[% title |html %]</a></h3>
269
      <h3>Hold found: <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% itembiblionumber %]">[% title |html %]</a></h3>
270
        [% IF ( reservenotes ) %]<h4>Notes: [% reservenotes %]</h4>[% END %]
270
        [% IF ( reservenotes ) %]<h4>Notes: [% reservenotes %]</h4>[% END %]
271
        <h5>Hold for:</h5>
271
        <h5>Hold for:</h5>
272
		<ul>
272
		<ul>
Lines 288-298 function Dopop(link) { Link Here
288
        [% END %]
288
        [% END %]
289
        <form method="post" action="returns.pl" class="confirm">
289
        <form method="post" action="returns.pl" class="confirm">
290
            [% IF ( transfertodo ) %]
290
            [% IF ( transfertodo ) %]
291
                <input type="submit" class="approve" value="Confirm hold and Transfer" />
291
                <input type="submit" class="approve" value="Confirm hold and transfer" />
292
                <input type="submit" value="Print slip, Transfer, and Confirm" class="print" onclick="Dopop('hold-transfer-slip.pl?transfer=1&amp;borrowernumber=[% borrowernumber %]&amp;biblionumber=[% itembiblionumber %]&amp;op=slip'); this.form.submit();" />
292
                <input type="submit" value="Print slip, transfer, and confirm" class="print" onclick="Dopop('hold-transfer-slip.pl?transfer=1&amp;borrowernumber=[% borrowernumber %]&amp;biblionumber=[% itembiblionumber %]&amp;op=slip'); this.form.submit();" />
293
            [% ELSE %]
293
            [% ELSE %]
294
                <input type="submit" class="approve" value="Confirm hold" />
294
                <input type="submit" class="approve" value="Confirm hold" />
295
                <input type="submit" value="Print Slip and Confirm" class="print" onclick="Dopop('hold-transfer-slip.pl?borrowernumber=[% borrowernumber %]&amp;biblionumber=[% itembiblionumber %]&amp;op=slip'); this.form.submit();" />
295
                <input type="submit" value="Print slip and confirm" class="print" onclick="Dopop('hold-transfer-slip.pl?borrowernumber=[% borrowernumber %]&amp;biblionumber=[% itembiblionumber %]&amp;op=slip'); this.form.submit();" />
296
            [% END %]
296
            [% END %]
297
                <input type="submit" class="deny" value="Ignore" onclick="$('.dialog:visible').hide('slow'); $('#barcode').focus(); return false;" />
297
                <input type="submit" class="deny" value="Ignore" onclick="$('.dialog:visible').hide('slow'); $('#barcode').focus(); return false;" />
298
            [% FOREACH inputloo IN inputloop %]
298
            [% FOREACH inputloo IN inputloop %]
Lines 314-320 function Dopop(link) { Link Here
314
    <div class="dialog alert">
314
    <div class="dialog alert">
315
        [% FOREACH errmsgloo IN errmsgloop %]
315
        [% FOREACH errmsgloo IN errmsgloop %]
316
                    [% IF ( errmsgloo.badbarcode ) %]
316
                    [% IF ( errmsgloo.badbarcode ) %]
317
                        <p class="problem">No Item with barcode: [% errmsgloo.msg %]</p>
317
                        <p class="problem">No item with barcode: [% errmsgloo.msg %]</p>
318
                    [% END %]
318
                    [% END %]
319
                    [% IF ( errmsgloo.ispermanent ) %]
319
                    [% IF ( errmsgloo.ispermanent ) %]
320
                        <p class="problem">Please return to  [% errmsgloo.msg %]</p>
320
                        <p class="problem">Please return to  [% errmsgloo.msg %]</p>
Lines 323-329 function Dopop(link) { Link Here
323
                        <p class="problem">Not checked out.</p>
323
                        <p class="problem">Not checked out.</p>
324
                    [% END %]
324
                    [% END %]
325
                    [% IF ( errmsgloo.localuse) %]
325
                    [% IF ( errmsgloo.localuse) %]
326
                        <p class="problem">Local Use recorded</p>
326
                        <p class="problem">Local use recorded</p>
327
                    [% END %]
327
                    [% END %]
328
                    [% IF ( errmsgloo.waslost ) %]
328
                    [% IF ( errmsgloo.waslost ) %]
329
                        <p class="problem">Item was lost, now found.</p>
329
                        <p class="problem">Item was lost, now found.</p>
Lines 407-413 function Dopop(link) { Link Here
407
407
408
[% IF ( returned ) %]
408
[% IF ( returned ) %]
409
<div class="yui-g">    <table>
409
<div class="yui-g">    <table>
410
        <tr><th>Item Information</th><th>Patron Information</th></tr>
410
        <tr><th>Item information</th><th>Patron information</th></tr>
411
        <tr>
411
        <tr>
412
            <td>[% title |html %]</td>
412
            <td>[% title |html %]</td>
413
            <td>
413
            <td>
Lines 424-432 function Dopop(link) { Link Here
424
    </table>
424
    </table>
425
[% END %]
425
[% END %]
426
[% IF ( riloop ) %]
426
[% IF ( riloop ) %]
427
    <h2>Checked-In items</h2>
427
    <h2>Checked-in items</h2>
428
    <table>
428
    <table>
429
	<tr><th>Due Date</th><th>Title</th>	<th>Author</th>	<th>Barcode</th><th>Shelving Location</th><th>Call Number</th><th>Type</th>	<th>Patron</th><th>Note</th></tr>
429
    <tr><th>Due date</th><th>Title</th>	<th>Author</th>	<th>Barcode</th><th>Shelving Location</th><th>Call number</th><th>Type</th>	<th>Patron</th><th>Note</th></tr>
430
430
431
        [% FOREACH riloo IN riloop %]
431
        [% FOREACH riloo IN riloop %]
432
            <tr>
432
            <tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/selectbranchprinter.tt (-4 / +4 lines)
Lines 1-5 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Circulation &rsaquo; Set Library</title>
2
<title>Koha &rsaquo; Circulation &rsaquo; Set library</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<style type="text/css">
4
<style type="text/css">
5
    .noshow {display: none;}
5
    .noshow {display: none;}
Lines 12-18 Link Here
12
<div id="breadcrumbs">
12
<div id="breadcrumbs">
13
         <a href="/cgi-bin/koha/mainpage.pl">Home</a>
13
         <a href="/cgi-bin/koha/mainpage.pl">Home</a>
14
&rsaquo; <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a>
14
&rsaquo; <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a>
15
&rsaquo; <a href="/cgi-bin/koha/circ/selectbranchprinter.pl">Set Library</a>
15
&rsaquo; <a href="/cgi-bin/koha/circ/selectbranchprinter.pl">Set library</a>
16
</div>
16
</div>
17
17
18
<div id="doc" class="yui-t7">
18
<div id="doc" class="yui-t7">
Lines 22-28 Link Here
22
22
23
[% IF ( updated ) %]
23
[% IF ( updated ) %]
24
24
25
<h2>Update Succeeded</h2>
25
<h2>Update succeeded</h2>
26
Updated:<ul>
26
Updated:<ul>
27
    [% FOREACH update IN updated %]
27
    [% FOREACH update IN updated %]
28
    [% IF ( update.updated_branch ) %]
28
    [% IF ( update.updated_branch ) %]
Lines 47-53 Updated:<ul> Link Here
47
47
48
<form method="post" action="selectbranchprinter.pl">
48
<form method="post" action="selectbranchprinter.pl">
49
<fieldset class="rows">
49
<fieldset class="rows">
50
	<legend>Set Library</legend>
50
    <legend>Set library</legend>
51
    <ol>
51
    <ol>
52
    [% IF ( singleBranchMode ) %]
52
    [% IF ( singleBranchMode ) %]
53
        <li>SingleBranchMode is ON.</li>
53
        <li>SingleBranchMode is ON.</li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transfer-slip.tt (-1 / +1 lines)
Lines 1-5 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha -- Circulation: Transfers</title>
2
<title>Koha &rsaquo; Circulation &rsaquo; Transfers</title>
3
[% INCLUDE 'doc-head-close-receipt.inc' %]
3
[% INCLUDE 'doc-head-close-receipt.inc' %]
4
<script language="javascript">
4
<script language="javascript">
5
function printandclose()
5
function printandclose()
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt (-1 / +1 lines)
Lines 80-86 $(document).ready(function() { Link Here
80
                    </td>
80
                    </td>
81
                    <td>[% reser.homebranch %]</td>
81
                    <td>[% reser.homebranch %]</td>
82
                    <td>[% reser.itemcallnumber %]</td>
82
                    <td>[% reser.itemcallnumber %]</td>
83
                    <td><a href="/cgi-bin/koha/circ/returns.pl?itemnumber=[% reser.itemnumber %]&amp;canceltransfer=1&amp;dest=ttr">Cancel Transfer</a></td>
83
                    <td><a href="/cgi-bin/koha/circ/returns.pl?itemnumber=[% reser.itemnumber %]&amp;canceltransfer=1&amp;dest=ttr">Cancel transfer</a></td>
84
                </tr>
84
                </tr>
85
            [% END %]</tbody>
85
            [% END %]</tbody>
86
            </table>
86
            </table>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt (-5 / +5 lines)
Lines 1-5 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Circulation &rsaquo; Holds Queue</title>
2
<title>Koha &rsaquo; Circulation &rsaquo; Holds queue</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<style type="text/css"> p { margin-top: 0; }</style>
4
<style type="text/css"> p { margin-top: 0; }</style>
5
</head>
5
</head>
Lines 19-25 $(document).ready(function() { Link Here
19
19
20
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a>
20
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a>
21
&rsaquo; <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a>
21
&rsaquo; <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a>
22
&rsaquo; <a href="/cgi-bin/koha/circ/view_holdsqueue.pl">Holds Queue</a>
22
&rsaquo; <a href="/cgi-bin/koha/circ/view_holdsqueue.pl">Holds queue</a>
23
[% IF ( run_report ) %] &rsaquo; Results[% END %]
23
[% IF ( run_report ) %] &rsaquo; Results[% END %]
24
</div>
24
</div>
25
25
Lines 45-56 $(document).ready(function() { Link Here
45
	<tr>
45
	<tr>
46
        <th class="hq-title">Title</th>
46
        <th class="hq-title">Title</th>
47
        <th class="hq-collection">Collection</th>
47
        <th class="hq-collection">Collection</th>
48
        <th class="hq-callnumber">Call Number</th>
48
        <th class="hq-callnumber">Call number</th>
49
        <th class="hq-copynumber">Copy Number</th>
49
        <th class="hq-copynumber">Copy number</th>
50
        <th class="hq-enumchron">Enumeration</th>
50
        <th class="hq-enumchron">Enumeration</th>
51
        <th class="hq-barcode">Barcode</th>
51
        <th class="hq-barcode">Barcode</th>
52
        <th class="hq-patron">Patron</th>
52
        <th class="hq-patron">Patron</th>
53
        <th class="hq-sendto">Send To</th>
53
        <th class="hq-sendto">Send to</th>
54
        <th class="hq-date">Date</th>
54
        <th class="hq-date">Date</th>
55
        <th class="hq-notes">Notes</th>
55
        <th class="hq-notes">Notes</th>
56
    </tr>
56
    </tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt (-3 / +2 lines)
Lines 80-86 $.tablesorter.addParser({ Link Here
80
                    <th>Title</th>
80
                    <th>Title</th>
81
                    <th>Patron</th>
81
                    <th>Patron</th>
82
                    <th>Location</th>
82
                    <th>Location</th>
83
                    <th>Copy Number</th>
83
                    <th>Copy number</th>
84
                    <th>Enumeration</th>
84
                    <th>Enumeration</th>
85
                    <th>Action</th>
85
                    <th>Action</th>
86
               </tr></thead>
86
               </tr></thead>
Lines 140-146 $.tablesorter.addParser({ Link Here
140
                    <th>Title</th>
140
                    <th>Title</th>
141
                    <th>Patron</th>
141
                    <th>Patron</th>
142
                    <th>Location</th>
142
                    <th>Location</th>
143
                    <th>Copy Number</th>
143
                    <th>Copy number</th>
144
                    <th>Enumeration</th>
144
                    <th>Enumeration</th>
145
                    <th>Action</th>
145
                    <th>Action</th>
146
               </tr></thead>
146
               </tr></thead>
147
- 

Return to bug 2780