tazbug diff web/plugins/users/users.conf @ rev 111
Backport users plugins from TinyCM
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri Feb 10 23:43:16 2017 +0100 (2017-02-10) |
parents | 842a117435ff |
children | b19dbd851223 |
line diff
1.1 --- a/web/plugins/users/users.conf Wed Jan 08 21:36:18 2014 +0000 1.2 +++ b/web/plugins/users/users.conf Fri Feb 10 23:43:16 2017 +0100 1.3 @@ -6,7 +6,7 @@ 1.4 1.5 # Authenticated users 1.6 PLUGINS_TOOLS="${PLUGINS_TOOLS}" 1.7 -DASHBOARD_TOOLS="<a href='?logged'>Logged users</a>" 1.8 +DASHBOARD_TOOLS="${DASHBOARD_TOOLS} <a href='?logged'>Logged users</a>" 1.9 1.10 # Admin only in Dashboard 1.11 ADMIN_TOOLS="${ADMIN_TOOLS} <a href='?users'>List users</a>"