info)) { if ($_SESSION["utente"]->permission("simog")) { if ($anac->info["stato"] < 20) { $logSimog = $anac->getLastSimogLog("inviaRequisiti"); if (empty($logSimog)) { $status = "status-border-warning"; if (!empty($alertManager)) { $alertManager->addDangerAlert(__("Requisiti non inviati"),$hrefComando); } } else { if ($logSimog["esito"] == 1) { $status = "status-border-success"; } else { $status = "status-border-danger"; if (strpos($logSimog["msg"],"SIMOG_AVCPASS_001") !== false || strpos($logSimog["msg"],"SIMOGWS_GARALOTTOMANAGER_APP_37") !== false) { $status = "status-border-warning"; } if (!empty($alertManager)) { if ($status == "status-border-danger") { $alertManager->addDangerAlert($logSimog["msg"],$hrefComando); } else { $alertManager->addWarningAlert($logSimog["msg"],$hrefComando); } } } } } else { $status = "status-border-success"; } } } ?>