[Koha-bugs] [Bug 15363] Translatability: Fix issue with ambiguous 'all' on Administration > Set library checkin and transfer policy

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Dec 18 12:13:40 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15363

--- Comment #4 from Marc Véron <veron at 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.


More information about the Koha-bugs mailing list