From 8f20643f39dc75ed92da49dabad9b4afd634d811 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Sun, 17 Jul 2011 20:20:09 +0000 Subject: simplify the display, and add some links ( to send mail, and to access to the admin form ) --- root/admin/account_promote.tt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'root/admin') diff --git a/root/admin/account_promote.tt b/root/admin/account_promote.tt index 4b3c3f2..f52ed12 100644 --- a/root/admin/account_promote.tt +++ b/root/admin/account_promote.tt @@ -3,9 +3,8 @@ [% FOREACH entry IN entries %] - [% entry.uid %] - [% entry.mail %] - [% entry.cn %] + [% entry.uid %] + [% entry.cn %] ( [% entry.mail %]) [% END %] -- cgit v1.2.1