This commit is contained in:
Paminger
2015-11-21 14:26:54 +01:00
2 changed files with 4 additions and 4 deletions
+4 -1
View File
@@ -228,7 +228,9 @@ if($uid!='')
echo "<a href='".$_SERVER['PHP_SELF']."?year=$year' class='Item'>Alle Mitarbeiter anzeigen</a><br></td>";
echo '<td style="width:33%">';
echo '</td><td style="width:33%">';
//echo '<div id="resturlaub"></div>';
//echo '</td></tr></table>';
//Anzeige Resturlaubsberechnung
$resturlaub = new resturlaub();
@@ -305,6 +307,7 @@ if($uid!='')
echo '</div>';
echo '</td></tr></table>';
}
echo '<br><center>';
-3
View File
@@ -199,7 +199,4 @@ define('KOLLISIONSFREIE_USER',serialize(array('_DummyLektor')));
// Soll der Lageplan am Infoterminal angezeigt werden (true|false)
define('CIS_INFOSCREEN_LAGEPLAN_ANZEIGEN', true);
//PHANTOM
define('PHANTOM_SERVER','http://phantomjs.example.com:3003');
?>