From e1433505b3b14dded31307ded90df8b8b08e1f65 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Fri, 20 Nov 2015 15:43:29 +0100 Subject: [PATCH] monitoring: Update comment-list styles in acknowledgement.phtml --- .../show/components/acknowledgement.phtml | 23 ++++++++----------- 1 file changed, 10 insertions(+), 13 deletions(-) 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) ?>