align login button

This commit is contained in:
Martijn Voncken 2008-07-12 10:32:02 +00:00
parent 40126166ea
commit 563a8fa03d
1 changed files with 7 additions and 4 deletions

View File

@ -9,15 +9,18 @@ $if error > 0:
<form method="POST" id="loginform" action='$base/login'> <form method="POST" id="loginform" action='$base/login'>
<input type="hidden" name="redir" value="$get('redir')"> <input type="hidden" name="redir" value="$get('redir')">
<div id="loginpanel"> <div id="loginpanel">
<div class="form_row"> <table><tr>
<td>
<span class="form_label" style="width:100px;">$_('Password')</span> <span class="form_label" style="width:100px;">$_('Password')</span>
</td><td>
<input type="password" name="pwd" id="pwd" class="form_input"> <input type="password" name="pwd" id="pwd" class="form_input">
</div> </td></tr>
<div class="form_row"> <tr><td>
<span class="form_label" style="width:100px;"> &nbsp;</span> <span class="form_label" style="width:100px;"> &nbsp;</span>
</td><td>
<input type="submit" name="submit" <input type="submit" name="submit"
id="submit" value="Submit" class="form_input"> id="submit" value="Submit" class="form_input">
</div> </td></tr>
</div> </div>
</form> </form>
</div> </div>