Log message for revision 106175:
  LP #491249:  fix tabindex on ZRDB connection test form.
  
  

Changed:
  U   Zope/branches/2.12/doc/CHANGES.rst
  U   Zope/branches/2.12/src/Shared/DC/ZRDB/dtml/connectionTestForm.dtml

-=-
Modified: Zope/branches/2.12/doc/CHANGES.rst
===================================================================
--- Zope/branches/2.12/doc/CHANGES.rst  2009-12-02 15:43:39 UTC (rev 106174)
+++ Zope/branches/2.12/doc/CHANGES.rst  2009-12-02 15:46:46 UTC (rev 106175)
@@ -27,6 +27,8 @@
 Bugs Fixed
 ++++++++++
 
+- LP #491249:  fix tabindex on ZRDB connection test form.
+
 - LP #490514:  preserve tainting when calling into DTML from ZPT.
 
 - Avoid possible errors on test tear-down in Products.Five.fiveconfigure's

Modified: Zope/branches/2.12/src/Shared/DC/ZRDB/dtml/connectionTestForm.dtml
===================================================================
--- Zope/branches/2.12/src/Shared/DC/ZRDB/dtml/connectionTestForm.dtml  
2009-12-02 15:43:39 UTC (rev 106174)
+++ Zope/branches/2.12/src/Shared/DC/ZRDB/dtml/connectionTestForm.dtml  
2009-12-02 15:46:46 UTC (rev 106175)
@@ -21,7 +21,7 @@
   <td align="left" valign="top">
   <div class="form-element">
   <input class="form-element" type="submit" name="submit" 
-   value="Submit Query">
+   value="Submit Query" tabindex="2">
   </div>
   </td>
 </tr>

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
https://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to