[open-ils-commits] r19909 - branches/rel_2_1/Open-ILS/web/templates/default/actor/user (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Mar 29 21:44:17 EDT 2011


Author: dbs
Date: 2011-03-29 21:44:16 -0400 (Tue, 29 Mar 2011)
New Revision: 19909

Modified:
   branches/rel_2_1/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_1/Open-ILS/web/templates/default/actor/user/register_table.tt2
===================================================================
--- branches/rel_2_1/Open-ILS/web/templates/default/actor/user/register_table.tt2	2011-03-30 01:43:38 UTC (rev 19908)
+++ branches/rel_2_1/Open-ILS/web/templates/default/actor/user/register_table.tt2	2011-03-30 01:44:16 UTC (rev 19909)
@@ -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