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 @@ ...@@ -75,16 +75,18 @@
[% DEFAULT flag_table_id = "flags" %] [% DEFAULT flag_table_id = "flags" %]
<table id="[% flag_table_id FILTER html %]"> <table id="[% flag_table_id FILTER html %]">
<tr> [% UNLESS flag_no_header %]
<th colspan="3"> <tr>
Flags: <th colspan="3">
</th> Flags:
[% IF any_flags_requesteeble %]
<th>
Requestee:
</th> </th>
[% END %] [% IF any_flags_requesteeble %]
</tr> <th>
Requestee:
</th>
[% END %]
</tr>
[% END %]
[%# Step 1: Display every flag type (except inactive types with no flags). %] [%# Step 1: Display every flag type (except inactive types with no flags). %]
[% FOREACH type = flag_types %] [% 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