]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1301599 TPAC advanced search from labels
authorBill Erickson <berick@esilibrary.com>
Thu, 3 Apr 2014 17:31:29 +0000 (13:31 -0400)
committerBen Shum <bshum@biblio.org>
Thu, 26 Jun 2014 19:47:18 +0000 (15:47 -0400)
commit05c4eacf1e68f0220fbf230f2be7881b9a94aa81
treefc26d12dffb1b709775ba6e16c9e7b14187b37b2
parent7e4e9d669a144e20177cfac0f9485413efab8ad6
LP#1301599 TPAC advanced search from labels

Instead of using titles / aria-labels directly on advanced search
selectors, provide selector IDs so the existing text labels can be
turned into <labels> and linked (by id) to their form control.

This means we only need one label per form control, which improves
usability from an accessibility perspective.

Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/src/templates/opac/parts/advanced/search.tt2
Open-ILS/src/templates/opac/parts/config.tt2
Open-ILS/src/templates/opac/parts/org_selector.tt2