From 69036971aee4a073c0ccd7210c1f6b7682ee58b2 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Tue, 27 Aug 2013 13:04:38 -0400 Subject: [PATCH] Bug 2720: (follow-up) improve readability of a template Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton --- .../prog/en/modules/circ/circulation.tt | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt index 8a32832122..46b82a84b8 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -557,8 +557,18 @@ No patron matched [% message %] [% IF ( userdebarred ) %]
  • - Restricted: Patron's account is restricted [% IF (userdebarreddate ) %] until [% userdebarreddate %] [% END %] [% IF (debarredcomment ) %] with the comment "[% debarredcomment %]"[% END %] - View restrictions + Restricted: Patron's account is restricted + + [% IF ( userdebarreddate ) %] + until [% userdebarreddate %] + [% END %] + + [% IF ( debarredcomment ) %] + with the explanation:
    [% debarredcomment | html_line_break %] + [% END %] + +
    + View restrictions
  • [% END %] -- 2.39.5