From 74a55d851f4ca617f8c9981b471c402c9f390a7b Mon Sep 17 00:00:00 2001 From: dbs Date: Wed, 30 Mar 2011 01:44:16 +0000 Subject: [PATCH] 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/branches/rel_2_1@19909 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/templates/default/actor/user/register_table.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/web/templates/default/actor/user/register_table.tt2 b/Open-ILS/web/templates/default/actor/user/register_table.tt2 index e8672a554d..af45ae5df9 100644 --- a/Open-ILS/web/templates/default/actor/user/register_table.tt2 +++ b/Open-ILS/web/templates/default/actor/user/register_table.tt2 @@ -22,7 +22,7 @@ - + Verify Password -- 2.11.0