#13 räume definieren

This commit is contained in:
2026-02-16 10:59:29 +01:00
parent f80ab4aaa9
commit 2a1732323d
9 changed files with 1007 additions and 178 deletions

View File

@@ -0,0 +1,12 @@
<?php
/**
* app/modules/rooms/list.php
*
* Raumverwaltung ist in die Standorte-Liste integriert.
*/
?>
<div class="connections-container">
<h1>Raeume</h1>
<p>Die Raumverwaltung befindet sich unter Standorte.</p>
<p><a class="button" href="?module=locations&action=list">Zu Standorte wechseln</a></p>
</div>