From 18a363ba5a390b3b9d050748b492561737e26b52 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Mon, 19 May 2008 09:21:18 -0400 Subject: fix form in password darcs-hash:20080519132118-84dde-abb2cf71cc9f7f319c8a2a556bdb591f40221a5c.gz --- actions/password.php | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'actions') diff --git a/actions/password.php b/actions/password.php index 63b99c623..4174b6d01 100644 --- a/actions/password.php +++ b/actions/password.php @@ -36,13 +36,10 @@ class PasswordAction extends SettingsAction { common_password('confirm', _t('Confirm')); common_element('input', array('name' => 'submit', 'type' => 'submit', - 'id' => 'submit'), - _t('Login')); - common_element('input', array('name' => 'cancel', - 'type' => 'button', - 'id' => 'cancel'), - _t('Cancel')); + 'id' => 'submit', + 'value' => _t('Change'))); common_element_end('form'); + common_show_footer(); } function handle_post() { -- cgit v1.2.3-54-g00ecf