diff options
author | lpsolit%gmail.com <> | 2008-10-21 09:14:45 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-10-21 09:14:45 +0200 |
commit | baaf4ccca878bba511c0c2f3bbd98c95196c2df4 (patch) | |
tree | 8aabf3c846c266d7d3ca8fcc225d0f4d06aeba47 /template | |
parent | 87462d261811e78b9b2c8e82425c19e26b6c2e53 (diff) | |
download | bugzilla-baaf4ccca878bba511c0c2f3bbd98c95196c2df4.tar.gz bugzilla-baaf4ccca878bba511c0c2f3bbd98c95196c2df4.tar.xz |
Bug 214017: Wrap group fields in a single <table class="foo"> so people can hide them - Patch by Frédéric Buclin <LpSolit@gmail.com> r=pyrzak a=LpSolit
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/bug/edit.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 53efa0cb9..c8a6f933c 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -663,7 +663,7 @@ [% 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> |