@@ -1,12 +1,14 @@
|
||||
<div class="page-header">
|
||||
<div class="form-login">
|
||||
|
||||
<div class="page-header">
|
||||
<h1><?= t('Sign in') ?></h1>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php if (isset($errors['login'])): ?>
|
||||
<?php if (isset($errors['login'])): ?>
|
||||
<p class="alert alert-error"><?= Helper\escape($errors['login']) ?></p>
|
||||
<?php endif ?>
|
||||
<?php endif ?>
|
||||
|
||||
<form method="post" action="?controller=user&action=check" class="form-login">
|
||||
<form method="post" action="?controller=user&action=check">
|
||||
|
||||
<?= Helper\form_csrf() ?>
|
||||
|
||||
@@ -35,4 +37,6 @@
|
||||
<div class="form-actions">
|
||||
<input type="submit" value="<?= t('Sign in') ?>" class="btn btn-blue"/>
|
||||
</div>
|
||||
</form>
|
||||
</form>
|
||||
|
||||
</div>
|
||||
@@ -254,8 +254,9 @@ input.form-date {
|
||||
}
|
||||
|
||||
.form-login {
|
||||
padding-left: 20px;
|
||||
width: 430px;
|
||||
width: 470px;
|
||||
padding: 10px;
|
||||
margin: 3% auto 20% auto;
|
||||
}
|
||||
|
||||
.form-column li,
|
||||
|
||||
Reference in New Issue
Block a user