summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/versions/create.html.tmpl
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2015-01-21 17:54:39 +0100
committerDavid Lawrence <dkl@mozilla.com>2015-01-21 17:54:39 +0100
commit0f986cfd10d0df7dd0fc8bad67a36405b149a90f (patch)
treec958323c0d2b7c76ed2351a0546a5686b4d95073 /template/en/default/admin/versions/create.html.tmpl
parent5bf6a94bc50dab384b25af06c1146de2c6025cc5 (diff)
downloadbugzilla-0f986cfd10d0df7dd0fc8bad67a36405b149a90f.tar.gz
bugzilla-0f986cfd10d0df7dd0fc8bad67a36405b149a90f.tar.xz
Bug 1122565: editversions.cgi should focus the version field on page load to cut down on need for mouse
Diffstat (limited to 'template/en/default/admin/versions/create.html.tmpl')
-rw-r--r--template/en/default/admin/versions/create.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/admin/versions/create.html.tmpl b/template/en/default/admin/versions/create.html.tmpl
index 8b4ba6473..2b75dabeb 100644
--- a/template/en/default/admin/versions/create.html.tmpl
+++ b/template/en/default/admin/versions/create.html.tmpl
@@ -36,7 +36,7 @@
<tr>
<th align="right"><label for="version">Version:</label></th>
<td><input id="version" size="64" maxlength="64" name="version"
- value=""></td>
+ value="" required autofocus></td>
</tr>
</table>
<input type="submit" id="create" value="Add">