mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 14:54:24 +02:00
parent
7ad44b8411
commit
78f5bf4f3d
@ -17,13 +17,9 @@
|
|||||||
'</a>'
|
'</a>'
|
||||||
); ?></p>
|
); ?></p>
|
||||||
<?php elseif ($requiresExternalAuth): ?>
|
<?php elseif ($requiresExternalAuth): ?>
|
||||||
<p class="icon-info info-box"><?= sprintf(
|
<p class="info-box"><span class="icon-info"></span><?= $this->translate(
|
||||||
$this->translate(
|
|
||||||
'You\'re currently not authenticated using any of the web server\'s authentication mechanisms.'
|
'You\'re currently not authenticated using any of the web server\'s authentication mechanisms.'
|
||||||
. ' Make sure you\'ll configure such either by using the %s or by setting it up manually,'
|
. ' Make sure you\'ll configure such, otherwise you\'ll not be able to login.'
|
||||||
. ' otherwise you\'ll not be able to login.'
|
|
||||||
),
|
|
||||||
'<em title="icingacli help users">IcingaCLI</em>'
|
|
||||||
); ?></p>
|
); ?></p>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
<h1><?= $this->translate('Welcome to Icinga Web 2'); ?></h1>
|
<h1><?= $this->translate('Welcome to Icinga Web 2'); ?></h1>
|
||||||
|
@ -42,14 +42,10 @@ class AuthenticationPage extends Form
|
|||||||
'note',
|
'note',
|
||||||
'external_note',
|
'external_note',
|
||||||
array(
|
array(
|
||||||
'value' => sprintf(
|
'value' => $this->translate(
|
||||||
$this->translate(
|
|
||||||
'You\'re currently not authenticated using any of the web server\'s authentication '
|
'You\'re currently not authenticated using any of the web server\'s authentication '
|
||||||
. 'mechanisms. Make sure you\'ll configure such either by using the %s once the '
|
. 'mechanisms. Make sure you\'ll configure such, otherwise you\'ll not be able to '
|
||||||
. 'wizard is complete or by setting it up manually, otherwise you\'ll not be able '
|
. 'log into Icinga Web 2.'
|
||||||
. 'to log into Icinga Web 2.'
|
|
||||||
),
|
|
||||||
'<em title="icingacli help users">IcingaCLI</em>'
|
|
||||||
),
|
),
|
||||||
'decorators' => array(
|
'decorators' => array(
|
||||||
'ViewHelper',
|
'ViewHelper',
|
||||||
|
@ -129,8 +129,14 @@
|
|||||||
|
|
||||||
p.info-box {
|
p.info-box {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
|
height: 2.2em;
|
||||||
margin: 0 auto 2.5em;
|
margin: 0 auto 2.5em;
|
||||||
|
|
||||||
|
span.icon-info {
|
||||||
|
float: left;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
em {
|
em {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user