monitoring/list/contacts: Enhance PDF layout
This commit is contained in:
parent
298f2a3061
commit
122d52c953
|
@ -68,7 +68,7 @@
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<?php if ($contacts->hasMore()): ?>
|
<?php if ($contacts->hasMore()): ?>
|
||||||
<div class="action-links">
|
<div class="dont-print action-links">
|
||||||
<?= $this->qlink(
|
<?= $this->qlink(
|
||||||
$this->translate('Show More'),
|
$this->translate('Show More'),
|
||||||
$this->url()->without(array('showCompact', 'limit')),
|
$this->url()->without(array('showCompact', 'limit')),
|
||||||
|
|
Loading…
Reference in New Issue