diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-12-20 13:28:01 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-01-07 10:06:05 +0000 |
commit | 70815a5b7fe371ae38d28a0b633c867c1dbab035 (patch) | |
tree | 3581704b15c7b7a61410a6728ccb122464df9cd0 /templates/web/default/admin/problem_row.html | |
parent | 6fd364d2b873e5804753f5115710a40ce666d633 (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 22825429a..5aa8bbfee 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 %] |