formHidden('id', $values) ?> formCsrf() ?>
formLabel(t('Current password for the user "%s"', $this->getFullname()), 'current_password') ?> formPassword('current_password', $values, $errors) ?>
formLabel(t('New password for the user "%s"', $this->getFullname($user)), 'password') ?> formPassword('password', $values, $errors) ?>
formLabel(t('Confirmation'), 'confirmation') ?> formPassword('confirmation', $values, $errors) ?>
a(t('cancel'), 'user', 'show', array('user_id' => $user['id'])) ?>