mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
Link zum Neuanlegen von Räumen hinzugefügt
This commit is contained in:
@@ -137,7 +137,10 @@
|
||||
$neu = "false";
|
||||
}
|
||||
|
||||
$htmlstr .= "<br><div class='kopf'>Raum <b>".$ort_kurzbz."</b></div>\n";
|
||||
if($ort_kurzbz != '')
|
||||
$htmlstr .= "<br><div class='kopf'>Raum <b>".$ort_kurzbz."</b></div>\n";
|
||||
else
|
||||
$htmlstr .="<br><div class='kopf'>Neuer Raum</div>\n";
|
||||
$htmlstr .= "<form action='raum_details.php' method='POST' name='raumform'>\n";
|
||||
$htmlstr .= "<table class='detail'>\n";
|
||||
|
||||
|
||||
@@ -267,7 +267,7 @@ function changeboolean(ort_kurzbz, name)
|
||||
|
||||
<body class="background_main">
|
||||
<h2>Räume Übersicht</h2>
|
||||
|
||||
<a href="raum_details.php" target="detail_raum">Neuer Raum </a>
|
||||
|
||||
|
||||
<?php
|
||||
|
||||
Reference in New Issue
Block a user