monitoring/list/contacts: Enhance PDF layout

This commit is contained in:
Johannes Meyer 2022-02-28 17:31:57 +01:00
parent 298f2a3061
commit 122d52c953
1 changed files with 1 additions and 1 deletions

View File

@ -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')),