Skip to content
Snippets Groups Projects
Commit 36cf69da authored by Meusburger's avatar Meusburger
Browse files

Merge branch...

Merge branch 'dev#32571_probleme_d_affichage_dans_l_ajout_d_album_dans_une_collection' into 'master'

Dev#32571 probleme d affichage dans l ajout d album dans une collection

See merge request !1244
parents 28b274c6 3bc304a6
1 merge request!1267Master
- ticket #32571 : Problème d'affichage dans l'ajout d'album dans une collection
\ No newline at end of file
......@@ -147,6 +147,7 @@ class ZendAfi_Form_Album extends ZendAfi_Form {
'style' => 'width:440px;'])
->addElement('select', 'cat_id', ['label' => $this->_('Catégorie'),
'style' => 'max-width:445px;',
'multiOptions' => ['' => $this->_('Choisissez une catégorie')]
+ Class_AlbumCategorie::getAllLibelles()])
......
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