parent
c34812f59f
commit
f6efa85079
|
@ -95,14 +95,16 @@ if (! $this->compact): ?>
|
||||||
<?php if (! $hosts->hasResult()): ?>
|
<?php if (! $hosts->hasResult()): ?>
|
||||||
<?= $this->translate('No hosts found matching the filter') ?>
|
<?= $this->translate('No hosts found matching the filter') ?>
|
||||||
<?php elseif ($hosts->hasMore()): ?>
|
<?php elseif ($hosts->hasMore()): ?>
|
||||||
<?= $this->qlink(
|
<div class="text-right">
|
||||||
$this->translate('Show More'),
|
<?= $this->qlink(
|
||||||
$this->url()->without(array('view', 'limit')),
|
$this->translate('Show More'),
|
||||||
null,
|
$this->url()->without(array('view', 'limit')),
|
||||||
array(
|
null,
|
||||||
'data-base-target' => '_next',
|
array(
|
||||||
'class' => 'pull-right action-link'
|
'data-base-target' => '_next',
|
||||||
)
|
'class' => 'action-link'
|
||||||
) ?>
|
)
|
||||||
|
) ?>
|
||||||
|
</div>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue