summaryrefslogtreecommitdiff
path: root/src/views/pages/users/index.html.php
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-10-09 13:19:00 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-10-09 13:19:00 -0400
commit29efffc7568a6b76a17bf73df056c631fd70fe19 (patch)
treeb2d5d925bc5418494e8b1770119c0747f2be0d07 /src/views/pages/users/index.html.php
parentf641bd032ed5822ffd3a941732d26b23c92f9262 (diff)
Add ability to view full page multipe users concatenated together.
Right now, URL-wise, you can only see all of them, via "users/all".
Diffstat (limited to 'src/views/pages/users/index.html.php')
-rw-r--r--src/views/pages/users/index.html.php1
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 7f51592..366fb8a 100644
--- a/src/views/pages/users/index.html.php
+++ b/src/views/pages/users/index.html.php
@@ -6,6 +6,7 @@ $users = $VARS['users'];
$t->header('Users');
$t->paragraph($t->link($t->url('users.csv'), "Download this as a spreadsheet."));
+$t->paragraph($t->link($t->url('users/all'), "See details for all users."));
$t->openTag('form', array('action'=>$t->url('users/index'),
'method'=>'post'));