Update add_user.php

This commit is contained in:
jakani24
2024-01-20 09:53:50 +01:00
parent 1702cb4b5d
commit b38361183e

View File

@@ -50,11 +50,11 @@ if($perms[0]!=="1"){
<label for="password">Password:</label> <label for="password">Password:</label>
<input type="password" class="form-control" id="password" name="password" required> <input type="password" class="form-control" id="password" name="password" required>
</div> </div>
<label for="perms_table">Permissions:</label> <label for="perms_table">User permissions:</label>
<table class="table" id="perms_table" name="perms_table"> <table class="table" id="perms_table" name="perms_table">
<thead> <thead>
<tr> <tr>
<th scope="col">#</th> <th>#</th>
<th scope="col">Item</th> <th scope="col">Item</th>
<th scope="col">Checkbox</th> <th scope="col">Checkbox</th>
</tr> </tr>