diff options
| author | Syndamia <kamen@syndamia.com> | 2025-02-09 20:52:35 +0200 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2025-02-09 20:52:35 +0200 |
| commit | ae8b6f88a0c31703d5e846fd1717a26b74d5da3b (patch) | |
| tree | f4bbffc0670e46450acba673c819672b28d89f26 /views/admin | |
| parent | aac3a0fa5072525edb4e271a61047624781567e4 (diff) | |
| download | nowayforward_human-ae8b6f88a0c31703d5e846fd1717a26b74d5da3b.tar nowayforward_human-ae8b6f88a0c31703d5e846fd1717a26b74d5da3b.tar.gz nowayforward_human-ae8b6f88a0c31703d5e846fd1717a26b74d5da3b.zip | |
feat: Better home cards, show total view count of pages
Diffstat (limited to 'views/admin')
| -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> |
