permission($radice)) { $breadcrumb = []; $breadcrumb["/impostazioni/index.php"] = __("Avanzate"); $breadcrumb[""] = __("Modelli"); include_once ($beRoot."/layout/top.php"); $sql = "SELECT * FROM b_modelli WHERE soft_delete = 'N' "; $risultato = $pdo->go($sql); if ($risultato->rowCount() > 0) { ?>

go($sql,$bind); if ($risultato->rowCount() > 0) { ?>
fetch(PDO::FETCH_ASSOC)) { $stato = "bg-danger"; $stato_label = __('disattivo'); if ($record["attivo"]=="S") { $stato = "bg-success"; $stato_label = __('attivo'); } $norme = json_decode($record["norma"]); ?>
" class="status_flag ">
]" value="">
{$norma["label"]}"; } } ?>
:
" . __("Gestisci modelli") .""); } include_once ($beRoot."/layout/bottom.php"); } else { echo ''; die(); } ?>