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.
13 righe
416 B
13 righe
416 B
<? |
|
if (!empty($progetto)) { |
|
$status = "status-border-success"; |
|
if (empty($progetto->info["cup"])) { |
|
$status = "status-border-warning"; |
|
$alertManager->addWarningAlert(__("CUP assente"),$hrefComando); |
|
} |
|
if (empty($progetto->getCategorieMerceologiche())) { |
|
$status = "status-border-warning"; |
|
$alertManager->addWarningAlert(__("CPV non specificate"),$hrefComando); |
|
} |
|
} |
|
?>
|