]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Fixes #3882 Remember me needed to be floated before the button was added
authorCash Costello <cash.costello@gmail.com>
Fri, 4 Nov 2011 01:05:15 +0000 (21:05 -0400)
committerCash Costello <cash.costello@gmail.com>
Fri, 4 Nov 2011 01:05:15 +0000 (21:05 -0400)
views/default/forms/login.php

index 07f084660c95a6e0ed049a38225d18efb5db681c..7669e4f8fc0c35c154bf74525855f3c58a62f2e3 100644 (file)
 <?php echo elgg_view('login/extend'); ?>
 
 <div class="elgg-foot">
-       <?php echo elgg_view('input/submit', array('value' => elgg_echo('login'))); ?>
-
-       <label class="right mtm">
+       <label class="mtm float-alt">
                <input type="checkbox" name="persistent" value="true" />
                <?php echo elgg_echo('user:persistent'); ?>
        </label>
        
+       <?php echo elgg_view('input/submit', array('value' => elgg_echo('login'))); ?>
+       
        <?php 
        if ($vars['returntoreferer']) { 
                echo elgg_view('input/hidden', array('name' => 'returntoreferer', 'value' => 'true'));