From 4581abb6d126097e4f6cb7f23e0fb68c0e9237b2 Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 17 Mar 2021 12:14:55 +0100 Subject: air: some work on ui/ux --- view/tpl/admin_accounts.tpl | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) (limited to 'view/tpl') diff --git a/view/tpl/admin_accounts.tpl b/view/tpl/admin_accounts.tpl index 444905fc7..9c78dbe54 100644 --- a/view/tpl/admin_accounts.tpl +++ b/view/tpl/admin_accounts.tpl @@ -19,9 +19,12 @@ {{foreach $pending as $n => $u}} {{$u.reg_created}}
{{$u.reg_n}} - {{if $u.reg_expires < $now}} ★EXPIRED★{{/if}} + + + {{$u.status}} + {{$u.reg_startup}}
{{$u.reg_expires}} - {{$u.reg_did2}}
{{if $u.reg_vfd}}verified{{else}}not yet verified{{/if}} + {{$u.reg_did2}} {{$u.reg_email}}
{{$u.reg_atip}} @@ -39,15 +42,10 @@ * *}}
- {{$sel_aprv}} ◄► - {{$sel_deny}} ◄► - {{$sel_tall}} -

+ {{$sel_tall}} + {{$sel_aprv}} + {{$sel_deny}}
-
- - -
{{else}}

{{$no_pending}}

{{/if}} -- cgit v1.2.3