align login button
This commit is contained in:
parent
40126166ea
commit
563a8fa03d
|
@ -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;"> </span>
|
<span class="form_label" style="width:100px;"> </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>
|
||||||
|
|
Loading…
Reference in New Issue