parent
dc757e3b19
commit
1dcb3b3ad2
|
@ -70,10 +70,9 @@
|
||||||
?>
|
?>
|
||||||
<br>
|
<br>
|
||||||
<?= $comment->expiration ? sprintf(
|
<?= $comment->expiration ? sprintf(
|
||||||
$this->translate('This comment expires on %s at %s.'),
|
$this->translate('This comment expires %s.'),
|
||||||
date('d.m.y', $comment->expiration),
|
$this->timeUntil($comment->expiration)
|
||||||
date('H:i', $comment->expiration)
|
) : $this->translate('This comment does not expire.'); ?>
|
||||||
) : $this->translate('This comment does not expire.'); ?>
|
|
||||||
</td>
|
</td>
|
||||||
<?php if (isset($delCommentForm)): // Form is unset if the current user lacks the respective permission ?>
|
<?php if (isset($delCommentForm)): // Form is unset if the current user lacks the respective permission ?>
|
||||||
<td style="width: 2em" data-base-target="self">
|
<td style="width: 2em" data-base-target="self">
|
||||||
|
|
Loading…
Reference in New Issue