Some corrections
This commit is contained in:
parent
63b467754a
commit
04cf40b6af
|
@ -5,7 +5,7 @@
|
||||||
<img id="img_404" src="<?= base_url('img/404.svg') ?>" />
|
<img id="img_404" src="<?= base_url('img/404.svg') ?>" />
|
||||||
|
|
||||||
<p id="text_404">
|
<p id="text_404">
|
||||||
<?php if (! empty($message) && $message !== '(null)') : ?>
|
<?php if (!empty($message) && $message !== '(null)') : ?>
|
||||||
<?= nl2br(esc($message)) ?>
|
<?= nl2br(esc($message)) ?>
|
||||||
<?php else : ?>
|
<?php else : ?>
|
||||||
Sorry! Cannot seem to find the page you were looking for.
|
Sorry! Cannot seem to find the page you were looking for.
|
||||||
|
|
|
@ -8,6 +8,6 @@
|
||||||
<button type="submit">Login</button>
|
<button type="submit">Login</button>
|
||||||
</form>
|
</form>
|
||||||
<div id="login-error" class="error">
|
<div id="login-error" class="error">
|
||||||
Usuario y/o contraseña incorrecto.
|
User and/or passwd incorrect.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
Loading…
Reference in New Issue