finish line!

This commit is contained in:
2025-11-26 17:25:27 +08:00
parent 833d125f64
commit 14434bc2ac
261 changed files with 4530 additions and 1014 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
<?php include 'views/layouts/header.php'; ?>
<div class="container">
<div class="container" style="margin:0; width: auto;">
<h1>Управление пользователями</h1>
<?php if (isset($_SESSION['success'])): ?>
@@ -29,7 +29,7 @@
<a href="<?= SITE_URL ?>/admin/add-user" role="button">📝 Добавить пользователя</a>
</article>
<?php else: ?>
<div style="overflow-x: auto;">
<div style="overflow-x: auto; width:100%;">
<table class="compact-table">
<thead>
<tr>