feat: Navigation hinzugefügt und URL-Struktur in .htaccess optimiert

This commit is contained in:
Troy Grunt
2026-02-07 22:22:03 +01:00
parent 4f32bf68ca
commit de352e0335
3 changed files with 35 additions and 5 deletions

View File

@@ -75,7 +75,7 @@
</td>
<td>
<a href="/?page=floors/edit&id=1">Bearbeiten</a>
<a href="/floors/edit?id=1">Bearbeiten</a>
<button>Löschen</button>
</td>
</tr>
@@ -91,6 +91,6 @@
<?php /* if (empty($floors)): */ ?>
<div class="empty-state">
<p>Noch keine Stockwerke angelegt.</p>
<p><a href="/?page=floors/edit">Erstes Stockwerk anlegen</a></p>
<p><a href="/floors/edit">Erstes Stockwerk anlegen</a></p>
</div>
<?php /* endif; */ ?>