summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/versions/edit.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/edit.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/edit.html.tmpl')
-rw-r--r--template/en/default/admin/versions/edit.html.tmpl5
1 files changed, 3 insertions, 2 deletions
diff --git a/template/en/default/admin/versions/edit.html.tmpl b/template/en/default/admin/versions/edit.html.tmpl
index 497d67e2e..1fc1cc52a 100644
--- a/template/en/default/admin/versions/edit.html.tmpl
+++ b/template/en/default/admin/versions/edit.html.tmpl
@@ -38,8 +38,9 @@
<tr>
<th class="field_label"><label for="version">Version:</label></th>
- <td><input id="version" size="64" maxlength="64" name="version" value="
- [%- version.name FILTER html %]"></td>
+ <td><input id="version" size="64" maxlength="64" name="version"
+ value="[% version.name FILTER html %]" required autofocus>
+
</tr>
<tr>
<th class="field_label"><label for="isactive">Enabled For [% terms.Bugs %]:</label></th>