Improve the output of printed pages to pdf
This commit is contained in:
parent
39729c5f8e
commit
2e20b06d22
3 changed files with 10 additions and 8 deletions
|
@ -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>';
|
||||
|
|
Reference in a new issue