[% 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>
[%- 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>