Enhance waitlist functionality: update queries to count distinct users, add new impfwarteliste.php page, and improve form handling in functions.impfen.inc.php

This commit is contained in:
2026-03-21 17:04:37 +01:00
parent 347188bd0c
commit 70a78c9586
6 changed files with 451 additions and 11 deletions
+2 -1
View File
@@ -68,6 +68,7 @@
<ul class="nav col-12 col-lg-auto me-lg-auto mb-2 justify-content-center mb-md-0">
<li ><a href="meineanfragen.php" class="nav-link px-2 text-white">Meine Anfragen</a></li>
<li ><a href="neueanfrage.php" class="nav-link px-2 text-white">Neue Anfrage</a></li>
<li ><a href="impfwarteliste.php" class="nav-link px-2 text-white">Impfwarteliste</a></li>
<li ><a href="settings.php" class="nav-link px-2 text-white">Einstellungen</a></li>
</ul>
@@ -93,4 +94,4 @@
?>
?>