Änderungen von templates und Hinzufügen von Validation

This commit is contained in:
2025-06-25 10:55:39 +02:00
parent 1204c89ca3
commit e659535923
6 changed files with 115 additions and 30 deletions

View File

@@ -29,6 +29,7 @@ foreach ($labels as $key => $value) {
<input type="hidden" name="controller" value="admin">
<input type="hidden" name="do" value="showForm">
<input type="submit" name="submit" value="Absenden"></form>
<button type="submit" class="btn">Absenden</button>
<?php include dirname(__DIR__).'/footer.phtml'; ?>