diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2019-08-09 12:04:52 +0200 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2019-08-09 12:04:52 +0200 |
commit | 95ada5c09026882f384a4a386916b1b2decbfce9 (patch) | |
tree | 8826115b693e10aa4ed36dceaad6b8d6dffef5bf /app/view/templates/user.php | |
parent | 49f827b172dd3c07e3c4562a261557feb1ef03f6 (diff) | |
download | wcms-95ada5c09026882f384a4a386916b1b2decbfce9.tar.gz wcms-95ada5c09026882f384a4a386916b1b2decbfce9.zip |
Feature : %CONNECT%
+ fix terminal.css
Diffstat (limited to 'app/view/templates/user.php')
-rw-r--r-- | app/view/templates/user.php | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/app/view/templates/user.php b/app/view/templates/user.php index 4717ee6..6e302f8 100644 --- a/app/view/templates/user.php +++ b/app/view/templates/user.php @@ -49,7 +49,7 @@ <table> <tr> -<th>id</th><th>password</th><th>hash</th><th>level</th><th>set expiration date</th><th>action</th><th>expire</th> +<th>id</th><th>password</th><th>hash</th><th>level</th><th>set expiration date</th><th>action</th><th>expire</th><th>connect</th> </tr> <tr> @@ -84,6 +84,10 @@ <td> </td> + <td> + + </td> + </form> </tr> @@ -138,6 +142,10 @@ foreach ($userlist as $user ) { <?= $user->expiredate('hrdi') ?> </td> + <td> + <?= $user->connectcount() ?> + </td> + </tr> |