aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/admin_users.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-11-18 15:38:02 -0800
committerfriendica <info@friendica.com>2013-11-18 15:38:02 -0800
commitdc6cd8a701f2225070bf6c37833279768f1a3b10 (patch)
tree04d82cd1674e7d5e92fc5a1443b85a937ae168e5 /view/tpl/admin_users.tpl
parentfce5f2042db1a9d0b13c3bd5f6d37980fa98ca7f (diff)
downloadvolse-hubzilla-dc6cd8a701f2225070bf6c37833279768f1a3b10.tar.gz
volse-hubzilla-dc6cd8a701f2225070bf6c37833279768f1a3b10.tar.bz2
volse-hubzilla-dc6cd8a701f2225070bf6c37833279768f1a3b10.zip
admin/users - add expiration date to table and ability to sort by reverse expiration and also filter by service class through url options
Diffstat (limited to 'view/tpl/admin_users.tpl')
-rwxr-xr-xview/tpl/admin_users.tpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/admin_users.tpl b/view/tpl/admin_users.tpl
index b51fa3559..cedd55216 100755
--- a/view/tpl/admin_users.tpl
+++ b/view/tpl/admin_users.tpl
@@ -68,6 +68,7 @@
<td class='email'>{{$u.account_email}}</td>
<td class='register_date'>{{$u.account_created}}</td>
<td class='login_date'>{{$u.account_lastlog}}</td>
+ <td class='account_expires'>{{$u.account_expires}}</td>
<td class='service_class'>{{$u.account_service_class}}</td>
<td class="checkbox"><input type="checkbox" class="users_ckbx" id="id_user_{{$u.uid}}" name="user[]" value="{{$u.uid}}"/></td>
<td class="tools">