]> git.evergreen-ils.org Git - Evergreen.git/commit
Change label to "Reset Password" and get button out of tab ordering
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 30 Mar 2011 01:42:37 +0000 (01:42 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 30 Mar 2011 01:42:37 +0000 (01:42 +0000)
commit8dec3b156020ea812a406a3e1589d97d80a85021
treee8c9ebc36a06fba1aadd3d259fe86a5bd2a95fc4
parent211f185f127a355096860f690903720bd799e768
Change label to "Reset Password" and get button out of tab ordering

In a keyboard-intensive patron input workflow, pressing tab should
not place focus on the "Reset Password" button; the password is
automatically generated at dialog creation time. Setting tabIndex
to -1 disables tab focus for the button.

Also, the button has been relabeled to "Reset Password" to be
consistent with the previous button.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@19907 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/web/templates/default/actor/user/register_table.tt2