From db850083af83853148371e7e13f0955f3a5d9fda Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Fri, 15 Nov 2013 13:26:54 +0000 Subject: [PATCH] Add coutry in the form --- library/Application/Form/Command.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/library/Application/Form/Command.php b/library/Application/Form/Command.php index 2292ff3..7338e3a 100644 --- a/library/Application/Form/Command.php +++ b/library/Application/Form/Command.php @@ -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',