🐛 (login): some visual fixes
This commit is contained in:
parent
79ff2bc74d
commit
e1f77f2eac
1 changed files with 3 additions and 3 deletions
|
@ -11,13 +11,13 @@ echo Bootstrap::formInputHidden(array(
|
|||
|
||||
echo '
|
||||
<div class="form-group">
|
||||
<input type="text" dir="auto" value="' . (isset($_POST['username']) ? Sanitize::html($_POST['username']) : '') . '" class="form-control form-control-lg" id="jsusername" name="username" placeholder="' . $L->g('Username') . '" autofocus>
|
||||
<input type="text" dir="auto" value="' . (isset($_POST['username']) ? Sanitize::html($_POST['username']) : '') . '" class="form-control form-control-lg mb-2" id="jsusername" name="username" placeholder="' . $L->g('Username') . '" autofocus>
|
||||
</div>
|
||||
';
|
||||
|
||||
echo '
|
||||
<div class="form-group">
|
||||
<input type="password" class="form-control form-control-lg" id="jspassword" name="password" placeholder="' . $L->g('Password') . '">
|
||||
<input type="password" class="form-control form-control-lg mb-2" id="jspassword" name="password" placeholder="' . $L->g('Password') . '">
|
||||
</div>
|
||||
';
|
||||
|
||||
|
@ -34,4 +34,4 @@ echo '
|
|||
|
||||
echo '</form>';
|
||||
|
||||
echo '<p class="mt-3 text-right">' . $L->g('Powered by Koblog') . '</p>';
|
||||
echo '<p class="mt-3 text-end">' . $L->g('Powered by Koblog') . '</p>';
|
||||
|
|
Loading…
Reference in a new issue