From a87dde9e0312bc25613c5291c8e2a68ca8026f22 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Thu, 24 Sep 2015 10:31:28 +0200 Subject: [PATCH] monitoring: Remove trailing semicolon from inline echo tags in the list/hosts view script refs #5543 --- .../views/scripts/list/hosts.phtml | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/modules/monitoring/application/views/scripts/list/hosts.phtml b/modules/monitoring/application/views/scripts/list/hosts.phtml index c6c0342fd..41bb059e2 100644 --- a/modules/monitoring/application/views/scripts/list/hosts.phtml +++ b/modules/monitoring/application/views/scripts/list/hosts.phtml @@ -5,17 +5,17 @@ $hosts->peekAhead($this->compact); if (! $this->compact): ?>
- tabs; ?> + tabs ?>
- render('list/components/selectioninfo.phtml'); ?> -

compact ? ' data-base-target="col1"' : ''; ?> - render('list/components/hostssummary.phtml'); ?> + render('list/components/selectioninfo.phtml') ?> +

compact ? ' data-base-target="col1"' : '' ?> + render('list/components/hostssummary.phtml') ?>

- sortBox; ?> - limiter; ?> - paginator; ?> - filterEditor; ?> + sortBox ?> + limiter ?> + paginator ?> + filterEditor ?>
@@ -37,7 +37,7 @@ if (! $this->compact): ?> - host_state, true); ?> + host_state, true) ?> host_state !== 99): ?>
timeSince($host->host_last_state_change, $this->compact) ?> @@ -60,7 +60,7 @@ if (! $this->compact): ?> 'title' => sprintf($this->translate('Show detailed information for host %s'), $host->host_display_name), 'class' => 'rowaction' ) - ); ?> + ) ?> host_name])): ?> (qlink( sprintf( @@ -97,7 +97,7 @@ if (! $this->compact): ?> hasResult()): ?> - translate('No hosts found matching the filter'); ?> + translate('No hosts found matching the filter') ?> hasMore()): ?> qlink( $this->translate('Show More'), @@ -107,6 +107,6 @@ if (! $this->compact): ?> 'data-base-target' => '_next', 'class' => 'pull-right show-more' ) - ); ?> + ) ?>