|
Lines 38-48
Link Here
|
| 38 |
|
38 |
|
| 39 |
[% ELSIF error == "no_checkout" %] |
39 |
[% ELSIF error == "no_checkout" %] |
| 40 |
|
40 |
|
| 41 |
<p><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% item.biblio.biblionumber | uri %]">[% INCLUDE 'biblio-title.inc' biblio=item.biblio %]</a> ( <a href="/cgi-bin/koha/catalogue/moredetail.pl?itemnumber=[% item.itemnumber | html %]&biblionumber=[% item.biblio.biblionumber | html %]&bi=[% item.biblioitemnumber.biblioitemnumber | html %]#item[% item.itemnumber | html %]">[% item.barcode | html %]</a> ) is not checked out to a patron.</p> |
41 |
<p>[% INCLUDE 'biblio-title.inc' biblio=item.biblio link = 1 %] ( <a href="/cgi-bin/koha/catalogue/moredetail.pl?itemnumber=[% item.itemnumber | uri %]&biblionumber=[% item.biblio.biblionumber | uri %]&bi=[% item.biblioitemnumber.biblioitemnumber | uri %]#item[% item.itemnumber | uri %]">[% item.barcode | html %]</a> ) is not checked out to a patron.</p> |
| 42 |
|
42 |
|
| 43 |
[% ELSIF error == "too_many" %] |
43 |
[% ELSIF error == "too_many" %] |
| 44 |
|
44 |
|
| 45 |
<p>[% INCLUDE 'biblio-title.inc' biblio=item.biblio %] ( [% item.barcode | html %] ) has been renewed the maximum number of times by [% borrower.firstname | html %] [% borrower.surname | html %] ( <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrower.borrowernumber | uri %]"> [% borrower.cardnumber | html %] </a> )</p> |
45 |
<p>[% INCLUDE 'biblio-title.inc' biblio=item.biblio link = 1 %] ( [% item.barcode | html %] ) has been renewed the maximum number of times by [% borrower.firstname | html %] [% borrower.surname | html %] ( <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrower.borrowernumber | uri %]"> [% borrower.cardnumber | html %] </a> )</p> |
| 46 |
|
46 |
|
| 47 |
[% IF Koha.Preference('AllowRenewalLimitOverride') %] |
47 |
[% IF Koha.Preference('AllowRenewalLimitOverride') %] |
| 48 |
<form method="post" action="/cgi-bin/koha/circ/renew.pl"> |
48 |
<form method="post" action="/cgi-bin/koha/circ/renew.pl"> |
|
Lines 54-60
Link Here
|
| 54 |
|
54 |
|
| 55 |
[% ELSIF error == "too_soon" %] |
55 |
[% ELSIF error == "too_soon" %] |
| 56 |
|
56 |
|
| 57 |
<p>[% INCLUDE 'biblio-title.inc' biblio=item.biblio %] ( [% item.barcode | html %] ) cannot be renewed before [% soonestrenewdate | $KohaDates %]. </p> |
57 |
<p>[% INCLUDE 'biblio-title.inc' biblio=item.biblio link = 1 %] ( [% item.barcode | html %] ) cannot be renewed before [% soonestrenewdate | $KohaDates %]. </p> |
| 58 |
|
58 |
|
| 59 |
[% IF Koha.Preference('AllowRenewalLimitOverride') %] |
59 |
[% IF Koha.Preference('AllowRenewalLimitOverride') %] |
| 60 |
<form method="post" action="/cgi-bin/koha/circ/renew.pl"> |
60 |
<form method="post" action="/cgi-bin/koha/circ/renew.pl"> |
|
Lines 66-72
Link Here
|
| 66 |
|
66 |
|
| 67 |
[% ELSIF error == "auto_too_soon" %] |
67 |
[% ELSIF error == "auto_too_soon" %] |
| 68 |
|
68 |
|
| 69 |
<p>[% INCLUDE 'biblio-title.inc' biblio=item.biblio %] ( [% item.barcode | html %] ) has been scheduled for automatic renewal and cannot be renewed before [% soonestrenewdate | $KohaDates %]. </p> |
69 |
<p>[% INCLUDE 'biblio-title.inc' biblio=item.biblio link = 1 %] ( [% item.barcode | html %] ) has been scheduled for automatic renewal and cannot be renewed before [% soonestrenewdate | $KohaDates %]. </p> |
| 70 |
|
70 |
|
| 71 |
[% IF Koha.Preference('AllowRenewalLimitOverride') %] |
71 |
[% IF Koha.Preference('AllowRenewalLimitOverride') %] |
| 72 |
<form method="post" action="/cgi-bin/koha/circ/renew.pl"> |
72 |
<form method="post" action="/cgi-bin/koha/circ/renew.pl"> |
|
Lines 78-84
Link Here
|
| 78 |
|
78 |
|
| 79 |
[% ELSIF error == "auto_too_late" %] |
79 |
[% ELSIF error == "auto_too_late" %] |
| 80 |
|
80 |
|
| 81 |
<p>[% INCLUDE 'biblio-title.inc' biblio=item.biblio %] ( [% item.barcode | html %] ) has been scheduled for automatic renewal and cannot be renewed anymore since [% latestautorenewdate | $KohaDates %]. </p> |
81 |
<p>[% INCLUDE 'biblio-title.inc' biblio=item.biblio link = 1 %] ( [% item.barcode | html %] ) has been scheduled for automatic renewal and cannot be renewed anymore since [% latestautorenewdate | $KohaDates %]. </p> |
| 82 |
|
82 |
|
| 83 |
[% IF Koha.Preference('AllowRenewalLimitOverride') %] |
83 |
[% IF Koha.Preference('AllowRenewalLimitOverride') %] |
| 84 |
<form method="post" action="/cgi-bin/koha/circ/renew.pl"> |
84 |
<form method="post" action="/cgi-bin/koha/circ/renew.pl"> |
|
Lines 90-96
Link Here
|
| 90 |
|
90 |
|
| 91 |
[% ELSIF error == "auto_account_expired" %] |
91 |
[% ELSIF error == "auto_account_expired" %] |
| 92 |
|
92 |
|
| 93 |
<p>[% INCLUDE 'biblio-title.inc' biblio=item.biblio %] ( [% item.barcode | html %] ) has been scheduled for automatic renewal and cannot be renewed because the patron's account is expired</p> |
93 |
<p>[% INCLUDE 'biblio-title.inc' biblio=item.biblio link = 1 %] ( [% item.barcode | html %] ) has been scheduled for automatic renewal and cannot be renewed because the patron's account is expired</p> |
| 94 |
|
94 |
|
| 95 |
[% IF Koha.Preference('AllowRenewalLimitOverride') %] |
95 |
[% IF Koha.Preference('AllowRenewalLimitOverride') %] |
| 96 |
<form method="post" action="/cgi-bin/koha/circ/renew.pl"> |
96 |
<form method="post" action="/cgi-bin/koha/circ/renew.pl"> |
|
Lines 102-108
Link Here
|
| 102 |
|
102 |
|
| 103 |
[% ELSIF error == "auto_renew" or error == "auto_too_much_oweing" %] |
103 |
[% ELSIF error == "auto_renew" or error == "auto_too_much_oweing" %] |
| 104 |
|
104 |
|
| 105 |
<p>[% INCLUDE 'biblio-title.inc' biblio=item.biblio %] ( [% item.barcode | html %] ) has been scheduled for automatic renewal. </p> |
105 |
<p>[% INCLUDE 'biblio-title.inc' biblio=item.biblio link = 1 %] ( [% item.barcode | html %] ) has been scheduled for automatic renewal. </p> |
| 106 |
|
106 |
|
| 107 |
[% IF Koha.Preference('AllowRenewalLimitOverride') %] |
107 |
[% IF Koha.Preference('AllowRenewalLimitOverride') %] |
| 108 |
<form method="post" action="/cgi-bin/koha/circ/renew.pl"> |
108 |
<form method="post" action="/cgi-bin/koha/circ/renew.pl"> |
|
Lines 114-120
Link Here
|
| 114 |
|
114 |
|
| 115 |
[% ELSIF error == "on_reserve" %] |
115 |
[% ELSIF error == "on_reserve" %] |
| 116 |
|
116 |
|
| 117 |
<p>[% INCLUDE 'biblio-title.inc' biblio=item.biblio %] ( [% item.barcode | html %] ): This item is on hold for another patron.</p> |
117 |
<p>[% INCLUDE 'biblio-title.inc' biblio=item.biblio link = 1 %] ( [% item.barcode | html %] ): This item is on hold for another patron.</p> |
| 118 |
|
118 |
|
| 119 |
<form method="post" action="/cgi-bin/koha/circ/renew.pl"> |
119 |
<form method="post" action="/cgi-bin/koha/circ/renew.pl"> |
| 120 |
<input type="hidden" name="barcode" value="[% item.barcode | html %]"/> |
120 |
<input type="hidden" name="barcode" value="[% item.barcode | html %]"/> |
|
Lines 154-160
Link Here
|
| 154 |
<div class="dialog message"> |
154 |
<div class="dialog message"> |
| 155 |
<h3>Item renewed:</h3> |
155 |
<h3>Item renewed:</h3> |
| 156 |
<p> |
156 |
<p> |
| 157 |
<a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% item.biblio.biblionumber | uri %]">[% INCLUDE 'biblio-title.inc' biblio=item.biblio %]</a> |
157 |
[% INCLUDE 'biblio-title.inc' biblio=item.biblio link = 1 %] |
| 158 |
( <a href="/cgi-bin/koha/catalogue/moredetail.pl?itemnumber=[% item.itemnumber | uri %]&biblionumber=[% item.biblio.biblionumber | uri %]&bi=[% item.biblioitemnumber.biblioitemnumber | uri %]#item[% item.itemnumber | uri %]">[% item.barcode | html %]</a> ) |
158 |
( <a href="/cgi-bin/koha/catalogue/moredetail.pl?itemnumber=[% item.itemnumber | uri %]&biblionumber=[% item.biblio.biblionumber | uri %]&bi=[% item.biblioitemnumber.biblioitemnumber | uri %]#item[% item.itemnumber | uri %]">[% item.barcode | html %]</a> ) |
| 159 |
renewed for |
159 |
renewed for |
| 160 |
[% borrower.firstname | html %] [% borrower.surname | html %] ( <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrower.borrowernumber | uri %]"> [% borrower.cardnumber | html %] </a> ) |
160 |
[% borrower.firstname | html %] [% borrower.surname | html %] ( <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrower.borrowernumber | uri %]"> [% borrower.cardnumber | html %] </a> ) |