From 159c31cd3f23f45c1cf51c71f1049714ea603eb3 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 26 Feb 2017 12:17:39 -0500 Subject: Redesign users list layout --- app/Template/user_list/listing.php | 43 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 app/Template/user_list/listing.php (limited to 'app/Template/user_list/listing.php') diff --git a/app/Template/user_list/listing.php b/app/Template/user_list/listing.php new file mode 100644 index 00000000..899a20e7 --- /dev/null +++ b/app/Template/user_list/listing.php @@ -0,0 +1,43 @@ + + +isEmpty()): ?> +

+isEmpty()): ?> +
+ render('user_list/header', array('paginator' => $paginator)) ?> + getCollection() as $user): ?> +
+ render('user_list/user_title', array( + 'user' => $user, + )) ?> + + render('user_list/user_details', array( + 'user' => $user, + )) ?> + + render('user_list/user_icons', array( + 'user' => $user, + )) ?> +
+ +
+ + + -- cgit v1.2.3