Commit e596da03 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 357534: Add fieldsets in show_bug.cgi - Patch by Frédéric Buclin…

Bug 357534: Add fieldsets in show_bug.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
parent a41782ed
......@@ -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 %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment