"._("om_dashboard"); if(!isset($premier)) $premier=''; if(!isset($recherche1)) $recherche1=''; if(!isset($tricolsf)) $tricolsf=''; if(!isset($premiersf)) $premiersf=''; if(!isset($selection)) $selection=''; if(!isset($retourformulaire)) $retourformulaire=''; if (isset($idx) && $idx != ']' && trim($idx) != '') { $ent .= "-> ".$idx." "; } if (isset($idz) && trim($idz) != '') { $ent .= " ".strtoupper($idz)." "; } // FROM $table = DB_PREFIXE."om_dashboard LEFT JOIN ".DB_PREFIXE."om_profil ON om_dashboard.om_profil=om_profil.om_profil LEFT JOIN ".DB_PREFIXE."om_widget ON om_dashboard.om_widget=om_widget.om_widget "; // SELECT $champAffiche = array( 'om_dashboard.om_dashboard as "'._("om_dashboard").'"', 'om_profil.libelle as "'._("om_profil").'"', 'om_dashboard.bloc as "'._("bloc").'"', 'om_dashboard.position as "'._("position").'"', 'om_widget.libelle as "'._("om_widget").'"', ); // $champNonAffiche = array( ); // $champRecherche = array( 'om_dashboard.om_dashboard as "'._("om_dashboard").'"', 'om_profil.libelle as "'._("om_profil").'"', 'om_dashboard.bloc as "'._("bloc").'"', 'om_dashboard.position as "'._("position").'"', 'om_widget.libelle as "'._("om_widget").'"', ); $tri="ORDER BY om_profil.libelle ASC NULLS LAST"; $edition="om_dashboard"; $selection=''; if ($retourformulaire== 'om_profil') { $selection=" WHERE (om_dashboard.om_profil ='".$idx."')"; } if ($retourformulaire== 'om_widget') { $selection=" WHERE (om_dashboard.om_widget ='".$idx."')"; } ?>