+ $serviceStateName = Service::getStateText($service->service_state); ?> + |
= Service::getStateText($service->service_state, true) ?> service_state !== 99): ?> @@ -100,14 +99,16 @@ if (! $this->compact): ?> hasResult()): ?> = $this->translate('No services found matching the filter'); ?> hasMore()): ?> - = $this->qlink( - $this->translate('Show More'), - $this->url()->without(array('view', 'limit')), - null, - array( - 'data-base-target' => '_next', - 'class' => 'action-link pull-right' - ) - ) ?> +
+ = $this->qlink(
+ $this->translate('Show More'),
+ $this->url()->without(array('view', 'limit')),
+ null,
+ array(
+ 'data-base-target' => '_next',
+ 'class' => 'action-link'
+ )
+ ) ?>
+
|