diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/views/pages/users/index.html.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/views/pages/users/index.html.php b/src/views/pages/users/index.html.php index 159ff76..dfeff15 100644 --- a/src/views/pages/users/index.html.php +++ b/src/views/pages/users/index.html.php @@ -7,6 +7,7 @@ require_once('Login.class.php'); $t->header('Users'); $t->paragraph($t->link($t->url('users.csv'), "Download this as a spreadsheet.", true)); +$t->paragraph($t->link($t->url('users/all'), "See details for all users.")); $t->openTag('form', array('action'=>$t->url('users/index'), 'method'=>'post')); |