From: Peter Liebetrau Date: Sun, 27 Jan 2019 03:06:51 +0000 (+0100) Subject: frio - fix bug in admin users with table sorting #6529 X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=cd19cce92e539bd2d8b1b3b25903c1f8f4e72bda;p=friendica.git frio - fix bug in admin users with table sorting #6529 --- diff --git a/view/theme/frio/templates/admin/users.tpl b/view/theme/frio/templates/admin/users.tpl index 92ef9be6fa..273eb81e68 100644 --- a/view/theme/frio/templates/admin/users.tpl +++ b/view/theme/frio/templates/admin/users.tpl @@ -106,141 +106,147 @@
{{if $users}} - - - - - - {{foreach $th_users as $k=>$th}} - {{if $k < 2 || $order_users == $th.1 || ($k==5 && !in_array($order_users,[$th_users.2.1, $th_users.3.1, $th_users.4.1])) }} - + {{/foreach}} + +
-
+
+ {{else}} +
NO USERS?!?
+ {{/if}}