Revision 226, 0.6 KB
(checked in by exi, 15 years ago)
|
if ($_POSTpassword? == config::get('post_mailto')).... NC
|
Line | |
---|
1 | <table class="kb-table"> |
---|
2 | <tr class="kb-table-header"><td>User</td><td> </td></tr> |
---|
3 | {cycle reset=true print=false name=ccl values="kb-table-row-even,kb-table-row-odd"} |
---|
4 | {foreach from=$user item=usr key=name} |
---|
5 | <tr class="{cycle name=ccl}"><td>{$usr}</td><td><form method="post" action="?a=admin_roles"> |
---|
6 | <input type="hidden" name="a" value="admin_roles"/> |
---|
7 | <input type="hidden" name="role" value="{$role}"/> |
---|
8 | <input type="hidden" name="action" value="assign"/> |
---|
9 | <input type="hidden" name="user" value="{$usr}"/> |
---|
10 | <input type="submit" value="Assign"/></form></td></tr> |
---|
11 | {/foreach} |
---|
12 | </table> |
---|