26 Aug
2014
26 Aug
'14
9:51 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9043 --- Comment #70 from Owen Leonard <oleonard@myacpl.org> --- (In reply to Jonathan Druart from comment #69)
The solution would be to modify the multiple-select plugin.
This worked in my test: $("select[multiple='multiple']").multipleSelect({ placeholder: _("Please select..."), selectAllText: _("Select all"), allSelected: _("All selected"), countSelected: _("# of % selected"), noMatchesFound: _("No matches found") }); ...and the translation script seemed to pick it up. -- You are receiving this mail because: You are watching all bug changes.