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

--- Comment #70 from Owen Leonard <[email protected]> ---
(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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to