[Zope-Checkins] SVN: Zope/trunk/ LP #491249: fix tabindex on ZRDB connection test form.
Tres Seaver
tseaver at palladion.com
Wed Dec 2 10:47:00 EST 2009
Log message for revision 106176:
LP #491249: fix tabindex on ZRDB connection test form.
Changed:
U Zope/trunk/doc/CHANGES.rst
U Zope/trunk/src/Shared/DC/ZRDB/dtml/connectionTestForm.dtml
-=-
Modified: Zope/trunk/doc/CHANGES.rst
===================================================================
--- Zope/trunk/doc/CHANGES.rst 2009-12-02 15:46:46 UTC (rev 106175)
+++ Zope/trunk/doc/CHANGES.rst 2009-12-02 15:46:59 UTC (rev 106176)
@@ -60,6 +60,8 @@
Bugs Fixed
++++++++++
+- LP #491249: fix tabindex on ZRDB connection test form.
+
- LP #490514: preserve tainting when calling into DTML from ZPT.
- LP #414757: Don't send a request closed event from a cloned request.
Modified: Zope/trunk/src/Shared/DC/ZRDB/dtml/connectionTestForm.dtml
===================================================================
--- Zope/trunk/src/Shared/DC/ZRDB/dtml/connectionTestForm.dtml 2009-12-02 15:46:46 UTC (rev 106175)
+++ Zope/trunk/src/Shared/DC/ZRDB/dtml/connectionTestForm.dtml 2009-12-02 15:46:59 UTC (rev 106176)
@@ -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>
More information about the Zope-Checkins
mailing list