Merge branch '2.1.x' into devel
This commit is contained in:
commit
b0e93005e5
9 changed files with 152 additions and 73 deletions
|
@ -49,6 +49,7 @@ class Application_Form_AddUser extends Zend_Form
|
|||
$email->setLabel('Email:');
|
||||
$email->setAttrib('class', 'input_text');
|
||||
$email->addFilter('StringTrim');
|
||||
$email->setRequired(true);
|
||||
$email->addValidator('EmailAddress');
|
||||
$this->addElement($email);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue