Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
m4lab_tv1
customization simpleSAMLphp
Commits
74c75ddb
Commit
74c75ddb
authored
Apr 22, 2020
by
Wolfgang Knopki
Browse files
Update loginuserpass.php, moved error message beneath header graphic
parent
9ce734eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
mymodule/themes/fancytheme/core/loginuserpass.php
View file @
74c75ddb
...
...
@@ -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,13 +49,7 @@ 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"
>
<h2
class=
"sr-only"
>
Login Form
</h2>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment