13 lines
323 B
PHP
13 lines
323 B
PHP
<?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>
|