Link zum Neuanlegen von Räumen hinzugefügt

This commit is contained in:
Karl Burkhart
2013-07-09 07:52:23 +00:00
parent 5bd6030cf4
commit 939eae1dd7
2 changed files with 5 additions and 2 deletions
+4 -1
View File
@@ -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";
+1 -1
View File
@@ -267,7 +267,7 @@ function changeboolean(ort_kurzbz, name)
<body class="background_main">
<h2>R&auml;ume &Uuml;bersicht</h2>
<a href="raum_details.php" target="detail_raum">Neuer Raum </a>
<?php