aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/admin/bodies.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/default/admin/bodies.html')
-rw-r--r--templates/web/default/admin/bodies.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/web/default/admin/bodies.html b/templates/web/default/admin/bodies.html
index 3925b9b2c..8bf7954f3 100644
--- a/templates/web/default/admin/bodies.html
+++ b/templates/web/default/admin/bodies.html
@@ -16,15 +16,15 @@
<th>[% loc('Name') %]</th>
[% IF c.cobrand.moniker == 'zurich' %]
<th>[% loc('Email') %]</th>
- <th>[% loc('Deleted') %]</th>
[% ELSE %]
<th>[% loc('Category') %]</th>
[% END %]
+ <th>[% loc('Deleted') %]</th>
</tr>
[%- FOREACH body IN bodies %]
[%- SET id = body.id %]
[% NEXT IF c.cobrand.moniker == 'zurich' AND admin_type == 'dm' AND (body.parent OR body.bodies) %]
- <tr[% IF c.cobrand.moniker == 'zurich' AND body.deleted %] class="muted"[% END %]>
+ <tr[% IF body.deleted %] class="adminhidden"[% END %]>
<td>
[% IF c.cobrand.moniker == 'zurich' %]
[% FILTER repeat(4*body.api_key) %]&nbsp;[% END %]
@@ -40,7 +40,6 @@
</td>
[% IF c.cobrand.moniker == 'zurich' %]
<td>[% body.endpoint %]</td>
- <td>[% IF body.deleted %][% loc('Yes') %][% END %]</td>
[% ELSE %]
<td>
[% IF counts.$id %]
@@ -55,6 +54,7 @@
[% END %]
</td>
[% END %]
+ <td>[% IF body.deleted %][% loc('Yes') %][% END %]</td>
</tr>
[%- END %]
</table>