ausblender er icons ermoeglicht teil2

git-svn-id: svn://svn.cccv.de/engel-system@226 29ba0400-6e00-0410-a75a-ca02368028f8
This commit is contained in:
cookie 2006-12-29 20:32:32 +00:00
parent ba3b89464d
commit d861f2ee14
1 changed files with 4 additions and 2 deletions

View File

@ -87,7 +87,7 @@ else
else else
echo Get_Text("pub_schicht_Anzeige_1"). $ausdatum. echo Get_Text("pub_schicht_Anzeige_1"). $ausdatum.
Get_Text("pub_schicht_Anzeige_2"). $RoomID[$raum]. "<br><br>"; Get_Text("pub_schicht_Anzeige_2"). $RoomID[$raum]. "<br><br>";
ShowSwitchDay(); ShowSwitchDay();
echo "\n\n<table border=\"0\" width=\"100%\" class=\"border\" cellpadding=\"2\" cellspacing=\"1\">\n"; echo "\n\n<table border=\"0\" width=\"100%\" class=\"border\" cellpadding=\"2\" cellspacing=\"1\">\n";
@ -138,7 +138,7 @@ else
} }
else else
CreateRoomShifts( $raum ); CreateRoomShifts( $raum );
//Ausageb Zeilen //Ausageb Zeilen
for ($i = 0; $i < (24 * $GlobalZeileProStunde); $i++) for ($i = 0; $i < (24 * $GlobalZeileProStunde); $i++)
{ {
@ -151,5 +151,7 @@ else
}//if (isset($raum)) }//if (isset($raum))
echo "<a href=\"". $_SESSION["newurl"]. "&Icon=0\">@</a>";
include ("./inc/footer.php"); include ("./inc/footer.php");
?> ?>