@@ -, +, @@ --- .../intranet-tmpl/prog/en/modules/circ/circulation.tt | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ a/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 %] --