X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fquattro%2Ftemplates%2Fadmin_users.tpl;h=f00e786778311b905e6a6edb16dca661f8d19b2d;hb=187a81f159c26faa0b135a38a655de019f99d337;hp=249f1f6728a1a7476d48c8069e5ff47522f2584b;hpb=d1029e1fb2c3de144479485d8c3e5e3ace9c56ed;p=friendica.git diff --git a/view/theme/quattro/templates/admin_users.tpl b/view/theme/quattro/templates/admin_users.tpl index 249f1f6728..f00e786778 100644 --- a/view/theme/quattro/templates/admin_users.tpl +++ b/view/theme/quattro/templates/admin_users.tpl @@ -54,7 +54,21 @@ - {{foreach $th_users as $th}}{{$th}}{{/foreach}} + {{foreach $th_users as $th}} + + + {{if $order_users == $th.1}} + {{if $order_direction_users == "+"}} + ↓ + {{else}} + ↑ + {{/if}} + {{else}} + ↕ + {{/if}} + {{$th.0}} + + {{/foreach}} @@ -70,18 +84,18 @@ {{$u.lastitem_date}} {{$u.page_flags}} {{if $u.is_admin}}({{$siteadmin}}){{/if}} {{if $u.account_expired}}({{$accountexpired}}){{/if}} - {{if $u.is_admin}} -   - {{else}} - - {{/if}} + {{if $u.is_deletable}} + + {{else}} +   + {{/if}} - {{if $u.is_admin}} -   - {{else}} - - - {{/if}} + {{if $u.is_deletable}} + + + {{else}} +   + {{/if}} {{/foreach}}