From 9ef414c9ed0d5419b37623f23623e21cdff6dbf3 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Tue, 14 Apr 2015 09:20:43 +0200 Subject: [PATCH] Add separator when listing downtimes in the detail view fixes #9046 --- .../application/views/scripts/show/components/downtime.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/monitoring/application/views/scripts/show/components/downtime.phtml b/modules/monitoring/application/views/scripts/show/components/downtime.phtml index b30043bda..9eb4b6c18 100644 --- a/modules/monitoring/application/views/scripts/show/components/downtime.phtml +++ b/modules/monitoring/application/views/scripts/show/components/downtime.phtml @@ -65,7 +65,7 @@ foreach ($object->downtimes as $downtime) { $delDowntimeForm->populate(array('downtime_id' => $downtime->id)); echo $delDowntimeForm; } ?> - translate('Downtime'); ?>', $commentText); ?> + translate('Downtime'); ?> - ', $commentText); ?>