summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-05-19 09:21:18 -0400
committerEvan Prodromou <evan@prodromou.name>2008-05-19 09:21:18 -0400
commit18a363ba5a390b3b9d050748b492561737e26b52 (patch)
treec77ad26866002675ff78eefb4545a099ee23688b /actions
parentcb32dad17b1da425bc315b075db2d85ba0808e36 (diff)
fix form in password
darcs-hash:20080519132118-84dde-abb2cf71cc9f7f319c8a2a556bdb591f40221a5c.gz
Diffstat (limited to 'actions')
-rw-r--r--actions/password.php9
1 files changed, 3 insertions, 6 deletions
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() {