Update login.htm
This commit is contained in:
parent
3ffd58ce26
commit
3ddf6e4df5
|
|
@ -92,16 +92,12 @@
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<input type='submit' id='btn_login' class='btn' style='width: 100px; margin-top: 15px;' value='{$button_login}' />
|
<input type='submit' id='btn_login' class='btn' style='width: 100px; margin-top: 15px;' value='{$button_login}' /><br />
|
||||||
<!--
|
|
||||||
{if !empty($username)}
|
|
||||||
<br /><br />
|
|
||||||
<a class='login_link' href='{$project_path}/logout.php'>{$button_cancel}</a>
|
|
||||||
{/if}
|
|
||||||
-->
|
|
||||||
<br />
|
|
||||||
{if !empty($login_password_reset_enabled) && $login_password_reset_enabled}
|
{if !empty($login_password_reset_enabled) && $login_password_reset_enabled}
|
||||||
<a class='login_link' class='btn' href='{$project_path}/resources/login.php?action=request'>{$button_forgot_password}</a>
|
<a class='login_link' style='display: inline-block; margin-top: 15px;' href='{$project_path}/resources/login.php?action=request'>{$button_forgot_password}</a><br />
|
||||||
|
{/if}
|
||||||
|
{if !empty($username)}
|
||||||
|
<a class='login_link' style='display: inline-block; margin-top: 15px;' href='{$project_path}/logout.php'>{$button_cancel}</a>
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue