]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/quattro/templates/admin_users.tpl
Merge pull request #3298 from tobiasd/20170407-quattroadin
[friendica.git] / view / theme / quattro / templates / admin_users.tpl
index 7f5ae2dfbc25d21fcfb2a994ddab17acb088e077..ddb395db9cdcbff166e6c993822f2420109cbd0d 100644 (file)
@@ -39,6 +39,9 @@
                                                <a href="{{$baseurl}}/regmod/deny/{{$u.hash}}" title='{{$deny}}'><span class='icon dislike'></span></a>
                                        </td>
                                </tr>
+                               <tr>
+                                       <td class="pendingnote"><p><span>{{$pendingnotetext}}:</span> {{$u.note}}</p></td>
+                               </tr>
                        {{/foreach}}
                                </tbody>
                        </table>
                                <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>