Improve the output of printed pages to pdf

This commit is contained in:
Manuel Cillero 2017-10-01 20:55:21 +02:00
parent 39729c5f8e
commit 2e20b06d22
3 changed files with 10 additions and 8 deletions

View file

@ -22,7 +22,7 @@
<?php print $print['css']; ?>
</head>
<body class="print-body suitedesk">
<body class="print-body<?php print (empty($print['body_class']) ? '' : ' ' . $print['body_class']); ?> suitedesk">
<?php if (!empty($print['message'])) {
print '<div class="print-message">'. $print['message'] .'</div>';