Issue #0001805: Formes - changer "Raison Sociale" par "Dénomination Sociale"
This commit is contained in:
parent
f638262c43
commit
798c69466d
@ -33,7 +33,7 @@ class Application_Form_RechercheEnquete extends Zend_Form
|
||||
'filters' => array('StringTrim'),
|
||||
'validators' => array('NotEmpty'),
|
||||
'required' => true,
|
||||
'label' => 'Raison Sociale, Enseigne, Sigle ou Nom & Prénom',
|
||||
'label' => 'Dénomination Sociale, Enseigne, Sigle ou Nom & Prénom',
|
||||
'decorators' => $this->elementDecorators,
|
||||
'attribs' => array(
|
||||
'size' => 30,
|
||||
|
@ -57,7 +57,7 @@ class Application_Form_RechercheEntreprise extends Zend_Form
|
||||
//raisonSocial
|
||||
$this->addElement('text', 'raisonSociale', array(
|
||||
'filters' => array('StringTrim'),
|
||||
'label' => 'RAISON SOCIALE / ENSEIGNE / SIGLE ',
|
||||
'label' => 'DÉNOMINATION SOCIALE / ENSEIGNE / SIGLE ',
|
||||
'required' => 'true',
|
||||
'decorators' => $this->elementDecorators,
|
||||
'attribs' => array(
|
||||
|
Loading…
Reference in New Issue
Block a user