diff options
author | lpsolit%gmail.com <> | 2006-10-22 20:47:00 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-10-22 20:47:00 +0200 |
commit | e596da0399b27ae9adf5ffc9be2cfaa22cf98f15 (patch) | |
tree | 8ea40ff23dbb2673eee12789141324bce5a72ce8 /template/en/default/flag | |
parent | a41782ed029bf618f4bbb2214ac2fbebb40fc1fd (diff) | |
download | bugzilla-e596da0399b27ae9adf5ffc9be2cfaa22cf98f15.tar.gz bugzilla-e596da0399b27ae9adf5ffc9be2cfaa22cf98f15.tar.xz |
Bug 357534: Add fieldsets in show_bug.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
Diffstat (limited to 'template/en/default/flag')
-rw-r--r-- | template/en/default/flag/list.html.tmpl | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/template/en/default/flag/list.html.tmpl b/template/en/default/flag/list.html.tmpl index 463ade125..42bdb9d0b 100644 --- a/template/en/default/flag/list.html.tmpl +++ b/template/en/default/flag/list.html.tmpl @@ -75,16 +75,18 @@ [% DEFAULT flag_table_id = "flags" %] <table id="[% flag_table_id FILTER html %]"> - <tr> - <th colspan="3"> - Flags: - </th> - [% IF any_flags_requesteeble %] - <th> - Requestee: + [% UNLESS flag_no_header %] + <tr> + <th colspan="3"> + Flags: </th> - [% END %] - </tr> + [% IF any_flags_requesteeble %] + <th> + Requestee: + </th> + [% END %] + </tr> + [% END %] [%# Step 1: Display every flag type (except inactive types with no flags). %] [% FOREACH type = flag_types %] |