diff --git a/library/ZendAfi/Form/Admin/Library.php b/library/ZendAfi/Form/Admin/Library.php index d7a6b19108c79399fbbfbce9244546378c0a9318..4be9922f4de3e038d202ff004fe08d03562de8f1 100644 --- a/library/ZendAfi/Form/Admin/Library.php +++ b/library/ZendAfi/Form/Admin/Library.php @@ -147,7 +147,8 @@ class ZendAfi_Form_Admin_Library extends ZendAfi_Form { 'annexe', 'horaire'], 'informations', - ['legend' => $this->_('Informations')]) + ['legend' => $this->_('Informations'), + 'order' => 3]) ->addElement('select', 'visibilite', ['label' => $this->_('Statut de la bib'), 'multiOptions' => (new Class_Bib())->getAllStatus(), @@ -191,6 +192,10 @@ class ZendAfi_Form_Admin_Library extends ZendAfi_Form { return $this; } + protected function getCustomDisplayGroup() { + return $this->getDisplayGroup('informations'); + + } protected function displayRedmine() { if (!Class_AdminVar::isRedmineEnabled())