added on server side
This commit is contained in:
@@ -16,15 +16,18 @@
|
||||
<label class="desc" for="ua_password">Jelszó:</label>
|
||||
<div><input type="text" name="ua_password" id="ua_password"></div>
|
||||
</div>
|
||||
|
||||
<div class="admin_area">
|
||||
<label>Jogosultságok:</label>
|
||||
<table id="authorities">
|
||||
|
||||
{foreach $a_array as $a}
|
||||
<tr id="a_{$a->get_a_id()}">
|
||||
<td><label for="authority_{$a->get_a_id()}">{$a->get_a_title()}</label></td>
|
||||
<td><input class="authorities" value="{$a->get_a_id()}" type="checkbox" name="authorities[]" id="authority_{$a->get_a_id()}"></td>
|
||||
</tr>
|
||||
{/foreach}
|
||||
|
||||
</table>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user