More tweaks for password reset

This commit is contained in:
Albert Santoni 2015-08-07 14:22:01 -04:00
parent bd83eefefe
commit b5e5fcfc98
2 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@ class Application_Form_PasswordChange extends Zend_Form
));
$this->addElement('submit', 'submit', array(
'label' => _('Get new password'),
'label' => _('Save'),
'ignore' => true,
'class' => 'ui-button ui-widget ui-state-default ui-button-text-only center',
'decorators' => array(