parent
ea5db51213
commit
95ea0e616d
|
@ -104,8 +104,8 @@ if (isset($delDowntimeForm)) {
|
|||
<h3>
|
||||
<span class="author"><?= $this->escape($downtime->author_name) ?></span>
|
||||
<span class="info">
|
||||
<? printf($this->translate('Added %s.'), $this->timeAgo($downtime->entry_time)) ?>
|
||||
<? if ($downtime->is_in_effect) {
|
||||
<?php printf($this->translate('Added %s.'), $this->timeAgo($downtime->entry_time)) ?>
|
||||
<?php if ($downtime->is_in_effect) {
|
||||
printf($this->translate('Expires %s.'), $this->timeUntil($downtime->end));
|
||||
} ?>
|
||||
</span>
|
||||
|
|
Loading…
Reference in New Issue