diff --git a/cis/private/profile/urlaubstool.php b/cis/private/profile/urlaubstool.php index 658526053..6bd5c4db6 100644 --- a/cis/private/profile/urlaubstool.php +++ b/cis/private/profile/urlaubstool.php @@ -378,7 +378,7 @@ if($resturlaub->load($uid)) $mehrarbeitsstunden = $resturlaub->mehrarbeitsstunden; $anspruch = $resturlaub->urlaubstageprojahr; } -$content_resturlaub.=""; +$content_resturlaub.="
Anspruch$anspruch Tage
"; $content_resturlaub.=""; $gebuchterurlaub=0; //Urlaub berechnen @@ -394,7 +394,7 @@ $gebuchterurlaub = $row->anzahltage; if($gebuchterurlaub=='') $gebuchterurlaub=0; $content_resturlaub.=""; -$content_resturlaub .=""; +$content_resturlaub .=""; $content_resturlaub.=""; $content_resturlaub.="
Anspruch$anspruch Tage
+ Resturlaub$resturlaubstage Tage
- aktuell gebuchter Urlaub $gebuchterurlaub Tage
aktueller Stand".($anspruch+$resturlaubstage-$gebuchterurlaub)." Tage
";