Skip to content

Commit 5a5e235

Browse files
author
Kristan Kenney
committed
Update password reset dialogs
1 parent 245328c commit 5a5e235

File tree

3 files changed

+24
-12
lines changed

3 files changed

+24
-12
lines changed

web/templates/reset_1.html

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,17 @@
44
<td>
55
<table>
66
<tr>
7-
<td style="padding: 0 10px 0 42px; height: 280px; width: 170px;">
8-
<a href="/"><img border=0 src="/images/logo.png" width="124px" height="46px" alt="Hestia Control Panel" /></a>
7+
<td style="padding: 22px 30px 0 42px; height: 280px; width: 170px;">
8+
<a href="/"><img border=0 src="/images/logo.png" alt="Hestia Control Panel" style="margin: 20px; margin-top: 40px;" /></a>
99
</td>
10-
<td style="padding: 10px 0 0 0;">
10+
<td style="padding: 40px 60px 0 0;">
1111
<form method="post" action="/reset/">
1212
<table class="login-box">
13+
<tr>
14+
<td syle="padding: 12px 0 0 2px;" class="login-welcome">
15+
<?php print __('Forgot Password');?>
16+
</td>
17+
</tr>
1318
<tr>
1419
<td style="padding: 12px 0 0 2px;">
1520
<?php print __('RESET_NOTICE');?>
@@ -39,7 +44,6 @@
3944
<td colspan=2>
4045
<div class="login-bottom">
4146
<div style="height:20px"><?php if (isset($ERROR)) echo $ERROR ?></div>
42-
<a class="hestiacp" href="https://www.hestiacp.com" >hestiacp.com</a>
4347
</div>
4448
</td>
4549
</tr>

web/templates/reset_2.html

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,17 @@
44
<td>
55
<table>
66
<tr>
7-
<td style="padding: 0 10px 0 42px; height: 280px; width: 170px;">
8-
<a href="/"><img border=0 src="/images/logo.png" width="124px" height="46px" alt="Hestia Control Panel" /></a>
7+
<td style="padding: 22px 30px 0 42px; height: 280px; width: 170px;">
8+
<a href="/"><img border=0 src="/images/logo.png" alt="Hestia Control Panel" style="margin: 20px; margin-top: 40px;" /></a>
99
</td>
10-
<td style="padding: 30px 0 0 0;">
10+
<td style="padding: 40px 60px 0 0;">
1111
<form method="get" action="/reset/" >
1212
<table class="login-box">
13+
<tr>
14+
<td syle="padding: 12px 0 0 2px;" class="login-welcome">
15+
<?php print __('Forgot Password');?>
16+
</td>
17+
</tr>
1318
<tr>
1419
<td style="padding: 12px 0 0 2px;">
1520
<?php print __('RESET_CODE_SENT');?>
@@ -39,7 +44,6 @@
3944
<td colspan=2>
4045
<div class="login-bottom">
4146
<div style="height:20px"><?php if (isset($ERROR)) echo $ERROR ?></div>
42-
<a class="hestiacp" href="https://www.hestiacp.com" >hestiacp.com</a>
4347
</div>
4448
</td>
4549
</tr>

web/templates/reset_3.html

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,17 @@
44
<td>
55
<table>
66
<tr>
7-
<td style="padding: 0 10px 0 42px; height: 280px; width: 170px;">
8-
<a href="/"><img border=0 src="/images/logo.png" width="124px" height="46px" alt="Hestia Control Panel" /></a>
7+
<td style="padding: 22px 30px 0 42px; height: 280px; width: 170px;">
8+
<a href="/"><img border=0 src="/images/logo.png" alt="Hestia Control Panel" style="margin: 20px; margin-top: 40px;" /></a>
99
</td>
10-
<td style="padding: 10px 0 0 0;">
10+
<td style="padding: 40px 60px 0 0;">
1111
<form method="post">
1212
<table class="login-box">
13+
<tr>
14+
<td syle="padding: 12px 0 0 2px;" class="login-welcome">
15+
<?php print __('Forgot Password');?>
16+
</td>
17+
</tr>
1318
<tr>
1419
<td style="padding: 12px 0 0 2px;">
1520
<input type="hidden" name="action" value="confirm" >
@@ -47,7 +52,6 @@
4752
<td colspan=2>
4853
<div class="login-bottom">
4954
<div style="height:20px"><?php if (isset($ERROR)) echo $ERROR ?></div>
50-
<a class="hestiacp" href="https://www.hestiacp.com" >hestiacp.com</a>
5155
</div>
5256
</td>
5357
</tr>

0 commit comments

Comments
 (0)