http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15573 --- Comment #3 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Comment on attachment 46638 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=46638 [SIGNED-OFF]Bug 15573: String and translatability fix to Patron Card Creator Review of attachment 46638: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=15573&attachment=46638) ----------------------------------------------------------------- ::: koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt @@ +179,4 @@
[% IF ( duplicate_message ) %] <div class="dialog message"> + <strong>Duplicates removed from batch number [% batch_id %]:</strong> [% duplicate_count %] patron(s)
To avoid the string to be split, maybe could we put the entire string in the same tag? -- You are receiving this mail because: You are watching all bug changes.