|
4 | 4 | <td> |
5 | 5 | <table> |
6 | 6 | <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: 64px;" /></a> |
9 | 9 | </td> |
10 | | - <td style="padding: 10px 0 0 0;"> |
11 | | - <?php if ($success) { ?> |
12 | | - <table class="login-box"> |
13 | | - <tr> |
14 | | - <td style="padding: 12px 0 0 2px;"> |
15 | | - <?php print __('2FA Reset successfully.'); ?> |
16 | | - </td> |
17 | | - </tr> |
18 | | - </table> |
19 | | - <?php } else { ?> |
20 | | - <form method="post" action="/reset2fa/"> |
| 10 | + <td style="padding: 40px 60px 0 0;" class="animated fadeIn"> |
| 11 | + <?php if($success){?> |
21 | 12 | <table class="login-box"> |
22 | 13 | <tr> |
23 | 14 | <td style="padding: 12px 0 0 2px;"> |
24 | | - <?php print __('RESET_NOTICE');?> |
| 15 | + <?php print __('2FA Reset successfully.'); ?> |
25 | 16 | </td> |
26 | 17 | </tr> |
| 18 | + </table> |
| 19 | + <?php }else{ ?> |
| 20 | + <form method="post" action="/reset2fa/"> |
| 21 | + <table class="login-box"> |
| 22 | + <tr> |
| 23 | + <td style="padding: 12px 0 0 2px;" class="login-welcome"> |
| 24 | + <?php print __('Reset 2FA');?> |
| 25 | + </td> |
| 26 | + </tr> |
27 | 27 | <tr> |
28 | 28 | <td style="padding: 12px 0 0 2px;"> |
29 | 29 | <?php print __('Username');?> |
|
44 | 44 | <input tabindex="1" type="text" size="20px" style="width:240px" name="twofa" class="vst-input"> |
45 | 45 | </td> |
46 | 46 | </tr> |
| 47 | + <tr> |
| 48 | + <td style="padding: 12px 0 0 2px;"> |
| 49 | + <?php print __('RESET_NOTICE');?> |
| 50 | + </td> |
| 51 | + </tr> |
47 | 52 | <tr> |
48 | 53 | <td style="padding: 20px 0 12px 0;"> |
| 54 | + <input type="button" class="button cancel" value="<?php print __('Back');?>" onclick="location.href='/login/'"> |
49 | 55 | <input tabindex="2" type="submit" value="<?php print __('Submit');?>" class="button"> |
50 | | - <input type="button" class="button cancel" value="<?php print __('Back');?>" onclick="location.href='/login/'"> |
51 | 56 | </td> |
52 | 57 | </tr> |
53 | 58 | </table> |
|
59 | 64 | <td colspan=2> |
60 | 65 | <div class="login-bottom"> |
61 | 66 | <div style="height:20px"><?php if (isset($ERROR)) echo $ERROR ?></div> |
62 | | - <a class="hestiacp" href="https://www.hestiacp.com" >hestiacp.com</a> |
63 | 67 | </div> |
64 | 68 | </td> |
65 | 69 | </tr> |
|
0 commit comments