]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP#2031043 - Create MARC Record - Focus on template on load
authorJosh Stompro <stompro@stompro.org>
Mon, 10 Feb 2020 14:35:31 +0000 (08:35 -0600)
committerMichele Morgan <mmorgan@noblenet.org>
Thu, 24 Aug 2023 18:51:26 +0000 (14:51 -0400)
commit287363c383586b6c61c1af14294b2a51594b2492
tree4afe1e661bddbae60b9089c040ec53ba4b372c2b
parenteffc2601b1998b557a3c12075c82b23788a58fd6
LP#2031043 - Create MARC Record - Focus on template on load

Focus on the template selector dropdown when interface loads.

This removes the need to use the mouse, and speeds up using the
interface.  Pressing tab, then enter will submit
the form with the default template selected.

If the template needs to be changed, then pressing the first letter
of the template will switch between the different options.

This adds a directive named autoFocus to staff/cat/catalog/app.js,
so adding "auto-focus" to an element will cause that element
to have focus on load.

Includes a release notes entry.

Signed-off-by: Josh Stompro <stompro@stompro.org>
(cherry picked from commit 5e0f78ad8d515bf626b3d8b565f3277c80621203)

LP#2031043 - Set unique page title for create marc record.

Add an egCore string for page title translation, and set
page title for Create New MARC Record.

Signed-off-by: Josh Stompro <stompro@stompro.org>
Signed-off-by: Beth Willis <willis@noblenet.org>
Signed-off-by: Michele Morgan <mmorgan@noblenet.org>
Open-ILS/src/templates/staff/cat/catalog/index.tt2
Open-ILS/src/templates/staff/cat/catalog/t_new_bib.tt2
Open-ILS/web/js/ui/default/staff/cat/catalog/app.js
docs/RELEASE_NOTES_NEXT/Cataloging/create_marc_record_enhancements_lp2031043.adoc [new file with mode: 0644]