From 29efffc7568a6b76a17bf73df056c631fd70fe19 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 9 Oct 2011 13:19:00 -0400 Subject: Add ability to view full page multipe users concatenated together. Right now, URL-wise, you can only see all of them, via "users/all". --- src/views/pages/users/index.html.php | 1 + 1 file changed, 1 insertion(+) (limited to 'src/views/pages/users/index.html.php') 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')); -- cgit v1.2.3