]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1706365: cursor for record menu items should be a pointer
authorKathy Lussier <klussier@masslnc.org>
Tue, 25 Jul 2017 14:38:41 +0000 (10:38 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Mon, 7 Aug 2017 15:56:58 +0000 (11:56 -0400)
commit25f654231e0e520e68e137b859bc8470afd79396
treec6e2452eba435a0c675961b1031c992214a5cbf2
parent22a50b0dbec8a2abf1ccff313b81a9a2d851f603
LP#1706365: cursor for record menu items should be a pointer

When using the Mark For menu on the bib record page, the
cursor becomes an i-beam while hovering over the menu items instead of the
expected pointer. This commit adds an empty href attribute to the a tag for menu
items so that a pointer displays instead.

Test plan:
Log into the web client and retrieve a record. Click the 'Mark For' menu on the
record page. Pre-patch, as you scroll through the menu items, the cursor will
turn into an i-beam, indicating that text can be selected. Post-patch, the
cursor will be the expected pointer that typically displays for links.

Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/templates/staff/cat/catalog/t_catalog.tt2