parent
bc91c38a85
commit
15ac59268c
|
@ -93,7 +93,7 @@
|
|||
null,
|
||||
array(
|
||||
'data-base-target' => '_next',
|
||||
'class' => 'pull-right'
|
||||
'class' => 'pull-right show-more'
|
||||
)
|
||||
); ?>
|
||||
<?php endif ?>
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
null,
|
||||
array(
|
||||
'data-base-target' => '_next',
|
||||
'class' => 'pull-right'
|
||||
'class' => 'pull-right show-more'
|
||||
)
|
||||
); ?>
|
||||
<?php endif ?>
|
||||
|
|
|
@ -146,7 +146,7 @@ if (! $this->compact): ?>
|
|||
null,
|
||||
array(
|
||||
'data-base-target' => '_next',
|
||||
'class' => 'pull-right'
|
||||
'class' => 'pull-right show-more'
|
||||
)
|
||||
); ?>
|
||||
<?php endif ?>
|
||||
|
|
|
@ -101,7 +101,7 @@ if (! $this->compact): ?>
|
|||
null,
|
||||
array(
|
||||
'data-base-target' => '_next',
|
||||
'class' => 'pull-right'
|
||||
'class' => 'pull-right show-more'
|
||||
)
|
||||
); ?>
|
||||
<?php endif ?>
|
||||
|
|
|
@ -475,7 +475,7 @@ if ($h->hosts_down_unhandled) {
|
|||
null,
|
||||
array(
|
||||
'data-base-target' => '_next',
|
||||
'class' => 'pull-right'
|
||||
'class' => 'pull-right show-more'
|
||||
)
|
||||
); ?>
|
||||
<?php endif ?>
|
||||
|
|
|
@ -102,7 +102,7 @@ if (! $this->compact): ?>
|
|||
null,
|
||||
array(
|
||||
'data-base-target' => '_next',
|
||||
'class' => 'pull-right'
|
||||
'class' => 'pull-right show-more'
|
||||
)
|
||||
); ?>
|
||||
<?php endif ?>
|
||||
|
|
|
@ -75,7 +75,7 @@ if (! $this->compact): ?>
|
|||
null,
|
||||
array(
|
||||
'data-base-target' => '_next',
|
||||
'class' => 'pull-right'
|
||||
'class' => 'pull-right show-more'
|
||||
)
|
||||
); ?>
|
||||
<?php endif ?>
|
||||
|
|
|
@ -309,7 +309,7 @@ foreach ($servicegroups as $s): ?>
|
|||
null,
|
||||
array(
|
||||
'data-base-target' => '_next',
|
||||
'class' => 'pull-right'
|
||||
'class' => 'pull-right show-more'
|
||||
)
|
||||
); ?>
|
||||
<?php endif ?>
|
||||
|
|
|
@ -94,7 +94,7 @@ if (! $this->compact): ?>
|
|||
null,
|
||||
array(
|
||||
'data-base-target' => '_next',
|
||||
'class' => 'pull-right'
|
||||
'class' => 'pull-right show-more'
|
||||
)
|
||||
); ?>
|
||||
<?php endif ?>
|
||||
|
|
|
@ -62,3 +62,7 @@ ul.pagination {
|
|||
cursor: default;
|
||||
}
|
||||
|
||||
a.show-more {
|
||||
display: block;
|
||||
margin: 0.5em;
|
||||
}
|
Loading…
Reference in New Issue