diff options
author | Michael Scherer <misc@mageia.org> | 2011-07-17 20:16:42 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-07-17 20:16:42 +0000 |
commit | 163cfbe941410d724d8a0d676b1645b50c6d89c4 (patch) | |
tree | 06e3a5bc6183c0f86b0c8093cbd197d5e157165e /root | |
parent | 077018601769448fb6817693359b83952537f2e8 (diff) | |
download | identity-163cfbe941410d724d8a0d676b1645b50c6d89c4.tar identity-163cfbe941410d724d8a0d676b1645b50c6d89c4.tar.gz identity-163cfbe941410d724d8a0d676b1645b50c6d89c4.tar.bz2 identity-163cfbe941410d724d8a0d676b1645b50c6d89c4.tar.xz identity-163cfbe941410d724d8a0d676b1645b50c6d89c4.zip |
remove header of the form, do not serve much purpose
Diffstat (limited to 'root')
-rw-r--r-- | root/admin/account_promote.tt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/root/admin/account_promote.tt b/root/admin/account_promote.tt index 4ed8563..4b3c3f2 100644 --- a/root/admin/account_promote.tt +++ b/root/admin/account_promote.tt @@ -1,11 +1,5 @@ <form method="post" action=""> <table border=0> - <tr> - <th>[% l('Select') %]</th> - <th>[% l('Username') %]</th> - <th>[% l('Email') %]</th> - <th>[% l('Full Name') %]</td> - </tr> [% FOREACH entry IN entries %] <tr> <td><input type='checkbox' name='username' value="[% entry.uid %]"> |