[open-ils-commits] r19911 - branches/rel_2_0/Open-ILS/web/templates/default/actor/user (dbs)
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Mar 29 21:52:46 EDT 2011
Author: dbs
Date: 2011-03-29 21:52:44 -0400 (Tue, 29 Mar 2011)
New Revision: 19911
Modified:
branches/rel_2_0/Open-ILS/web/templates/default/actor/user/register_table.tt2
Log:
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.
Modified: branches/rel_2_0/Open-ILS/web/templates/default/actor/user/register_table.tt2
===================================================================
--- branches/rel_2_0/Open-ILS/web/templates/default/actor/user/register_table.tt2 2011-03-30 01:52:12 UTC (rev 19910)
+++ branches/rel_2_0/Open-ILS/web/templates/default/actor/user/register_table.tt2 2011-03-30 01:52:44 UTC (rev 19911)
@@ -22,7 +22,7 @@
<tr fmclass='au' fmfield='passwd' required='required'>
<td/><td/><td/>
<td>
- <button dojoType='dijit.form.Button' jsId='generatePassword' scrollOnFocus='false'>Generate Password</button>
+ <button dojoType='dijit.form.Button' jsId='generatePassword' scrollOnFocus='false' tabIndex='-1'>Reset Password</button>
</td>
</tr>
<tr fmclass='au' fmfield='passwd2' required='required'><td/><td>Verify Password</td><td/></tr>
More information about the open-ils-commits
mailing list