engelsystem/templates/admin_groups_edit_form.html

14 lines
374 B
HTML

<form action="%link%&action=save" method="post">
<table class="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 class="btn btn-primary" type="submit" name="submit" value="Save" />
</form>