From: Zach Copley Date: Sat, 17 Sep 2011 22:45:55 +0000 (-0700) Subject: Move submit (connect) button to the very bottom X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2df2d4fd1d3dd32d6040e254e041316e986fefe6;p=quix0rs-gnu-social.git Move submit (connect) button to the very bottom --- diff --git a/plugins/TwitterBridge/twitterauthorization.php b/plugins/TwitterBridge/twitterauthorization.php index 7a07e4690b..baaf4a1af7 100644 --- a/plugins/TwitterBridge/twitterauthorization.php +++ b/plugins/TwitterBridge/twitterauthorization.php @@ -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'); }