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,6 +75,7 @@ ...@@ -75,6 +75,7 @@
[% DEFAULT flag_table_id = "flags" %] [% DEFAULT flag_table_id = "flags" %]
<table id="[% flag_table_id FILTER html %]"> <table id="[% flag_table_id FILTER html %]">
[% UNLESS flag_no_header %]
<tr> <tr>
<th colspan="3"> <th colspan="3">
Flags: Flags:
...@@ -85,6 +86,7 @@ ...@@ -85,6 +86,7 @@
</th> </th>
[% END %] [% END %]
</tr> </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