diff --git a/themes/zuitedesk/css/print.css b/themes/zuitedesk/css/print.css index 83c572a..fbe7dc1 100644 --- a/themes/zuitedesk/css/print.css +++ b/themes/zuitedesk/css/print.css @@ -9,9 +9,6 @@ /* * Global styles. */ -img.print-logo { - max-height: 120px; -} body.print-body .form-control { border: 0; box-shadow: none; @@ -36,7 +33,8 @@ body.print-body button.form-submit { */ html.js body.print-body fieldset { border: 0; - padding: .5em 1em; + padding: 0; + margin: 0 0 .5em; } html.js body.print-body fieldset.collapsed * { display: initial; diff --git a/themes/zuitedesk/templates/print.tpl.php b/themes/zuitedesk/templates/print.tpl.php index c4913ef..2b11f11 100644 --- a/themes/zuitedesk/templates/print.tpl.php +++ b/themes/zuitedesk/templates/print.tpl.php @@ -28,35 +28,6 @@ print '
'; } ?> -type == 'stormorganization' || $print['node']->type == 'stormproject') { - $nid = $print['node']->nid; - } elseif (!empty($print['node']->project_nid)) { - $nid = $print['node']->project_nid; - } elseif (!empty($print['node']->organization_nid)) { - $nid = $print['node']->organization_nid; - } - if (!empty($nid)) { - $node = node_load($nid); - if ($node->type == 'stormorganization' && !empty($node->field_stormorganization_image[0]['filename'])) { - $img = 'organizations/' . $node->field_stormorganization_image[0]['filename']; - } - elseif (!empty($node->field_stormproject_image[0]['filename'])) { - $img = 'projects/' . $node->field_stormproject_image[0]['filename']; - } - if (!empty($img)) { - $lang = $print['language'] != 'es' ? '/' . $print['language'] : ''; - $print['logo'] = '