#13 räume definieren
This commit is contained in:
12
app/modules/rooms/list.php
Normal file
12
app/modules/rooms/list.php
Normal 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>
|
||||
Reference in New Issue
Block a user