From: David Lawrence Date: Wed, 21 Jan 2015 16:45:11 +0000 (+0000) Subject: Bug 1122565: editversions.cgi should focus the version field on page load to cut... X-Git-Tag: release-5.1.1~388 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88201447b7d3304b3c2247b662a666b6eda7909c;p=thirdparty%2Fbugzilla.git Bug 1122565: editversions.cgi should focus the version field on page load to cut down on need for mouse r=LpSolit,a=glob --- diff --git a/template/en/default/admin/versions/create.html.tmpl b/template/en/default/admin/versions/create.html.tmpl index 648adcebd7..cb7ae84464 100644 --- a/template/en/default/admin/versions/create.html.tmpl +++ b/template/en/default/admin/versions/create.html.tmpl @@ -25,7 +25,7 @@ + value="" required autofocus> diff --git a/template/en/default/admin/versions/edit.html.tmpl b/template/en/default/admin/versions/edit.html.tmpl index 1ef0b2f66e..215a0c9c27 100644 --- a/template/en/default/admin/versions/edit.html.tmpl +++ b/template/en/default/admin/versions/edit.html.tmpl @@ -26,7 +26,7 @@ + value="[% version.name FILTER html %]" required autofocus>