]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
buttons work right
authorEvan Prodromou <evan@prodromou.name>
Sat, 17 May 2008 17:09:20 +0000 (13:09 -0400)
committerEvan Prodromou <evan@prodromou.name>
Sat, 17 May 2008 17:09:20 +0000 (13:09 -0400)
darcs-hash:20080517170920-84dde-150c051a92f5af4189e55539d71c37b4f20e369d.gz

actions/register.php

index af5a8ca2ddacd86a539fb46031f47aebb78332a9..908ae80cdeafb047c872ea091eb5818a05cec470 100644 (file)
@@ -124,12 +124,12 @@ class RegisterAction extends Action {
                                                                          'id' => 'email'));
                common_element('input', array('name' => 'submit',
                                                                          'type' => 'submit',
-                                                                         'id' => 'submit'),
-                                          _t('Login'));
+                                                                         'id' => 'submit',
+                                                                         'value' => _t('Login')));
                common_element('input', array('name' => 'cancel',
                                                                          'type' => 'button',
-                                                                         'id' => 'cancel'),
-                                          _t('Cancel'));
+                                                                         'id' => 'cancel',
+                                                                         'value' => _t('Cancel')));
                common_element_end('form');
        }
 }