Various changes

mobile-friendly ui updates
admin user-edit bugfix
file cleanup
added searchFields
add blog search
remove unused code
add maintenance mode config
This commit is contained in:
Joey Kimsey
2025-01-30 13:11:02 -05:00
parent b5996dc7db
commit 5e621883ff
106 changed files with 1154 additions and 787 deletions

View File

@ -2,8 +2,7 @@
<legend class="text-center">Send Notification</legend>
<hr>
{ADMIN_BREADCRUMBS}
<form action="" method="post" enctype="multipart/form-data">
<form method="post" enctype="multipart/form-data">
<fieldset>
<!-- Group -->
<div class="mb-3 row">

View File

@ -1,4 +1,6 @@
<div class="col-8 mx-auto p-4 rounded shadow-sm context-main-bg my-4">
<div class="m-2 m-lg-4">
<div class="col-12 mx-5 col-sm-10 col-lg-8 mx-auto p-4 rounded shadow-sm context-main-bg">
<div class="row justify-content-center">
<div class="col-md-8">
<legend class="text-center">Notifications</legend>
@ -26,7 +28,7 @@
{/LOOP}
{ALT}
<tr>
<td colspan="7" class=" context-main">
<td colspan="3" class="text-center context-main">
No Notifications
</td>
</tr>
@ -35,4 +37,5 @@
</table>
</div>
</div>
</div>
</div>

View File

@ -1,5 +1,5 @@
<!-- Notifications Dropdown -->
<div class="dropdown nav-item mx-2">
<div class="dropdown nav-item mx-2 my-2 my-lg-0">
<a
href="#"
class="d-flex align-items-center text-white text-decoration-none dropdown-toggle"