engelsystem/templates/admin_groups_edit_form.html

14 lines
374 B
HTML
Raw Normal View History

2011-06-02 22:40:08 +02:00
<form action="%link%&action=save" method="post">
2014-08-22 22:34:13 +02:00
<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" />
2011-06-02 22:40:08 +02:00
</form>