Revert "components/downtime: Add the missing php script tag"
This reverts commit 95ea0e616d
.
refs #8845
This commit is contained in:
parent
95ea0e616d
commit
1652f1e1ae
|
@ -104,8 +104,8 @@ if (isset($delDowntimeForm)) {
|
||||||
<h3>
|
<h3>
|
||||||
<span class="author"><?= $this->escape($downtime->author_name) ?></span>
|
<span class="author"><?= $this->escape($downtime->author_name) ?></span>
|
||||||
<span class="info">
|
<span class="info">
|
||||||
<?php printf($this->translate('Added %s.'), $this->timeAgo($downtime->entry_time)) ?>
|
<? printf($this->translate('Added %s.'), $this->timeAgo($downtime->entry_time)) ?>
|
||||||
<?php if ($downtime->is_in_effect) {
|
<? if ($downtime->is_in_effect) {
|
||||||
printf($this->translate('Expires %s.'), $this->timeUntil($downtime->end));
|
printf($this->translate('Expires %s.'), $this->timeUntil($downtime->end));
|
||||||
} ?>
|
} ?>
|
||||||
</span>
|
</span>
|
||||||
|
|
Loading…
Reference in New Issue