summaryrefslogtreecommitdiff
path: root/login.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-08-19 08:14:46 +0100
committerAndrew Dolgov <[email protected]>2006-08-19 08:14:46 +0100
commit104ddfe0556d78920a9acbbeb56af701e4e9a64b (patch)
tree37061d69266cbc667912fe4efe4af90ecc3cf073 /login.php
parent1d3a17c71ed490c5e0f2f0f9558f5865c3b30e54 (diff)
more login tweaks
Diffstat (limited to 'login.php')
-rw-r--r--login.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/login.php b/login.php
index 9cfd58b13..6dcaf6ec3 100644
--- a/login.php
+++ b/login.php
@@ -118,14 +118,14 @@ window.onload = init;
<?php } ?>
<table>
<tr><td align="right">Login:</td>
- <td><input name="login"></td></tr>
+ <td align="right"><input name="login"></td></tr>
<tr><td align="right">Password:</td>
- <td><input type="password" name="password"></td></tr>
+ <td align="right"><input type="password" name="password"></td></tr>
<tr><td colspan="2">
<input type="checkbox" name="remember_me" id="remember_me">
<label for="remember_me">Remember me on this computer</label>
</td></tr>
- <tr><td colspan="2" align="right">
+ <tr><td colspan="2" align="right" class="innerLoginCell">
<input type="submit" class="button" value="Login">
<input type="hidden" name="action" value="login">
<input type="hidden" name="rt" value="<?php echo $_GET['rt'] ?>">