mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-23 09:52:22 +00:00
- Anpassungen für Mehrsprachige Tage
This commit is contained in:
@@ -118,9 +118,9 @@ echo '"Datum"'.$trenn;
|
||||
for ($ts=$ts_beginn;$ts<$ts_ende; $ts+=$datum_obj->ts_day)
|
||||
{
|
||||
$tag=date('d',$ts);
|
||||
$wt=date('w',$ts);
|
||||
$wt=date('N',$ts);
|
||||
$monat=date('M',$ts);
|
||||
echo '"'.$tagbez[$wt].' '.$tag.'.'.$monat.'"'.$trenn;
|
||||
echo '"'.$tagbez[1][$wt].' '.$tag.'.'.$monat.'"'.$trenn;
|
||||
}
|
||||
$zs=new zeitsperre();
|
||||
foreach ($mitarbeiter as $ma)
|
||||
@@ -131,7 +131,7 @@ foreach ($mitarbeiter as $ma)
|
||||
{
|
||||
$tag=date('d',$ts);
|
||||
$monat=date('M',$ts);
|
||||
$wt=date('w',$ts);
|
||||
$wt=date('N',$ts);
|
||||
$grund=$zs->getTyp($ts);
|
||||
$erbk=$zs->getErreichbarkeit($ts);
|
||||
echo '"'.$grund.' - '.$erbk.'"'.$trenn;
|
||||
|
||||
@@ -174,7 +174,7 @@ if(!$person->load($uid))
|
||||
|
||||
for ($j=1; $j<7; $j++)
|
||||
{
|
||||
echo '<TR><TD>'.$tagbez[$j].'</TD>';
|
||||
echo '<TR><TD>'.$tagbez[1][$j].'</TD>';
|
||||
for ($i=0;$i<$num_rows_stunde;$i++)
|
||||
{
|
||||
if (isset($wunsch[$j][$i+1]))
|
||||
|
||||
Reference in New Issue
Block a user