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> </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>
|