diff --git a/modules/monitoring/application/views/scripts/list/contacts.phtml b/modules/monitoring/application/views/scripts/list/contacts.phtml index 6775fb480..211f0c649 100644 --- a/modules/monitoring/application/views/scripts/list/contacts.phtml +++ b/modules/monitoring/application/views/scripts/list/contacts.phtml @@ -8,7 +8,7 @@
- + peekAhead($this->compact) as $contact): ?>
img('/static/gravatar', array('email' => $contact->contact_email)); ?> qlink( @@ -54,5 +54,15 @@ hasResult()): ?> translate('No contacts found matching the filter'); ?> + hasMore()): ?> + qlink( + $this->translate('Show More'), + $this->url()->without(array('view', 'limit')), + null, + array( + 'data-base-target' => '_next', + 'class' => 'pull-right' + ) + ); ?>