From c053d128a2dbed53579fc13fea275055ee35e0e9 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Sun, 8 Nov 2020 22:03:35 -0500 Subject: [PATCH] [frio] Improve admin user list display --- view/theme/frio/templates/admin/users/active.tpl | 6 ------ view/theme/frio/templates/admin/users/blocked.tpl | 1 + view/theme/frio/templates/admin/users/index.tpl | 4 +++- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/view/theme/frio/templates/admin/users/active.tpl b/view/theme/frio/templates/admin/users/active.tpl index c2909088ac..c381cf0cf8 100644 --- a/view/theme/frio/templates/admin/users/active.tpl +++ b/view/theme/frio/templates/admin/users/active.tpl @@ -129,15 +129,9 @@ {{if $u.is_deletable}} - {{if $u.blocked}} - - - - {{else}} - {{/if}} diff --git a/view/theme/frio/templates/admin/users/blocked.tpl b/view/theme/frio/templates/admin/users/blocked.tpl index 3b80556518..f53dc16b7c 100644 --- a/view/theme/frio/templates/admin/users/blocked.tpl +++ b/view/theme/frio/templates/admin/users/blocked.tpl @@ -86,6 +86,7 @@ {{/if}} {{if $u.is_admin}}{{/if}} + {{if $u.blocked}}{{/if}} {{if $u.account_expired}}{{/if}} {{/if}} diff --git a/view/theme/frio/templates/admin/users/index.tpl b/view/theme/frio/templates/admin/users/index.tpl index 41226eb44c..e8ae271bb6 100644 --- a/view/theme/frio/templates/admin/users/index.tpl +++ b/view/theme/frio/templates/admin/users/index.tpl @@ -87,6 +87,8 @@ {{/if}} {{if $u.is_admin}}{{/if}} + {{if $u.blocked}}{{/if}} + {{if $u.deleted}}{{/if}} {{if $u.account_expired}}{{/if}} {{/if}} @@ -131,7 +133,7 @@ {{if $u.is_deletable}} {{if $u.blocked}} - + {{else}}