diff options
Diffstat (limited to 'templates/admin_groups_edit_form.html')
-rw-r--r-- | templates/admin_groups_edit_form.html | 31 |
1 files changed, 12 insertions, 19 deletions
diff --git a/templates/admin_groups_edit_form.html b/templates/admin_groups_edit_form.html index 5729df64..c1f2bd84 100644 --- a/templates/admin_groups_edit_form.html +++ b/templates/admin_groups_edit_form.html @@ -1,21 +1,14 @@ <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" /> + <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>
\ No newline at end of file |