Type de profil
=$this->options->profil?>
Droits d'accès
droitsClients as $droit) {
if (empty($droit)) continue;
$check = '';
if (in_array(strtolower($droit), $this->droits)){
$check = ' checked';
}
?>
class="noborder"/>
droitsLib[strtoupper($droit)]?>
Préférences
prefsLib as $code => $lib) {
$check = '';
if (in_array(strtolower($code), $this->pref)) {
$check = ' checked';
}
?>
class="noborder"/>
options->idClient == 1 && !in_array('edition',$this->droits) ) {
?>
Mode spéciaux
Mode Edition
options->modeEdition==true ) {
$check = ' checked';
}
?>
class="noborder"/>