зеркало из https://github.com/mozilla/gecko-dev.git
Bug 304542: Focus/Select forms with javascript when editting milestones - Patch by GavinS <bugzilla@chimpychompy.org> r=wurblzap a=justdave
This commit is contained in:
Родитель
986c2494a0
Коммит
61447bc9e5
|
@ -29,9 +29,10 @@
|
|||
[% PROCESS global/header.html.tmpl
|
||||
title = title
|
||||
h2 = h2
|
||||
onload = "document.forms['f'].milestone.focus()"
|
||||
%]
|
||||
|
||||
<form method="post" action="editmilestones.cgi">
|
||||
<form name="f" method="post" action="editmilestones.cgi">
|
||||
<table border="0" cellpadding="4" cellspacing="0">
|
||||
<tr>
|
||||
<th align="right"><label for="milestone">Milestone:</label></th>
|
||||
|
|
|
@ -33,9 +33,10 @@
|
|||
[%- product FILTER html %]'[% END %]
|
||||
[% PROCESS global/header.html.tmpl
|
||||
title = title
|
||||
onload = "document.forms['f'].milestone.select()"
|
||||
%]
|
||||
|
||||
<form method="post" action="editmilestones.cgi">
|
||||
<form name="f" method="post" action="editmilestones.cgi">
|
||||
<table border="0" cellpadding="4" cellspacing="0">
|
||||
|
||||
<tr>
|
||||
|
|
Загрузка…
Ссылка в новой задаче