21 lines
521 B
HTML
21 lines
521 B
HTML
<form action="%link%&action=save" method="post">
|
|
<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 type="submit" name="submit" value="Save" />
|
|
</form> |