From 88f7c2041d74d82db5c84b45f30e1eb64dfcc216 Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 16 Apr 2021 18:13:20 +0000 Subject: register: add option to show all register entries --- view/tpl/admin_accounts.tpl | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'view/tpl') diff --git a/view/tpl/admin_accounts.tpl b/view/tpl/admin_accounts.tpl index ed4cf5a4b..490468e79 100644 --- a/view/tpl/admin_accounts.tpl +++ b/view/tpl/admin_accounts.tpl @@ -5,8 +5,8 @@

{{$h_pending}}

- {{if $debug}}
{{$debug}}
{{/if}} - {{if $pending}} + {{if $debug}}
{{$debug}}
{{/if}} + {{if $pending}} @@ -16,12 +16,12 @@ - {{foreach $pending as $n => $u}} + {{foreach $pending as $n => $u}} - - - - + + + + - {{/foreach}} + {{/foreach}}
{{$u.reg_created}}{{$u.reg_created}}{{$u.reg_did2}}{{$u.reg_email}}{{$u.reg_atip}} {{$u.reg_atip_n}} @@ -33,7 +33,7 @@
{{$msg}}: {{$u.msg}}
{{* before, alternate: @@ -46,9 +46,9 @@ {{$sel_aprv}} {{$sel_deny}} - {{else}} + {{else}}

{{$no_pending}}

- {{/if}} + {{/if}}

{{$h_users}}

-- cgit v1.2.3