mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
Revert "components/downtime: Add the missing php script tag"
This reverts commit 95ea0e616dc418feda46cd4adb2022a94eaef8e3. refs #8845
This commit is contained in:
parent
95ea0e616d
commit
1652f1e1ae
@ -104,8 +104,8 @@ if (isset($delDowntimeForm)) {
|
||||
<h3>
|
||||
<span class="author"><?= $this->escape($downtime->author_name) ?></span>
|
||||
<span class="info">
|
||||
<?php printf($this->translate('Added %s.'), $this->timeAgo($downtime->entry_time)) ?>
|
||||
<?php if ($downtime->is_in_effect) {
|
||||
<? printf($this->translate('Added %s.'), $this->timeAgo($downtime->entry_time)) ?>
|
||||
<? if ($downtime->is_in_effect) {
|
||||
printf($this->translate('Expires %s.'), $this->timeUntil($downtime->end));
|
||||
} ?>
|
||||
</span>
|
||||
|
Loading…
x
Reference in New Issue
Block a user