Skip to content
Snippets Groups Projects
Commit 4a297701 authored by Michaela Brückner's avatar Michaela Brückner :unicorn:
Browse files

closes #3612

Closes #3612

Merge request studip/studip!2503
parent 9a50a902
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,7 @@ $show_hidden_login = false;
<div id="background-mobile" style="background: url(<?= $bg_mobile ?>) no-repeat top left/cover;"></div>
<div id="login_flex">
<div>
<? if ($loginerror): ?>
<!-- failed login code -->
<?= MessageBox::error(_('Bei der Anmeldung trat ein Fehler auf!'), [
......@@ -42,7 +43,6 @@ $show_hidden_login = false;
<? endif ?>
<?= implode('', PageLayout::getMessages()); ?>
<div id="loginbox">
<header>
<h1><?= htmlReady(Config::get()->UNI_NAME_CLEAN) ?></h1>
......@@ -121,6 +121,8 @@ $show_hidden_login = false;
</footer>
</div>
</div>
<? if (Config::get()->LOGIN_FAQ_VISIBILITY && count($faq_entries) > 0) : ?>
<div id="faq_box">
<header><h1><?= htmlReady(Config::get()->LOGIN_FAQ_TITLE) ?></h1></header>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment