blob: c1f2bd84a6cfbce4b5f4b9f4b354bb4152422b26 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<form action="%link%&action=save" method="post">
<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" />
</form>
|