]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 214017: Wrap group fields in a single <table class="foo"> so people can hide...
authorlpsolit%gmail.com <>
Tue, 21 Oct 2008 07:14:45 +0000 (07:14 +0000)
committerlpsolit%gmail.com <>
Tue, 21 Oct 2008 07:14:45 +0000 (07:14 +0000)
template/en/default/bug/edit.html.tmpl

index 53efa0cb9c8b224012b1d4f601612e1182643668..c8a6f933c7d7163813b00281d73326c6b01c478a 100644 (file)
 
 [% BLOCK section_restrict_visibility %]
   [% RETURN UNLESS bug.groups.size %]
-  <table>
+  <table class="bz_group_visibility_section">
     <tr>
       <td class="field_label">
         <label id="bz_restrict_group_visibility_label"><b> Restrict Group Visibility</b>:</label>