summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/edit.html.tmpl
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2013-09-26 20:26:45 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2013-09-26 20:26:45 +0200
commitbd15d3a19df5acccf283902af08f3ed5abaab31e (patch)
treeb2b6a83575ee4b41fed88d8f00f93c5f57021565 /template/en/default/bug/edit.html.tmpl
parentfeeccb6a9e435932346d6a9ddeeb12c969362177 (diff)
downloadbugzilla-bd15d3a19df5acccf283902af08f3ed5abaab31e.tar.gz
bugzilla-bd15d3a19df5acccf283902af08f3ed5abaab31e.tar.xz
Bug 920787: The "Flags:" label in bug reports is badly aligned
r=dkl a=sgreen
Diffstat (limited to 'template/en/default/bug/edit.html.tmpl')
-rw-r--r--template/en/default/bug/edit.html.tmpl7
1 files changed, 2 insertions, 5 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl
index 8f1a2031b..8d38152fd 100644
--- a/template/en/default/bug/edit.html.tmpl
+++ b/template/en/default/bug/edit.html.tmpl
@@ -878,13 +878,10 @@
[% END %]
[% IF show_bug_flags %]
<tr>
- <th class="field_label flags_label">
+ <th class="field_label">
<label>Flags:</label>
</th>
- <td></td>
- </tr>
- <tr>
- <td colspan="2">
+ <td>
[% IF bug.flag_types.size %]
[% PROCESS "flag/list.html.tmpl" flag_no_header = 1
flag_types = bug.flag_types