From: lpsolit%gmail.com <> Date: Tue, 23 Aug 2005 19:39:17 +0000 (+0000) Subject: Bug 304542: Focus/Select forms with javascript when editting milestones - Patch by... X-Git-Tag: bugzilla-2.21.1~85 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f7677a45eede96ad06a7df728cc253dd26d670c;p=thirdparty%2Fbugzilla.git Bug 304542: Focus/Select forms with javascript when editting milestones - Patch by GavinS r=wurblzap a=justdave --- diff --git a/template/en/default/admin/milestones/create.html.tmpl b/template/en/default/admin/milestones/create.html.tmpl index ac707c1958..d8779dd544 100644 --- a/template/en/default/admin/milestones/create.html.tmpl +++ b/template/en/default/admin/milestones/create.html.tmpl @@ -29,9 +29,10 @@ [% PROCESS global/header.html.tmpl title = title h2 = h2 + onload = "document.forms['f'].milestone.focus()" %] -
+ diff --git a/template/en/default/admin/milestones/edit.html.tmpl b/template/en/default/admin/milestones/edit.html.tmpl index 417a692764..f49cacf4a9 100644 --- a/template/en/default/admin/milestones/edit.html.tmpl +++ b/template/en/default/admin/milestones/edit.html.tmpl @@ -33,9 +33,10 @@ [%- product FILTER html %]'[% END %] [% PROCESS global/header.html.tmpl title = title + onload = "document.forms['f'].milestone.select()" %] - +