Commit 0901a7c8 authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

Merge branch 'patch-1' into 'testing'

Update loginuserpass.php, moved error message beneath header graphic

See merge request !7
parents 9ce734eb 74c75ddb
Pipeline #640 passed with stage
in 2 seconds
......@@ -7,7 +7,16 @@ if (strlen($this->data['username']) > 0) {
$this->data['autofocus'] = 'username';
}
$this->includeAtTemplateBase('includes/header.php');
?>
<div>
<div class="container">
<div class="row">
<div class="col-md-12" style="margin-bottom: 40px;"><img class="mx-auto" src="/img/Anmelden.png" width="100%"></div>
</div>
</div>
<?php
if ($this->data['errorcode'] !== null) {
?>
<div style="border-left: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8; background: #f5f5f5">
......@@ -40,12 +49,6 @@ if ($this->data['errorcode'] !== null) {
<?php
}
?>
<div>
<div class="container">
<div class="row">
<div class="col-md-12" style="margin-bottom: 40px;"><img class="mx-auto" src="/img/Anmelden.png" width="100%"></div>
</div>
</div>
<div class="login-clean" style="background-color: rgb(234,234,234);">
<form method="post">
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment