comment->objecttype === 'service'): ?>
- = $this->translate('Service') ?> |
+ = $this->translate('Service') ?> |
= $this->icon('service', $this->translate('Service')); ?>
= $this->link()->service(
@@ -26,7 +26,7 @@
?>
|
- = $this->translate('Host') ?> |
+ = $this->translate('Host') ?> |
= $this->icon('host', $this->translate('Host')); ?>
= $this->link()->host(
@@ -34,7 +34,7 @@
$this->comment->host_display_name
);
?>
- |
+
@@ -42,29 +42,29 @@
= $this->translate('Author') ?> |
= $this->icon('user', $this->translate('User')) ?> = $this->escape($this->comment->author) ?> |
-
+
= $this->translate('Persistent') ?> |
= $this->escape($this->comment->persistent) ? $this->translate('Yes') : $this->translate('No') ?> |
-
+
= $this->translate('Created') ?> |
- = date('d.m.y H:i' ,$this->escape($this->comment->timestamp)) ?> |
+ = $this->formatDateTime($this->comment->timestamp) ?> |
-
+
= $this->translate('Expires') ?> |
= $this->comment->expiration ? sprintf(
$this->translate('This comment expires on %s at %s.'),
- date('d.m.y', $this->comment->expiration),
- date('H:i', $this->comment->expiration)
+ $this->formatDate($this->comment->expiration),
+ $this->formatTime($this->comment->expiration)
) : $this->translate('This comment does not expire.');
?>
|
-
+
= $this->translate('Commands') ?> |
@@ -73,7 +73,7 @@
-
+