Commit 88201447 authored by David Lawrence's avatar David Lawrence

Bug 1122565: editversions.cgi should focus the version field on page load to cut…

Bug 1122565: editversions.cgi should focus the version field on page load to cut down on need for mouse r=LpSolit,a=glob
parent 495b9da4
......@@ -25,7 +25,7 @@
<tr>
<th><label for="version">Version:</label></th>
<td><input id="version" size="64" maxlength="64" name="version"
value="" required></td>
value="" required autofocus></td>
</tr>
</table>
<input type="submit" id="create" value="Add">
......
......@@ -26,7 +26,7 @@
<th><label for="version">Version:</label></th>
<td>
<input id="version" size="64" maxlength="64" name="version"
value="[% version.name FILTER html %]" required>
value="[% version.name FILTER html %]" required autofocus>
</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