[open-ils-commits] r17188 - trunk/Open-ILS/web/templates/default/actor/user (phasefx)
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Aug 12 12:03:32 EDT 2010
Author: phasefx
Date: 2010-08-12 12:03:29 -0400 (Thu, 12 Aug 2010)
New Revision: 17188
Modified:
trunk/Open-ILS/web/templates/default/actor/user/register_table.tt2
Log:
yet more auto-scrolling to stamp out
Modified: trunk/Open-ILS/web/templates/default/actor/user/register_table.tt2
===================================================================
--- trunk/Open-ILS/web/templates/default/actor/user/register_table.tt2 2010-08-12 13:41:54 UTC (rev 17187)
+++ trunk/Open-ILS/web/templates/default/actor/user/register_table.tt2 2010-08-12 16:03:29 UTC (rev 17188)
@@ -2,13 +2,13 @@
<tr fmclass='ac' fmfield='barcode' required='required'>
<td/><td/><td/>
<td>
- <button dojoType='dijit.form.Button' jsId='replaceBarcode'>Replace Barcode</button>
+ <button dojoType='dijit.form.Button' jsId='replaceBarcode' scrollOnFocus='false'>Replace Barcode</button>
<span id='uedit-dupe-barcode-warning' style='color:red; font-weight:bold' class='hidden'>
Barcode is already in use
</span>
</td>
<td id='uedit-all-barcodes' class='hidden'>
- <button dojoType='dijit.form.Button' jsId='allCards'>See All</button>
+ <button dojoType='dijit.form.Button' jsId='allCards' scrollOnFocus='false'>See All</button>
</td>
</tr>
<tr fmclass='au' fmfield='usrname' required='required'>
@@ -94,7 +94,7 @@
<tr id='new-addr-row' class='newaddr-row' required='show'>
<td colspan='0' style='text-align:center;'>
- <button dojoType='dijit.form.Button' onClick='uEditNewAddr'>New Address</button>
+ <button dojoType='dijit.form.Button' onClick='uEditNewAddr' scrollOnFocus='false'>New Address</button>
</td>
</tr>
More information about the open-ils-commits
mailing list