From 88201447b7d3304b3c2247b662a666b6eda7909c Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Wed, 21 Jan 2015 16:45:11 +0000 Subject: Bug 1122565: editversions.cgi should focus the version field on page load to cut down on need for mouse r=LpSolit,a=glob --- template/en/default/admin/versions/create.html.tmpl | 2 +- template/en/default/admin/versions/edit.html.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'template/en/default/admin') diff --git a/template/en/default/admin/versions/create.html.tmpl b/template/en/default/admin/versions/create.html.tmpl index 648adcebd..cb7ae8446 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 1ef0b2f66..215a0c9c2 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> -- cgit v1.2.3-24-g4f1b