Commit 03905b42 authored by Tres Seaver's avatar Tres Seaver

LP #491249: fix tabindex on ZRDB connection test form.

parent 7396bf14
...@@ -27,6 +27,8 @@ Features Added ...@@ -27,6 +27,8 @@ Features Added
Bugs Fixed Bugs Fixed
++++++++++ ++++++++++
- LP #491249: fix tabindex on ZRDB connection test form.
- LP #490514: preserve tainting when calling into DTML from ZPT. - LP #490514: preserve tainting when calling into DTML from ZPT.
- Avoid possible errors on test tear-down in Products.Five.fiveconfigure's - Avoid possible errors on test tear-down in Products.Five.fiveconfigure's
......
...@@ -21,7 +21,7 @@ using the form below. Click <em>submit query</em> to run the query. ...@@ -21,7 +21,7 @@ using the form below. Click <em>submit query</em> to run the query.
<td align="left" valign="top"> <td align="left" valign="top">
<div class="form-element"> <div class="form-element">
<input class="form-element" type="submit" name="submit" <input class="form-element" type="submit" name="submit"
value="Submit Query"> value="Submit Query" tabindex="2">
</div> </div>
</td> </td>
</tr> </tr>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment