Initial commit
This commit is contained in:
12
app/views/admin/groups/create.html
Normal file
12
app/views/admin/groups/create.html
Normal file
@ -0,0 +1,12 @@
|
||||
<form action="" method="post" class="form-horizontal">
|
||||
<legend>New Group</legend>
|
||||
<div class="form-group">
|
||||
<label for="name" class="col-lg-3 control-label">Name</label>
|
||||
<div class="col-lg-3">
|
||||
<input type="text" class="form-check-input" name="name" id="name">
|
||||
</div>
|
||||
</div>
|
||||
{PERMISSIONS_FORM}
|
||||
<button name="submit" value="submit" type="submit" class="btn btn-lg btn-primary center-block">Create</button>
|
||||
<input type="hidden" name="token" value="{TOKEN}">
|
||||
</form>
|
Reference in New Issue
Block a user