diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2012-01-12 00:06:44 +0100 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2012-01-12 00:06:44 +0100 |
commit | 5861a13649c61de6b66c876ac1ea1faa8afd51c5 (patch) | |
tree | 65739d69dda873f2884c8f925a8a4ad78a0e7324 /template/en | |
parent | d67ed6078ec039fad57b6e87f4a08f5361b47666 (diff) | |
download | bugzilla-5861a13649c61de6b66c876ac1ea1faa8afd51c5.tar.gz bugzilla-5861a13649c61de6b66c876ac1ea1faa8afd51c5.tar.xz |
Bug 716059 - Labels should be right aligned in bug view
r=glob
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/bug/edit.html.tmpl | 7 |
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 fd13d4250..eb6a3a446 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -887,13 +887,10 @@ [% END %] [% IF show_bug_flags %] <tr> - <td class="field_label flags_label"> + <td class="field_label"> <label><b>Flags:</b></label> </td> - <td></td> - </tr> - <tr> - <td colspan="2"> + <td> [% IF bug.flag_types.size > 0 %] [% PROCESS "flag/list.html.tmpl" flag_no_header = 1 flag_types = bug.flag_types |