|
@@ -8,7 +8,7 @@
|
|
|
<a href="/"><img border=0 src="/images/logo.png" width="124px" height="46px" alt="Vesta Control Panel" /></a>
|
|
<a href="/"><img border=0 src="/images/logo.png" width="124px" height="46px" alt="Vesta Control Panel" /></a>
|
|
|
</td>
|
|
</td>
|
|
|
<td style="padding: 10px 0 0 0;">
|
|
<td style="padding: 10px 0 0 0;">
|
|
|
- <form method="post" action="/reset/" >
|
|
|
|
|
|
|
+ <form method="post" action="/reset/">
|
|
|
<table class="login-box">
|
|
<table class="login-box">
|
|
|
<tr>
|
|
<tr>
|
|
|
<td style="padding: 12px 0 0 2px;">
|
|
<td style="padding: 12px 0 0 2px;">
|
|
@@ -28,6 +28,7 @@
|
|
|
<tr>
|
|
<tr>
|
|
|
<td style="padding: 20px 0 12px 0;">
|
|
<td style="padding: 20px 0 12px 0;">
|
|
|
<input tabindex="2" type="submit" value="<?php print __('Submit');?>" class="button">
|
|
<input tabindex="2" type="submit" value="<?php print __('Submit');?>" class="button">
|
|
|
|
|
+ <input type="button" class="button" value="<?php print __('Back');?>" onclick="location.href='/login/'">
|
|
|
</td>
|
|
</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
</table>
|
|
</table>
|
|
@@ -36,10 +37,10 @@
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
<td colspan=2>
|
|
<td colspan=2>
|
|
|
- <table class="login-bottom">
|
|
|
|
|
- <tr><td>.<?php if (isset($ERROR)) echo $ERROR ?></td></tr>
|
|
|
|
|
- <tr><td><a tabindex="6" class="vestacp" href="http://vestacp.com" >vestacp.com</a></td></tr>
|
|
|
|
|
- </table>
|
|
|
|
|
|
|
+ <div class="login-bottom">
|
|
|
|
|
+ <div style="height:20px"><?php if (isset($ERROR)) echo $ERROR ?></div>
|
|
|
|
|
+ <a class="vestacp" href="http://vestacp.com" >vestacp.com</a>
|
|
|
|
|
+ </div>
|
|
|
</td>
|
|
</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
</table>
|
|
</table>
|