summaryrefslogtreecommitdiffstats
path: root/template/en/default/flag/list.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/flag/list.html.tmpl')
-rw-r--r--template/en/default/flag/list.html.tmpl20
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 %]