Bug 54426

Move status: --- --- below the comment


git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@434 6955db30-a419-402b-8a0d-67ecbb4d7f56
master
vfilippov 2009-09-16 14:42:31 +00:00
parent 8ac7429acb
commit 082134244c
1 changed files with 3 additions and 4 deletions

View File

@ -133,10 +133,6 @@
[% END %]
</tr>
<tr>
<th><label for="bug_status">Status:</label></th>
<td colspan="3">[% PROCESS status_section %]</td>
</tr>
[% IF user.in_group(Param("timetrackinggroup")) %]
<tr>
<th><label for="estimated_time">Estimated Hours:</label></th>
@ -348,6 +344,9 @@
[% END %]
[% END %]
<label for="bug_status"><b>Status:</b></label>
[% PROCESS status_section %]
<input type="submit" id="commit" value="Commit">
[% IF Param('move-enabled') && user.is_mover %]