engelsystem/templates/admin_groups_edit_form.html

21 lines
521 B
HTML
Raw Normal View History

2011-06-02 22:40:08 +02:00
<form action="%link%&action=save" method="post">
<table>
<thead>
<tr>
<th>
&nbsp;
</th>
<th>
Name
</th>
<th>
Description
</th>
</tr>
</thead>
<tbody>
%privileges%
</tbody>
</table>
<input type="hidden" name="id" value="%id%" /><input type="submit" name="submit" value="Save" />
</form>