From 67db1c6e9bc474c34cb10029794b64be8c85a393 Mon Sep 17 00:00:00 2001 From: Hilmar R Date: Sat, 23 Jan 2021 15:24:24 +0100 Subject: melt diff prod fork 4.6.2 air onto 5.2.1 to 5.2.2 DB 1241 --- view/tpl/admin_accounts.tpl | 107 +++++++++++++++++++++++++++++++++++--------- 1 file changed, 87 insertions(+), 20 deletions(-) (limited to 'view/tpl/admin_accounts.tpl') diff --git a/view/tpl/admin_accounts.tpl b/view/tpl/admin_accounts.tpl index 2dd56c8dc..8d6506184 100755 --- a/view/tpl/admin_accounts.tpl +++ b/view/tpl/admin_accounts.tpl @@ -1,15 +1,3 @@ -

{{$title}} - {{$page}}

@@ -17,6 +5,7 @@

{{$h_pending}}

+ {{if $debug}}
{{$debug}}
{{/if}} {{if $pending}} @@ -27,20 +16,34 @@ - {{foreach $pending as $u}} - - - - + {{foreach $pending as $n => $u}} + + + + + + {{/foreach}}
{{$u.account_created}}
{{$u.reg_created}}
{{$u.reg_n}} + {{if $u.reg_expires < $now}} ★EXPIRED★{{/if}}
{{$u.reg_startup}}
{{$u.reg_expires}}
- - + + +
- + {{* before, alternate: + * + {{$select_all}} + * + *}} +
+ {{$sel_aprv}} ◄► + {{$sel_deny}} ◄► + {{$sel_tall}} +

+
@@ -83,7 +86,11 @@ {{/foreach}} + + + {{* + *}}
@@ -93,3 +100,63 @@ {{/if}}
+{{* + COMMENTS for this template: + hilmar, 2020.01 + script placed at the end +*}} + -- cgit v1.2.3