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 182-188
Link Here
|
182 |
|
182 |
|
183 |
[% IF date_due %] |
183 |
[% IF date_due %] |
184 |
<div class="dialog message"> |
184 |
<div class="dialog message"> |
185 |
<h3>Item renewed:</h3> |
185 |
<h1>Item renewed:</h1> |
186 |
<p> |
186 |
<p> |
187 |
[% INCLUDE 'biblio-title.inc' biblio=item.biblio link = 1 %] |
187 |
[% INCLUDE 'biblio-title.inc' biblio=item.biblio link = 1 %] |
188 |
( <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> ) |
188 |
( <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 197-203
Link Here
|
197 |
<form method="post" action="/cgi-bin/koha/circ/renew.pl" autocomplete="off" > |
197 |
<form method="post" action="/cgi-bin/koha/circ/renew.pl" autocomplete="off" > |
198 |
|
198 |
|
199 |
<fieldset> |
199 |
<fieldset> |
200 |
<h2>Renew</h2> |
200 |
<h1>Renew</h1> |
201 |
|
201 |
|
202 |
[% IF Koha.Preference('UnseenRenewals') %] |
202 |
[% IF Koha.Preference('UnseenRenewals') %] |
203 |
<div class="renew_formfield"> |
203 |
<div class="renew_formfield"> |