1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00

Widget attività senza nessun tecnico assegnato

This commit is contained in:
Luca
2018-06-27 12:28:28 +02:00
parent c5430fb98b
commit 0aa197a5db
3 changed files with 106 additions and 1 deletions

View File

@@ -160,7 +160,7 @@ echo '
</head>
<body class="skin-'.$theme.(!empty($hide_sidebar) ? ' sidebar-collapse' : '').(!Auth::check() ? ' hold-transition login-page' : '').'">
<div class="wrapper">';
<div class="'.(!Auth::check() ? '' : 'wrapper').'">';
if (Auth::check()) {
$calendar = ($_SESSION['period_start'] != date('Y').'-01-01' || $_SESSION['period_end'] != date('Y').'-12-31') ? 'red' : 'white';