[open-ils-commits] r19907 - trunk/Open-ILS/web/templates/default/actor/user (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Mar 29 21:42:38 EDT 2011


Author: dbs
Date: 2011-03-29 21:42:37 -0400 (Tue, 29 Mar 2011)
New Revision: 19907

Modified:
   trunk/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: trunk/Open-ILS/web/templates/default/actor/user/register_table.tt2
===================================================================
--- trunk/Open-ILS/web/templates/default/actor/user/register_table.tt2	2011-03-30 01:41:08 UTC (rev 19906)
+++ trunk/Open-ILS/web/templates/default/actor/user/register_table.tt2	2011-03-30 01:42:37 UTC (rev 19907)
@@ -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