")
// Ex pour la section "emprunts" : $('#t_emprunts').click(function()...
//function $this->MyHelper->echoSectionStart($title, $section) {
/*
function $this->MyHelper->echoSectionStart($title) {
//echo '
';
//echo "
";
echo "
";
//echo '';
echo '';
echo ''.$title.'';
echo '
';
//echo '
';
echo '
';
echo '
';
echo '
';
}
function $this->MyHelper->echoSectionStop() {
echo '
';
echo '
';
}
*/
?>
Configuration générale de l'application
Html->link(__(' Editer la configuration'), [
'action' => 'edit',
//$configurationObj->id // inutile car vaut toujours 1
], [
'escape' => false,
'onclick' => 'return true;'
]);
echo '
';
*/
$this->MyHelper->displayElement(__('Nom complet du Labo'), h($configurationObj->labName));
$this->MyHelper->displayElement(__('Nom court du Labo'), h($configurationObj->labNameShort));
$this->MyHelper->displayElement(__('Liaison présentation nom du Labo'), h($configurationObj->labPresent));
$this->MyHelper->displayElement(__('UMR du Labo'), h($configurationObj->labUmr));
$this->MyHelper->echoSectionStop();
//$this->MyHelper->echoSectionStart("Divers", "suivis");
$this->MyHelper->echoSectionStart("Divers");
/*
echo '
';
echo '';
echo 'Divers';
echo '
';
echo '
';
echo '
';
echo '
';
*/
$this->MyHelper->displayElement(__('Librairie pdf utilisée'), $configurationObj->pdf_engine);
$this->MyHelper->displayElement(__('Afficher la procédure à suivre sur l\'écran d\'accueil'), $configurationObj->procedure_sur_accueil?'Oui':'Non');
$this->MyHelper->displayElement(__('Imprimante disponible'), h($configurationObj->hasPrinter)?"Oui":"Non");
$this->MyHelper->displayElement(__('Numéro format étiquette'), h($configurationObj->label_format_num));
$this->MyHelper->displayElement(__('Seuil (prix) Matériel administratif'), h($configurationObj->prix_inventaire_administratif));
$this->MyHelper->displayElement(__('Taille max documents (octets)'), substr($configurationObj->taille_max_doc / (1024 * 1024), 0, 4) . ' Mo');
$this->MyHelper->displayElement(__('Numero labo sans année'), $configurationObj->numero_labo_sans_annee?'Oui':'Non');
$this->MyHelper->displayElement(__('Champ date commande facultatif'), $configurationObj->date_commande_facultative?'Oui':'Non');
$this->MyHelper->displayElement(__('Label groupe thématique'), h($configurationObj->nom_groupe_thematique));
$this->MyHelper->displayElement(__('Label groupe métier'), h($configurationObj->nom_groupe_metier));
$this->MyHelper->displayElement(__('Module métrologie'), $configurationObj->metrologie?'Oui':'Non');
$this->MyHelper->echoSectionStop();
//$this->MyHelper->echoSectionStart("Emails", "emprunts");
$this->MyHelper->echoSectionStart("Emails");
/*
echo '