[Koha-bugs] [Bug 9043] Adding system preferences to control the visibility of the content on the Advanced Search page

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Aug 26 18:21:19 CEST 2014


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

--- Comment #70 from Owen Leonard <oleonard at 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.


More information about the Koha-bugs mailing list