Type de profil
isSuperAdmin){ ?>
=$this->options->profil?>
Droits d'accès
droitsClients as $droit) {
if (empty($droit)) continue;
$check = '';
if ( count($this->droits)>0 && in_array(strtolower($droit), $this->droits) ) {
$check = ' checked';
}
$disable = '';
if ( !$this->isAdmin ) {
$disable = ' disabled';
}
?>
=$disable?> class="noborder"/>
=$this->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"/>