@@ -, +, @@ sorting correctly --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt @@ -217,8 +217,8 @@ Using this account is not recommended because some parts of Koha will not functi [% ISSUE.title |html %] [% FOREACH subtitl IN ISSUE.subtitle %] [% subtitl.subfield %][% END %] [% IF ( ISSUE.enumchron ) %] [% ISSUE.enumchron %][% END %] + [% ISSUE.author %] - [% IF ( ISSUE.overdue ) %] @@ -540,8 +540,8 @@ Using this account is not recommended because some parts of Koha will not functi Title - Placed on - Expires on + Placed on + Expires on Pick up location [% IF ( showpriority ) %] Priority @@ -587,16 +587,18 @@ Using this account is not recommended because some parts of Koha will not functi [% IF ! RESERVE.found %] [% IF ( RESERVE.expirationdate ) %] - + Expiration: [% RESERVE.expirationdate | $KohaDates %] [% ELSE %] - Expiration: - Never expires + + Expiration: + Never expires + [% END %] [% ELSE %] - - + - [% END %] --