From d6283f14513f5dcf7912ca20a4cc2c189ec8f322 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Thu, 1 Oct 2015 16:43:11 +0200 Subject: [PATCH] Add css class "action-link" to all load-more links refs #5543 --- .../application/views/scripts/host/history.phtml | 8 ++++---- .../application/views/scripts/list/eventhistory.phtml | 8 ++++---- .../application/views/scripts/service/history.phtml | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/modules/monitoring/application/views/scripts/host/history.phtml b/modules/monitoring/application/views/scripts/host/history.phtml index 4f3ebbc5c..6b4093b98 100644 --- a/modules/monitoring/application/views/scripts/host/history.phtml +++ b/modules/monitoring/application/views/scripts/host/history.phtml @@ -32,7 +32,7 @@ if (! $this->compact): ?>

translate('This Host\'s Event History'); ?>

sortBox; ?> limiter; ?> - + translate('Scroll to the bottom of this page to load additional events'); ?> filterEditor; ?> @@ -151,7 +151,7 @@ if (! $this->compact): ?> hasResult()): ?> translate('No history events found matching the filter'); ?> hasMore()): ?> -
qlink( + qlink( $this->translate('Load More'), $url->setAnchor('page-' . ($page + 1)), array( @@ -159,8 +159,8 @@ if (! $this->compact): ?> ), array( 'id' => 'load-more', - 'class' => 'pull-right load-more button-like' + 'class' => 'pull-right action-link' ) - ); ?>
+ ); ?> diff --git a/modules/monitoring/application/views/scripts/list/eventhistory.phtml b/modules/monitoring/application/views/scripts/list/eventhistory.phtml index 31c43421b..b30b651ff 100644 --- a/modules/monitoring/application/views/scripts/list/eventhistory.phtml +++ b/modules/monitoring/application/views/scripts/list/eventhistory.phtml @@ -18,7 +18,7 @@ if (! $this->compact): ?> limiter ?>
- + translate('Scroll to the bottom of this page to load additional events'); ?>
@@ -124,7 +124,7 @@ if (! $this->compact): ?> ) ); ?> -
qlink( + qlink( $this->translate('Load More'), $url->setAnchor('page-' . ($page + 1)), array( @@ -132,9 +132,9 @@ if (! $this->compact): ?> ), array( 'id' => 'load-more', - 'class' => 'pull-right load-more button-like' + 'class' => 'pull-right action-link' ) - ); ?>
+ ); ?> diff --git a/modules/monitoring/application/views/scripts/service/history.phtml b/modules/monitoring/application/views/scripts/service/history.phtml index 12918ca2d..db4625c0a 100644 --- a/modules/monitoring/application/views/scripts/service/history.phtml +++ b/modules/monitoring/application/views/scripts/service/history.phtml @@ -31,7 +31,7 @@ if (! $this->compact): ?>

translate('This Service\'s Event History'); ?>

sortBox; ?> limiter; ?> - + translate('Scroll to the bottom of this page to load additional events'); ?> filterEditor; ?> @@ -135,7 +135,7 @@ if (! $this->compact): ?> hasResult()): ?> translate('No history events found matching the filter'); ?> hasMore()): ?> -
qlink( + qlink( $this->translate('Load More'), $url->setAnchor('page-' . ($page + 1)), array( @@ -143,8 +143,8 @@ if (! $this->compact): ?> ), array( 'id' => 'load-more', - 'class' => 'pull-right load-more button-like' + 'class' => 'pull-right action-link' ) - ); ?>
+ ); ?>