DirectorObjectForm: imports field should be larger

This commit is contained in:
Thomas Gelf 2015-08-02 15:10:26 +02:00
parent b9bd71cc13
commit 22aa1552a4

View File

@ -493,6 +493,7 @@ abstract class DirectorObjectForm extends QuickForm
'label' => $this->translate('Imports'), 'label' => $this->translate('Imports'),
'description' => $this->translate('Importable templates'), 'description' => $this->translate('Importable templates'),
'multiOptions' => $this->enumAllowedTemplates(), 'multiOptions' => $this->enumAllowedTemplates(),
'size' => 10,
'class' => 'autosubmit' 'class' => 'autosubmit'
)); ));