Lines 36-46
Link Here
|
36 |
|
36 |
|
37 |
[% ELSIF error == "no_checkout" %] |
37 |
[% ELSIF error == "no_checkout" %] |
38 |
|
38 |
|
39 |
<p><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% item.biblio.biblionumber | uri %]">[% item.biblio.title | html %] [% item.biblioitem.subtitle | html %]</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> |
39 |
<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> |
40 |
|
40 |
|
41 |
[% ELSIF error == "too_many" %] |
41 |
[% ELSIF error == "too_many" %] |
42 |
|
42 |
|
43 |
<p>[% item.biblio.title | html %] [% item.biblioitem.subtitle | html %] ( [% 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> |
43 |
<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> |
44 |
|
44 |
|
45 |
[% IF Koha.Preference('AllowRenewalLimitOverride') %] |
45 |
[% IF Koha.Preference('AllowRenewalLimitOverride') %] |
46 |
<form method="post" action="/cgi-bin/koha/circ/renew.pl"> |
46 |
<form method="post" action="/cgi-bin/koha/circ/renew.pl"> |
Lines 52-58
Link Here
|
52 |
|
52 |
|
53 |
[% ELSIF error == "too_soon" %] |
53 |
[% ELSIF error == "too_soon" %] |
54 |
|
54 |
|
55 |
<p>[% item.biblio.title | html %] [% item.biblioitem.subtitle | html %] ( [% item.barcode | html %] ) cannot be renewed before [% soonestrenewdate | $KohaDates %]. </p> |
55 |
<p>[% INCLUDE 'biblio-title.inc' biblio=item.biblio %] ( [% item.barcode | html %] ) cannot be renewed before [% soonestrenewdate | $KohaDates %]. </p> |
56 |
|
56 |
|
57 |
[% IF Koha.Preference('AllowRenewalLimitOverride') %] |
57 |
[% IF Koha.Preference('AllowRenewalLimitOverride') %] |
58 |
<form method="post" action="/cgi-bin/koha/circ/renew.pl"> |
58 |
<form method="post" action="/cgi-bin/koha/circ/renew.pl"> |
Lines 64-70
Link Here
|
64 |
|
64 |
|
65 |
[% ELSIF error == "auto_too_soon" %] |
65 |
[% ELSIF error == "auto_too_soon" %] |
66 |
|
66 |
|
67 |
<p>[% item.biblio.title | html %] [% item.biblioitem.subtitle | html %] ( [% item.barcode | html %] ) has been scheduled for automatic renewal and cannot be renewed before [% soonestrenewdate | $KohaDates %]. </p> |
67 |
<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> |
68 |
|
68 |
|
69 |
[% IF Koha.Preference('AllowRenewalLimitOverride') %] |
69 |
[% IF Koha.Preference('AllowRenewalLimitOverride') %] |
70 |
<form method="post" action="/cgi-bin/koha/circ/renew.pl"> |
70 |
<form method="post" action="/cgi-bin/koha/circ/renew.pl"> |
Lines 76-82
Link Here
|
76 |
|
76 |
|
77 |
[% ELSIF error == "auto_too_late" %] |
77 |
[% ELSIF error == "auto_too_late" %] |
78 |
|
78 |
|
79 |
<p>[% item.biblio.title | html %] [% item.biblioitem.subtitle | html %] ( [% item.barcode | html %] ) has been scheduled for automatic renewal and cannot be renewed anymore since [% latestautorenewdate | $KohaDates %]. </p> |
79 |
<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> |
80 |
|
80 |
|
81 |
[% IF Koha.Preference('AllowRenewalLimitOverride') %] |
81 |
[% IF Koha.Preference('AllowRenewalLimitOverride') %] |
82 |
<form method="post" action="/cgi-bin/koha/circ/renew.pl"> |
82 |
<form method="post" action="/cgi-bin/koha/circ/renew.pl"> |
Lines 88-94
Link Here
|
88 |
|
88 |
|
89 |
[% ELSIF error == "auto_account_expired" %] |
89 |
[% ELSIF error == "auto_account_expired" %] |
90 |
|
90 |
|
91 |
<p>[% item.biblio.title | html %] [% item.biblioitem.subtitle | html %] ( [% item.barcode | html %] ) has been scheduled for automatic renewal and cannot be renewed because the patron's account is expired</p> |
91 |
<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> |
92 |
|
92 |
|
93 |
[% IF Koha.Preference('AllowRenewalLimitOverride') %] |
93 |
[% IF Koha.Preference('AllowRenewalLimitOverride') %] |
94 |
<form method="post" action="/cgi-bin/koha/circ/renew.pl"> |
94 |
<form method="post" action="/cgi-bin/koha/circ/renew.pl"> |
Lines 100-106
Link Here
|
100 |
|
100 |
|
101 |
[% ELSIF error == "auto_renew" or error == "auto_too_much_oweing" %] |
101 |
[% ELSIF error == "auto_renew" or error == "auto_too_much_oweing" %] |
102 |
|
102 |
|
103 |
<p>[% item.biblio.title | html %] [% item.biblioitem.subtitle | html %] ( [% item.barcode | html %] ) has been scheduled for automatic renewal. </p> |
103 |
<p>[% INCLUDE 'biblio-title.inc' biblio=item.biblio %] ( [% item.barcode | html %] ) has been scheduled for automatic renewal. </p> |
104 |
|
104 |
|
105 |
[% IF Koha.Preference('AllowRenewalLimitOverride') %] |
105 |
[% IF Koha.Preference('AllowRenewalLimitOverride') %] |
106 |
<form method="post" action="/cgi-bin/koha/circ/renew.pl"> |
106 |
<form method="post" action="/cgi-bin/koha/circ/renew.pl"> |
Lines 112-118
Link Here
|
112 |
|
112 |
|
113 |
[% ELSIF error == "on_reserve" %] |
113 |
[% ELSIF error == "on_reserve" %] |
114 |
|
114 |
|
115 |
<p>This item is on hold for another patron.</p> |
115 |
<p>[% INCLUDE 'biblio-title.inc' biblio=item.biblio %] ( [% item.barcode | html %] ): This item is on hold for another patron.</p> |
116 |
|
116 |
|
117 |
<form method="post" action="/cgi-bin/koha/circ/renew.pl"> |
117 |
<form method="post" action="/cgi-bin/koha/circ/renew.pl"> |
118 |
<input type="hidden" name="barcode" value="[% item.barcode | html %]"/> |
118 |
<input type="hidden" name="barcode" value="[% item.barcode | html %]"/> |
Lines 148-154
Link Here
|
148 |
<div class="dialog message"> |
148 |
<div class="dialog message"> |
149 |
<h3>Item renewed:</h3> |
149 |
<h3>Item renewed:</h3> |
150 |
<p> |
150 |
<p> |
151 |
<a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% item.biblio.biblionumber | uri %]">[% item.biblio.title | html %] [% item.biblioitem.subtitle | html %]</a> |
151 |
<a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% item.biblio.biblionumber | uri %]">[% INCLUDE 'biblio-title.inc' biblio=item.biblio %]</a> |
152 |
( <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> ) |
152 |
( <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> ) |
153 |
renewed for |
153 |
renewed for |
154 |
[% borrower.firstname | html %] [% borrower.surname | html %] ( <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrower.borrowernumber | uri %]"> [% borrower.cardnumber | html %] </a> ) |
154 |
[% borrower.firstname | html %] [% borrower.surname | html %] ( <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrower.borrowernumber | uri %]"> [% borrower.cardnumber | html %] </a> ) |