@@ -, +, @@ - Followup 2 --- koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt | 173 ++++++++++++++-------- opac/opac-user.pl | 1 + 2 files changed, 109 insertions(+), 65 deletions(-) --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt +++ a/koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt @@ -8,49 +8,74 @@ @@ -107,7 +132,7 @@ $.tablesorter.addParser({ Please note: Your account renewal failed because of the following: - [% FOREACH error IN RENEW_ERROR.split('|') %] + [% 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' %] @@ -153,27 +178,45 @@ $.tablesorter.addParser({
[% IF ( issues_count ) %]
- - - - - - [% IF ( JacketImages ) %][% END %] - - - [% UNLESS ( item_level_itypes ) %] [% END %] - [% IF ( show_barcode ) %][% END %] - - [% IF ( OpacRenewalAllowed ) %] - - [% END %] -[% IF ( OPACFinesTab ) %] - -[% END %] - [% IF ( OPACMySummaryHTML ) %] - - [% END %] - + + + +
[% issues_count %] Item(s) checked out
 TitleDueItem typeBarcodeCall No.RenewFinesLinks
+ + + + + [% IF ( JacketImages ) %] + + [% END %] + + + + + + [% UNLESS ( item_level_itypes ) %] + + [% END %] + + [% IF ( show_barcode ) %] + + [% END %] + + + + [% IF OpacRenewalAllowed && !( borrower.is_expired && borrower.BlockExpiredPatronOpacActions ) %] + + [% END %] + + [% IF ( OPACFinesTab ) %] + + [% END %] + + [% IF ( OPACMySummaryHTML ) %] + + [% END %] + +
[% issues_count %] Item(s) checked out
 TitleDueItem typeBarcodeCall No.RenewFinesLinks