Add coutry in the form
This commit is contained in:
parent
9ddbccfb98
commit
db850083af
@ -64,6 +64,13 @@ class Application_Form_Command extends Zend_Form
|
||||
'required' => true,
|
||||
)
|
||||
);
|
||||
$this->addElement('text', 'pays', array(
|
||||
'filters' => array('StringTrim'),
|
||||
'label' => 'Pays',
|
||||
'Description' => '',
|
||||
'required' => true,
|
||||
)
|
||||
);
|
||||
$this->addElement('text', 'tel', array(
|
||||
'filters' => array('StringTrim'),
|
||||
'label' => 'Téléphone',
|
||||
|
Loading…
Reference in New Issue
Block a user