]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/admin_users.tpl
frio: fix for display auto position scroll + some cleanup
[friendica.git] / view / templates / admin_users.tpl
index 3354cfe1a277492c66ea2ca2378cc438f84783f4..33f44472dbd94cf598c072a0c2496d57bc0ad4bb 100644 (file)
                                <thead>
                                <tr>
                                        <th></th>
-                                       {{foreach $th_users as $th}}<th>{{$th}}</th>{{/foreach}}
+                                       {{foreach $th_users as $th}}
+                                       <th>
+                                               <a href="{{$baseurl}}/admin/users/?o={{if $order_direction_users == "+"}}-{{/if}}{{$th.1}}">
+                                                       {{if $order_users == $th.1}}
+                                                               {{if $order_direction_users == "+"}}
+                                                               &#8595;
+                                                               {{else}}
+                                                               &#8593;
+                                                               {{/if}}
+                                                       {{else}}
+                                                               &#8597;
+                                                       {{/if}}
+                                               {{$th.0}}</a>
+                                       </th>
+                                       {{/foreach}}
                                        <th></th>
                                        <th></th>
                                </tr>