Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
18 righe
434 B
18 righe
434 B
<? |
|
if (!empty($anac)) { |
|
if ($_SESSION["utente"]->permission("simog")) { |
|
$schede = $anac->getSchede($codice_lotto,$idScheda); |
|
if (!empty($schede)) { |
|
foreach ($schede AS $sch) { |
|
$stato = $stati[$sch["stato"]]["color"]; |
|
if ($status=="#666") { |
|
$status = $stato; |
|
} else if ($status != $stato) { |
|
$status = "#ffe600"; |
|
} |
|
} |
|
} |
|
} |
|
} |
|
|
|
?>
|