diff --git a/modules/monitoring/application/views/scripts/service/history.phtml b/modules/monitoring/application/views/scripts/service/history.phtml index ac443c370..98e9bb408 100644 --- a/modules/monitoring/application/views/scripts/service/history.phtml +++ b/modules/monitoring/application/views/scripts/service/history.phtml @@ -1,6 +1,19 @@ qlink( + $contact, + 'monitoring/show/contact', + array('contact_name' => $contact), + array('title' => sprintf($view->translate('Show detailed information about %s'), $contact)) + ); + } + return '[' . implode(', ', $links) . ']'; +} + $self = $this; if (! $this->compact): ?> @@ -15,29 +28,6 @@ if (! $this->compact): ?>
-translate('No history events found matching the filter') . '
'; - return; -} -?> - -qlink( - $contact, - 'monitoring/show/contact', - array('contact_name' => $contact), - array('title' => sprintf($view->translate('Show detailed information about %s'), $contact)) - ); - } - return '[' . implode(', ', $links) . ']'; -} -?> - @@ -134,7 +124,10 @@ $output = $this->tickets ? preg_replace_callback( - +
+hasResult()): ?> + translate('No history events found matching the filter'); ?> + \ No newline at end of file