0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-20 03:36:20 +02:00

make password-recover and password-change look a bit better - see #430 - thanks @NicoloLazzaroni

This commit is contained in:
David Goodwin 2021-01-21 20:43:50 +00:00
parent 7f8a3d4bde
commit 60bb833632
2 changed files with 23 additions and 0 deletions

View File

@ -1,3 +1,14 @@
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand" href='main.php'><img id="login_header_logo" src="{$CONF.theme_logo}"
alt="Logo"/></a>
{if $CONF.show_header_text==='YES' && $CONF.header_text}
<h2>{$CONF.header_text}</h2>
{/if}
</div>
</div>
</nav>
<div id="edit_form">
<form name="mailbox" method="post">
<table>

View File

@ -1,3 +1,15 @@
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand" href='main.php'><img id="login_header_logo" src="{$CONF.theme_logo}"
alt="Logo"/></a>
{if $CONF.show_header_text==='YES' && $CONF.header_text}
<h2>{$CONF.header_text}</h2>
{/if}
</div>
</div>
</nav>
<div id="edit_form">
<form name="frmPassword" method="post" action="">
<table>