]> 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:23:20 +0000 (10:23 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Mon, 7 Aug 2017 15:53:49 +0000 (11:53 -0400)
commit0e9f29730a5777630e11fcffee752c75c215533f
treecf1672adcb865f7420c853dd71518550325e001e
parentb9add5846c0faf392cdccc470efd19452843672e
LP#1706365: cursor for record menu items should be a pointer

When using the Mark For or Other Actions menus 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