X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrio%2Ftemplates%2Fadmin%2Fusers.tpl;h=f2d407845b5b8dedd108fcf308acaed3e086caeb;hb=0a82fe4211f73cf10107feb69fe38eaa85eb61f8;hp=1c56982c30c01eea8a2d41e54159648d88263f67;hpb=20a2918bdaaa9108765228a9cabdab1c52de329e;p=friendica.git diff --git a/view/theme/frio/templates/admin/users.tpl b/view/theme/frio/templates/admin/users.tpl index 1c56982c30..f2d407845b 100644 --- a/view/theme/frio/templates/admin/users.tpl +++ b/view/theme/frio/templates/admin/users.tpl @@ -1,251 +1,354 @@ -
-
-

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

-
+
+

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

+ {{* We organize the settings in collapsable panel-groups *}} +
- -
-

{{$h_pending}}

- - {{if $pending}} - - - - {{foreach $th_pending as $th}}{{/foreach}} - - - - - - {{foreach $pending as $u}} - - - - - - - - - - - - {{/foreach}} - -
{{$th}} - - -
{{$u.created}}{{$u.name}}{{$u.email}} - - -
{{$pendingnotetext}}{{$u.note}}
-
- {{else}} -
NO USERS?!?
- {{/if}} -
+ + {{if $deleted}} +
+ - +
+ + + + + {{foreach $th_deleted as $k=>$th}} + {{if in_array($k,[0,1,5])}} + + {{/if}} + {{/foreach}} + + + + {{foreach $deleted as $u}} + + + + + + + {{/foreach}} + +
{{$th}}
{{$u.name}}{{$u.email}}{{$u.deleted}}
+
+
+ {{/if}} + +
+ +
+
+ {{include file="field_input.tpl" field=$newusername}} + {{include file="field_input.tpl" field=$newusernickname}} + {{include file="field_input.tpl" field=$newuseremail}} +
+ - - {{if $deleted}} -
-

{{$h_deleted}}

- - - - - {{foreach $th_deleted as $k=>$th}} - {{if in_array($k,[0,1,5])}} - - {{/if}} - {{/foreach}} - - - - {{foreach $deleted as $u}} - - - - - - - {{/foreach}} - -
{{$th}}
{{$u.name}}{{$u.email}}{{$u.deleted}}
-
-{{/if}} - - - - -
- - -
-

{{$h_newuser}}

-
- {{include file="field_input.tpl" field=$newusername}} - {{include file="field_input.tpl" field=$newusernickname}} - {{include file="field_input.tpl" field=$newuseremail}} + +
+
- - + +