]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/quattro/templates/admin_users.tpl
Merge remote-tracking branch 'upstream/develop' into develop
[friendica.git] / view / theme / quattro / templates / admin_users.tpl
index 7f5ae2dfbc25d21fcfb2a994ddab17acb088e077..f00e786778311b905e6a6edb16dca661f8d19b2d 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>