http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15363 --- Comment #4 from Marc Véron <veron@veron.ch> --- (In reply to Jonathan Druart from comment #3)
With this patch, we get msgid "%sFor all collection codes: %sFor all item types: %s" Dont you think it's better to have 2 different entries?
You just need to move the strong tag into the IF statement.
Hi Jonathan, do you mean the following? <fieldset>[% IF ( limitType == 'ccode' ) %]For <strong>all</strong> collection codes: [% ELSE %]For <strong>all</strong> item types: [% END %]<a id="CheckAll" href="#">Check all</a> | <a id="UncheckAll" href="#">Uncheck all</a></fieldset> If yes, we have the string splitting again, no? -- You are receiving this mail because: You are watching all bug changes.