feat: Navigation hinzugefügt und URL-Struktur in .htaccess optimiert
This commit is contained in:
@@ -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; */ ?>
|
||||
|
||||
Reference in New Issue
Block a user