]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Move submit (connect) button to the very bottom
authorZach Copley <zach@status.net>
Sat, 17 Sep 2011 22:45:55 +0000 (15:45 -0700)
committerZach Copley <zach@status.net>
Sat, 17 Sep 2011 22:45:55 +0000 (15:45 -0700)
plugins/TwitterBridge/twitterauthorization.php

index 7a07e4690b94e53451389d70bea4b76318c69b1e..baaf4a1af7fc7b6c36b7752d422e6258908a5d7d 100644 (file)
@@ -420,8 +420,6 @@ class TwitterauthorizationAction extends Action
         $this->password('password', _m('Password'));
         $this->elementEnd('li');
         $this->elementEnd('ul');
-        // TRANS: Button text for connecting an existing StatusNet account in the Twitter connect page..
-        $this->submit('connect', _m('BUTTON','Connect'));
         $this->elementEnd('fieldset');
 
         $this->elementStart('fieldset');
@@ -451,7 +449,8 @@ class TwitterauthorizationAction extends Action
         $this->elementEnd('li');
         $this->elementEnd('ul');
         $this->elementEnd('fieldset');
-
+        // TRANS: Button text for connecting an existing StatusNet account in the Twitter connect page..
+        $this->submit('connect', _m('BUTTON','Connect'));
         $this->elementEnd('fieldset');
         $this->elementEnd('form');
     }