_getData('passwordTitle'); $this->getElement('password')->setDescription('Leave blank to keep current password unchanged' . ' (current password: ' . $this->_getData('passwordTitle') . ')'); $this->getElement('confirmPassword')->setDescription('Leave blank to keep current password unchanged'. ' (current password: ' . $this->_getData('passwordTitle') . ')'); $this->addElement('checkbox', 'enabled', array('label' => 'Enabled on user end', 'decoration' => 'simple')); return $this; } }