CSS: Use form-errors instead of config-note in the login view script

refs #5543
This commit is contained in:
Eric Lippmann 2015-10-01 02:50:48 +02:00
parent 5fbb3893e2
commit 591ccd0378
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
</div>
<div class="form" data-base-target="layout">
<?php if ($requiresSetup): ?>
<p class="config-note"><?= sprintf(
<p class="form-errors"><?= sprintf(
$this->translate(
'It appears that you did not configure Icinga Web 2 yet so it\'s not possible to log in without any defined '
. 'authentication method. Please define a authentication method by following the instructions in the'