diff options
Diffstat (limited to 'views/admin/index.php')
| -rw-r--r-- | views/admin/index.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/views/admin/index.php b/views/admin/index.php index e633d32..fa3fc0f 100644 --- a/views/admin/index.php +++ b/views/admin/index.php @@ -3,9 +3,11 @@ ?> <?php if ($user->Role === 'Admin'): ?> + <h1>Global settings</h1> + <h2>Change role</h2> - <form action="#" method="POST" class="font-115"> + <form action="#" method="POST" class="font-115 flex-row"> <input type="hidden" name="method" value="PATCH"> <?php if (isset($role_status)): ?> <?php if ($role_status !== ""): ?> @@ -30,7 +32,7 @@ <h2>Delete</h2> - <form action="/user/delete" method="GET" class="font-115"> + <form action="/user/delete" method="GET" class="font-115 flex-row"> <input type="text" name="username" placeholder="Username"> <input type="submit" value="Delete"> </form> |
