diff options
author | Michael Scherer <misc@mageia.org> | 2011-07-21 10:19:20 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-07-21 10:19:20 +0000 |
commit | fed803658c27333dccce6e3f6b3e05de20022a9b (patch) | |
tree | 51fd2cff3334dec7f35e163ad79d4c6700695aed /root | |
parent | 11aba9044706eb80aad3d19a6f630d0daed72a69 (diff) | |
download | identity-fed803658c27333dccce6e3f6b3e05de20022a9b.tar identity-fed803658c27333dccce6e3f6b3e05de20022a9b.tar.gz identity-fed803658c27333dccce6e3f6b3e05de20022a9b.tar.bz2 identity-fed803658c27333dccce6e3f6b3e05de20022a9b.tar.xz identity-fed803658c27333dccce6e3f6b3e05de20022a9b.zip |
also check the size instead of the presence of the variable
Diffstat (limited to 'root')
-rw-r--r-- | root/admin/account_promote.tt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/root/admin/account_promote.tt b/root/admin/account_promote.tt index a956832..9b1053c 100644 --- a/root/admin/account_promote.tt +++ b/root/admin/account_promote.tt @@ -1,4 +1,4 @@ -[% IF promoted %] +[% IF promoted.size %] <div align="left"> [% l("List of users promoted :") %] <ul> |