diff options
author | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2006-11-29 20:16:03 +0000 |
---|---|---|
committer | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2006-11-29 20:16:03 +0000 |
commit | 147bd6955864acefaf394846effa46606eaded4e (patch) | |
tree | b1c861254e5f383ec2d59b51cef2153c38a579df /www-ssl/inc/funktion_schichtplan.php | |
parent | 861a2c99de091d167d556a8d50aeb9bda7623016 (diff) |
anzeige von den stundenunterteilung im schichtplan
git-svn-id: svn://svn.cccv.de/engel-system@184 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'www-ssl/inc/funktion_schichtplan.php')
-rwxr-xr-x | www-ssl/inc/funktion_schichtplan.php | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/www-ssl/inc/funktion_schichtplan.php b/www-ssl/inc/funktion_schichtplan.php index cf797728..e67c11a6 100755 --- a/www-ssl/inc/funktion_schichtplan.php +++ b/www-ssl/inc/funktion_schichtplan.php @@ -260,10 +260,12 @@ function CreateRoomShifts( $raum ) if( $ZeitZeiger < $ZeitPos ) { +// for( $iLeer = ($ZeitZeiger*$GlobalZeileProStunde); $iLeer<($ZeitPos*$GlobalZeileProStunde); $iLeer++) +// $Spalten[$iLeer] .= "\t\t<td valign=\"top\" rowspan=\"1\"></td>\n"; + $Spalten[$ZeitZeiger * $GlobalZeileProStunde].= - "\t\t<td valign=\"top\" rowspan=\"". - ( ($ZeitPos - $ZeitZeiger ) * $GlobalZeileProStunde ). - "\"> </td>\n"; + "\t\t<td valign=\"top\" rowspan=\"". ( ($ZeitPos - $ZeitZeiger ) * $GlobalZeileProStunde ). "\"> </td>\n"; + $ZeitZeiger += $ZeitPos - $ZeitZeiger; } if($ZeitZeiger == $ZeitPos ) |