diff options
author | Michael Scherer <misc@mageia.org> | 2011-07-17 20:50:07 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-07-17 20:50:07 +0000 |
commit | 95ba9e244cdf6c353143a1e753bbb21b7adb206c (patch) | |
tree | 9ac4b2811d4ed16c60289b18f26f4f31b7e8b77d | |
parent | 8f20643f39dc75ed92da49dabad9b4afd634d811 (diff) | |
download | identity-95ba9e244cdf6c353143a1e753bbb21b7adb206c.tar identity-95ba9e244cdf6c353143a1e753bbb21b7adb206c.tar.gz identity-95ba9e244cdf6c353143a1e753bbb21b7adb206c.tar.bz2 identity-95ba9e244cdf6c353143a1e753bbb21b7adb206c.tar.xz identity-95ba9e244cdf6c353143a1e753bbb21b7adb206c.zip |
show the list of promoted users
-rw-r--r-- | root/admin/account_promote.tt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/root/admin/account_promote.tt b/root/admin/account_promote.tt index f52ed12..467e24c 100644 --- a/root/admin/account_promote.tt +++ b/root/admin/account_promote.tt @@ -1,3 +1,11 @@ +[% IF promoted %] + [% l("List of users promoted :") %] + <ul> + [% FOREACH p IN promoted %] + <li>[% p %]</li> + [% END %] + </ul> +[% END %] <form method="post" action=""> <table border=0> [% FOREACH entry IN entries %] |