]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
fix form in password
authorEvan Prodromou <evan@prodromou.name>
Mon, 19 May 2008 13:21:18 +0000 (09:21 -0400)
committerEvan Prodromou <evan@prodromou.name>
Mon, 19 May 2008 13:21:18 +0000 (09:21 -0400)
darcs-hash:20080519132118-84dde-abb2cf71cc9f7f319c8a2a556bdb591f40221a5c.gz

actions/password.php

index 63b99c6239aaf08705b3794972adaa0f76575bf1..4174b6d013c3a6968ef4a2718c7840a304215ff8 100644 (file)
@@ -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() {