http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8521 --- Comment #3 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Comment on attachment 30064 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=30064 Signed off patch Review of attachment 30064: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=8521&attachment=30064) ----------------------------------------------------------------- ::: koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt @@ +234,5 @@
[% IF ( paramsloo.noshelfnumber ) %]<div class="dialog alert">ERROR: No list number given.</div>[% END %] [% IF ( paramsloo.need_confirm ) %] <div class="dialog alert">The list <i>[% paramsloo.need_confirm %]</i> is not empty. + [% IF ( paramsloo.single ) %] + <br />It has <b>[% paramsloo.count %]</b> entry.
The <b> will split up this sentence on translation - is it really necessary here? :) -- You are receiving this mail because: You are watching all bug changes.