Merge pull request #3123 from Icinga/feature/update-about-details
Update 'About' details with application name in version and corrected URLs
This commit is contained in:
commit
b4efc4e822
|
@ -5,7 +5,7 @@
|
||||||
<?= $this->img('img/icinga-logo-big-dark.png', null, array('width' => 320)) ?>
|
<?= $this->img('img/icinga-logo-big-dark.png', null, array('width' => 320)) ?>
|
||||||
<dl class="name-value-list">
|
<dl class="name-value-list">
|
||||||
<?php if (isset($version['appVersion'])): ?>
|
<?php if (isset($version['appVersion'])): ?>
|
||||||
<dt><?= $this->translate('Version') ?></dt>
|
<dt><?= $this->translate('Icinga Web 2 Version') ?></dt>
|
||||||
<dd><?= $this->escape($version['appVersion']) ?></dd>
|
<dd><?= $this->escape($version['appVersion']) ?></dd>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
<?php if (isset($version['gitCommitID'])): ?>
|
<?php if (isset($version['gitCommitID'])): ?>
|
||||||
|
@ -72,7 +72,7 @@
|
||||||
) ?>
|
) ?>
|
||||||
<?= $this->qlink(
|
<?= $this->qlink(
|
||||||
null,
|
null,
|
||||||
'https://www.icinga.com/services/support',
|
'https://www.icinga.com/support/',
|
||||||
null,
|
null,
|
||||||
array(
|
array(
|
||||||
'target' => '_blank',
|
'target' => '_blank',
|
||||||
|
@ -82,7 +82,7 @@
|
||||||
) ?>
|
) ?>
|
||||||
<?= $this->qlink(
|
<?= $this->qlink(
|
||||||
null,
|
null,
|
||||||
'https://www.icinga.com/community/get-involved/',
|
'https://www.icinga.com/about/get-involved/',
|
||||||
null,
|
null,
|
||||||
array(
|
array(
|
||||||
'target' => '_blank',
|
'target' => '_blank',
|
||||||
|
|
Loading…
Reference in New Issue