diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-12-20 13:28:01 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-12-20 13:28:01 +0000 |
commit | afc6697a91c5302efd92a5ee5c21a2d732e29fff (patch) | |
tree | be3d0ff23447649b44b51e50ac26b6243b0692ed /templates/web/default/admin/problem_row.html | |
parent | 762f7693882bf1337db130b25225300889d29f16 (diff) |
.hidden hides completely from front end CSS.
Diffstat (limited to 'templates/web/default/admin/problem_row.html')
-rw-r--r-- | templates/web/default/admin/problem_row.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/default/admin/problem_row.html b/templates/web/default/admin/problem_row.html index 6c0bce85f..1533f8dd2 100644 --- a/templates/web/default/admin/problem_row.html +++ b/templates/web/default/admin/problem_row.html @@ -1,5 +1,5 @@ [%- FOR problem IN problems %] - <tr[% ' class="hidden"' IF problem.state == 'hidden' %]> + <tr[% ' class="adminhidden"' IF problem.state == 'hidden' %]> <td>[%- IF problem.is_visible -%] [%- cobrand_data = problem.cobrand_data %] [%- cobrand_data = c.data_for_generic_problem IF !problem.cobrand %] |