diff --git a/modules/monitoring/application/views/scripts/show/components/acknowledgement.phtml b/modules/monitoring/application/views/scripts/show/components/acknowledgement.phtml index a48aac86d..3fd254e14 100644 --- a/modules/monitoring/application/views/scripts/show/components/acknowledgement.phtml +++ b/modules/monitoring/application/views/scripts/show/components/acknowledgement.phtml @@ -16,9 +16,9 @@ $acknowledgement = $object->acknowledgement;
-
+
escape($acknowledgement->getAuthor()) ?> - + translate('acknowledged') ?> timeAgo($acknowledgement->getEntryTime()) ?> expires()): ?> @@ -28,6 +28,7 @@ $acknowledgement = $object->acknowledgement; $this->timeUntil($acknowledgement->getExpirationTime()) ) ?> + getSticky()): ?> icon('pin', sprintf( $this->translate( @@ -36,18 +37,14 @@ $acknowledgement = $object->acknowledgement; $object->getType(true) )) ?> - - - setAttrib('class', $removeAckForm->getAttrib('class') . ' remove-action'); - echo $removeAckForm; - ?> - - - + setAttrib('class', $removeAckForm->getAttrib('class') . ' remove-action'); + echo $removeAckForm; + } ?>
-
-

createTicketLinks($this->escape($acknowledgement->getComment())), false) ?>

+
+ createTicketLinks($this->escape($acknowledgement->getComment())), false) ?>