Update profile.php

This commit is contained in:
jakani24
2024-01-15 17:56:02 +01:00
parent fe7a5a6e8e
commit 4ca0437f3d

View File

@@ -69,10 +69,7 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") {
</div> </div>
<div class="form-group"> <div class="form-group">
<label for="perms">Permissions: <label for="perms">Permissions:
<button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#exampleModal"> <a data-bs-target="#exampleModal" data-bs-toggle="modal" href="#exampleModal">?</a>
Launch demo modal
</button>
<a data-bs-target="#exampleModal" data-bs-toggle="modal">?</a>
</label> </label>
<input type="text" class="form-control" id="perms" name="perms" value="<?php echo($perms); ?>" required readonly> <input type="text" class="form-control" id="perms" name="perms" value="<?php echo($perms); ?>" required readonly>
</div> </div>