diff options
author | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2006-12-29 20:32:32 +0000 |
---|---|---|
committer | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2006-12-29 20:32:32 +0000 |
commit | d861f2ee1495e8ea1d45797ecd4a67ab9d110642 (patch) | |
tree | de7416a27ce0cb2a7eb16ab073128cab79fd5b57 /www-ssl | |
parent | ba3b89464d07ea870521be45612f63203e1c782f (diff) |
ausblender er icons ermoeglicht teil2
git-svn-id: svn://svn.cccv.de/engel-system@226 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'www-ssl')
-rwxr-xr-x | www-ssl/nonpublic/schichtplan.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www-ssl/nonpublic/schichtplan.php b/www-ssl/nonpublic/schichtplan.php index 94dcb3a8..7bebc49f 100755 --- a/www-ssl/nonpublic/schichtplan.php +++ b/www-ssl/nonpublic/schichtplan.php @@ -87,7 +87,7 @@ else else echo Get_Text("pub_schicht_Anzeige_1"). $ausdatum. Get_Text("pub_schicht_Anzeige_2"). $RoomID[$raum]. "<br><br>"; - + ShowSwitchDay(); echo "\n\n<table border=\"0\" width=\"100%\" class=\"border\" cellpadding=\"2\" cellspacing=\"1\">\n"; @@ -138,7 +138,7 @@ else } else CreateRoomShifts( $raum ); - + //Ausageb Zeilen for ($i = 0; $i < (24 * $GlobalZeileProStunde); $i++) { @@ -151,5 +151,7 @@ else }//if (isset($raum)) +echo "<a href=\"". $_SESSION["newurl"]. "&Icon=0\">@</a>"; + include ("./inc/footer.php"); ?> |