Skip to content
Snippets Groups Projects
Commit a4ddcb3d authored by Alex Arnaud's avatar Alex Arnaud Committed by Julian Maurice
Browse files

dev#14944 - Rename 'Visible' checkbox to 'Index album in catalog' in album form

parent 58dd23a4
Branches
Tags
2 merge requests!780Master,!703Dev#14944 record to album link indexing
......@@ -155,7 +155,8 @@ class ZendAfi_Form_Album extends ZendAfi_Form {
'multiOptions' => ['' => $this->_('Choisissez une catégorie')]
+ Class_AlbumCategorie::getAllLibelles()])
->addElement('checkbox', 'visible', ['label' => $this->_('Visible')])
->addElement('checkbox', 'visible', ['label' => $this->_("Indexer l'album dans le catalogue ?")])
->addElement('ckeditor', 'description')
......
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