@@ -, +, @@ --- .../opac-tmpl/bootstrap/en/modules/opac-user.tt | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt @@ -81,20 +81,20 @@ Using this account is not recommended because some parts of Koha will not functi [% IF ( RENEW_ERROR ) %]
Please note: - Your loan renewal failed because of the following reason(s): - [% FOREACH error IN RENEW_ERROR.split('\|') %] - [% IF error == 'card_expired' %] - Your account has expired. Please contact the library for more information. - [% ELSIF error == 'too_many' %] - You have renewed this item the maximum number of times allowed. - [% ELSIF error == 'too_soon' %] - It is too soon after the checkout date for this item to be renewed. - [% ELSIF error == 'on_reserve' %] - This item is on hold for another borrower. +
[% END %] --