Form->create($configurationObj)?>

Editer la configuration

'; echo ''; echo 'Modes'; echo ''; echo '
'; echo $this->Form->input('mode_install'); echo $this->Form->input('mode_debug'); echo '
'; echo '

'; echo ''; echo 'Laboratoire'; echo '

'; echo '
'; echo $this->Form->input('labName', [ 'label' => 'Nom complet du Labo' ]); echo $this->Form->input('labNameShort', [ 'label' => 'Nom court du Labo' ]); echo $this->Form->input('labPresent', [ 'label' => 'Liaison présentation nom du Labo' ]); echo $this->Form->input('labUmr', [ 'label' => 'UMR du Labo' ]); echo '
'; echo '

'; echo ''; echo 'Divers'; echo '

'; echo '
'; echo $this->Form->input('procedure_sur_accueil', [ 'label' => 'Afficher la procédure à suivre sur l\'écran d\'accueil' ]); echo $this->Form->input('hasPrinter', [ 'label' => 'Imprimante disponible' ]); echo $this->Form->input('numero_labo_sans_annee', [ 'label' => 'Numero labo sans année' ]); echo $this->Form->input('date_commande_facultative', [ 'label' => 'Champ date commande non obligatoire' ]); echo $this->Form->input('prix_inventaire_administratif', [ 'label' => 'Seuil (prix) Matériel administratif' ]); echo $this->Form->input('taille_max_doc', [ 'label' => 'Taille max documents (octets)' ]); echo $this->Form->input('nom_groupe_thematique', [ 'label' => 'Label groupe thématique' ]); echo $this->Form->input('nom_groupe_metier', [ 'label' => 'Label groupe métier' ]); echo $this->Form->input('metrologie', [ 'label' => 'Module métrologie' ]); echo '
'; echo '

'; echo ''; echo 'Emails'; echo '

'; echo '
'; echo $this->Form->input('envoi_mail', [ 'label' => 'Activer l\'envoi des mails général' ]); echo $this->Form->input('sender_mail', [ 'label' => 'Attribut "sender" (mail)' ]); echo $this->Form->input('envoi_mail_guests', [ 'label' => 'Activer l\'envoi des mails pour la liste spécifique ci-dessous' ]); echo $this->Form->input('emailGuest1', [ 'label' => 'Mail guest 1' ]); echo $this->Form->input('emailGuest2', [ 'label' => 'Mail guest 2' ]); echo $this->Form->input('emailGuest3', [ 'label' => 'Mail guest 3' ]); echo $this->Form->input('emailGuest4', [ 'label' => 'Mail guest 4' ]); echo $this->Form->input('emailGuest5', [ 'label' => 'Mail guest 5' ]); echo $this->Form->input('emailGuest6', [ 'label' => 'Mail guest 6' ]); echo $this->Form->input('emailGuest7', [ 'label' => 'Mail guest 7' ]); echo $this->Form->input('emailGuest8', [ 'label' => 'Mail guest 8' ]); echo $this->Form->input('emailGuest9', [ 'label' => 'Mail guest 9' ]); echo $this->Form->input('emailGuest10', [ 'label' => 'Mail guest 10' ]); echo '
'; echo '

'; echo ''; echo 'LDAP'; echo '

'; echo '
'; echo $this->Form->input('use_ldap', [ 'label' => 'Utilisation du LDAP', 'onchange' => 'display_ldap();' ]); echo '
'; echo $this->Form->input('host_ldap', [ 'label' => 'Host du LDAP' ]); echo $this->Form->input('port_ldap', [ 'label' => 'Port du LDAP' ]); echo $this->Form->input('authentificationType_ldap', [ 'label' => 'Type d\'authentification du LDAP' ]); echo $this->Form->input('baseDn_ldap', [ 'label' => 'Base DN du LDAP' ]); echo $this->Form->input('filter_ldap', [ 'label' => 'Filtre du LDAP' ]); echo '
'; echo '
'; echo '

'; echo ''; echo 'Affichage'; echo '

'; echo '
'; echo $this->Form->input('aff_par_defaut', [ 'options' => [ '20' => 20, '30' => 30, '50' => 50, '100' => 100, '150' => 150, '200' => 200 ], 'label' => 'Nombre de materiel affichés par défaut' ]); echo '
'; ?>
Form->submit(__('Valider'))?> Form->end()?>
element('menu'); echo $this->element('menu_form', [ 'pluralHumanName' => 'Configuration générale' ]); ?>