From 20ca6676d291cf03e6790d6ec5106c10712dd6e8 Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 19 Apr 2021 19:07:50 +0000 Subject: registration: reveal possibility to show all registrations in the UI --- view/tpl/admin_accounts.tpl | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'view/tpl') diff --git a/view/tpl/admin_accounts.tpl b/view/tpl/admin_accounts.tpl index 490468e79..815a6f6f3 100644 --- a/view/tpl/admin_accounts.tpl +++ b/view/tpl/admin_accounts.tpl @@ -17,9 +17,9 @@ {{foreach $pending as $n => $u}} - + {{$u.reg_created}} - {{$u.reg_did2}} + {{$u.reg_did2}} {{$u.reg_email}} {{$u.reg_atip}} {{$u.reg_atip_n}} @@ -30,27 +30,26 @@ - + {{$msg}}: {{$u.msg}} {{/foreach}} - {{* before, alternate: - * - {{$select_all}} - * - *}} -
+ + +
{{else}}

{{$no_pending}}

{{/if}} - +

{{$h_users}}

{{if $users}} -- cgit v1.2.3