From: Kyle M Hall Date: Fri, 3 Aug 2012 11:57:24 +0000 (-0400) Subject: Bug 8408 - Followup 2 - Add reference to renewing items. X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=8e590abebbd4d95bd5bb829aa6c2dd76f5548a9f;hp=06ebf87a6fec32b74b53981e3dfbf4f12d17e6c1;p=koha.git Bug 8408 - Followup 2 - Add reference to renewing items. Signed-off-by: Jared Camins-Esakov --- diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt index 2ec1e6e2ec..f7949005ab 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt @@ -103,7 +103,7 @@ $.tablesorter.addParser({ [% IF ( renewal_blocked_fines ) && ( OpacRenewalAllowed ) %]
  • Please note: Since you have [% IF renewal_blocked_fines != "0.00" %] more than [% renewal_blocked_fines %] in [% END %] fines, you cannot renew your books online. Please pay your fines if you wish to renew your books.
  • [% ELSIF ( renewal_blocked_fines ) %] -
  • Please note: You currently owe [% renewal_blocked_fines_amountoutstanding %] in fines.
  • +
  • Please note: You currently owe [% renewal_blocked_fines_amountoutstanding %] in fines. Please pay your fines if you wish to renew your books.
  • [% END %] [% END %]