"._("om_tdb"); 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_tdb LEFT JOIN ".DB_PREFIXE."om_widget ON om_tdb.om_widget=om_widget.om_widget "; // SELECT $champAffiche = array( 'om_tdb.om_tdb as "'._("om_tdb").'"', 'om_tdb.login as "'._("login").'"', 'om_tdb.bloc as "'._("bloc").'"', 'om_tdb.position as "'._("position").'"', 'om_widget.libelle as "'._("om_widget").'"', ); // $champNonAffiche = array( ); // $champRecherche = array( 'om_tdb.om_tdb as "'._("om_tdb").'"', 'om_tdb.login as "'._("login").'"', 'om_tdb.bloc as "'._("bloc").'"', 'om_tdb.position as "'._("position").'"', 'om_widget.libelle as "'._("om_widget").'"', ); $tri="ORDER BY om_tdb.login ASC NULLS LAST"; $edition="om_tdb"; $selection=''; if ($retourformulaire== 'om_widget') { $selection=" WHERE (om_tdb.om_widget ='".$idx."')"; } ?>