]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Fixes #2240 finished the login page handler - there was a previous commit that did...
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 13 Jan 2011 02:45:53 +0000 (02:45 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 13 Jan 2011 02:45:53 +0000 (02:45 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@7876 36083f99-b078-4883-b0ff-0f9b5a30f544

views/default/forms/login.php

index 87dd6d5ad28f16f0756b14a723fe6c2a28442c9c..d5da8d7966eb74c6232b09c2f518c665a0e73be1 100644 (file)
@@ -8,10 +8,10 @@
 ?>
 
 <p class='loginbox'>
-       <label><?php echo elgg_echo('loginusername'); ?></label>
+       <label><?php echo elgg_echo('loginusername'); ?></label><br />
        <?php echo elgg_view('input/text', array('internalname' => 'username', 'class' => 'login-textarea')); ?>
-       <label><?php echo elgg_echo('password'); ?></label>
-       <?php echo elgg_view('input/password', array('internalname' => 'password', 'class' => 'login-textarea')); ?>
+       <label><?php echo elgg_echo('password'); ?></label><br />
+       <?php echo elgg_view('input/password', array('internalname' => 'password', 'class' => 'login-textarea')); ?><br />
 
        <?php echo elgg_view('input/submit', array('value' => elgg_echo('login'))); ?>
 
@@ -20,7 +20,7 @@
                        <input type="checkbox" name="persistent" value="true" />
                        <?php echo elgg_echo('user:persistent'); ?>
                </label>
-       </span>
+       </span><br />
 
        <?php echo elgg_view('login/extend'); ?>