@@ -, +, @@ 'Cannot renew' messages item. In the 'Item renewed:' confirmation message, notice how the URLs for the title and the barcode are broken. 'Cannot renew:' message, notice how the URLs are broken here too. --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt @@ -39,7 +39,7 @@ [% ELSIF error == "no_checkout" %] -

[% item.biblio.title %] [% item.biblioitem.subtitle %] ( [% item.barcode %] ) is not checked out to a patron.

+

[% item.biblio.title %] [% item.biblioitem.subtitle %] ( [% item.barcode %] ) is not checked out to a patron.

[% ELSIF error == "too_many" %] @@ -120,8 +120,8 @@

Item renewed:

- [% item.biblio.title %] [% item.biblioitem.subtitle %] - ( [% item.barcode %] ) + [% item.biblio.title %] [% item.biblioitem.subtitle %] + ( [% item.barcode %] ) renewed for [% borrower.firstname %] [% borrower.surname %] ( [% borrower.cardnumber %] ) now due on [% date_due | $KohaDates %] --