|
Lines 44-50
Link Here
|
| 44 |
|
44 |
|
| 45 |
[% IF error %] |
45 |
[% IF error %] |
| 46 |
<div class="dialog alert"> |
46 |
<div class="dialog alert"> |
| 47 |
<h3>Cannot renew:</h3> |
47 |
<h1>Cannot renew:</h1> |
| 48 |
|
48 |
|
| 49 |
[% IF error == "no_item" %] |
49 |
[% IF error == "no_item" %] |
| 50 |
|
50 |
|
|
Lines 179-185
Link Here
|
| 179 |
|
179 |
|
| 180 |
[% IF date_due %] |
180 |
[% IF date_due %] |
| 181 |
<div class="dialog message"> |
181 |
<div class="dialog message"> |
| 182 |
<h3>Item renewed:</h3> |
182 |
<h1>Item renewed:</h1> |
| 183 |
<p> |
183 |
<p> |
| 184 |
[% INCLUDE 'biblio-title.inc' biblio=item.biblio link = 1 %] |
184 |
[% INCLUDE 'biblio-title.inc' biblio=item.biblio link = 1 %] |
| 185 |
( <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> ) |
185 |
( <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> ) |
|
Lines 194-200
Link Here
|
| 194 |
<form method="post" action="/cgi-bin/koha/circ/renew.pl" autocomplete="off" > |
194 |
<form method="post" action="/cgi-bin/koha/circ/renew.pl" autocomplete="off" > |
| 195 |
|
195 |
|
| 196 |
<fieldset> |
196 |
<fieldset> |
| 197 |
<h2>Renew</h2> |
197 |
<h1>Renew</h1> |
| 198 |
|
198 |
|
| 199 |
[% IF Koha.Preference('UnseenRenewals') %] |
199 |
[% IF Koha.Preference('UnseenRenewals') %] |
| 200 |
<div class="renew_formfield"> |
200 |
<div class="renew_formfield"> |