Bug 9302: Wrap display_names block line with a span tag
authorKyle M Hall <kyle@bywatetsolutions.com>
Wed, 18 Apr 2018 15:20:33 +0000 (11:20 -0400)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 20 Apr 2018 16:34:41 +0000 (13:34 -0300)
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
koha-tmpl/intranet-tmpl/prog/en/modules/members/merge-patrons.tt

index 6deeae6..d8b6081 100644 (file)
                             [% SET count = r.value %]
                             [% IF count %]
                                 <p>
-                                    [% count %] [% PROCESS display_names rs = name %] transferred.
+                                    <span>[% count %] [% PROCESS display_names rs = name %] transferred.</span>
                                     [% IF name == 'Reserve' %]
                                         <strong>It is advisable to check for and resolve duplicate holds due to merging.</strong>
                                     [% END %]