Skip to content
Snippets Groups Projects
Commit 4405647f authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

Merge branch...

Merge branch 'hotline#59906_probleme_de_coherence_affichage_parametrage_boite_recherche' into 'hotline-master'

hotline #59906 improve search widget settings form

See merge request !2315
parents 154d06c3 7285df62
Branches
Tags
3 merge requests!2334Master,!2326Hotline master,!2315hotline #59906 improve search widget settings form
Pipeline #2380 passed with stage
in 22 minutes and 28 seconds
- ticket #59906 : Administration : amélioration du formulaire de configuration de la boite de recherche.
\ No newline at end of file
......@@ -94,7 +94,7 @@ class ZendAfi_Form_Configuration_Widget_Search
->addElement('domainSelect',
'domain_ids',
['label' => $this->_('Domaines sélectionnables'),
['label' => $this->_('Proposer la sélection de domaines'),
'url' => Class_Url::assemble(['module' => 'opac',
'controller' => 'abonne',
'action' => 'viewable-domains-json'])])
......@@ -111,21 +111,22 @@ class ZendAfi_Form_Configuration_Widget_Search
public function populate($datas) {
$this
->addToSelectionGroup(['type_doc',
'tri'])
'tri',
'select_bib',
'select_annexe',
'select_doc',
'domain_ids',
'domain_select_style'])
->addToDisplaySettingsGroup(['search_button',
'message',
'placeholder',
'exemple',
'recherche_avancee',
'select_bib',
'select_annexe',
'select_doc',
'domain_ids']);
'recherche_avancee']);
parent::populate($datas);
return $this
->addToStyleGroup(['largeur',
'domain_select_style'])
->addToStyleGroup(['largeur'])
->addToHeadGroup(['profil_redirect']);
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment