|
@@ -28,6 +28,7 @@ if ( ! sqgetGlobalVar('mailbox',$mailbox,SQ_GET) ||
|
|
} else {
|
|
} else {
|
|
$passed_id= (int) $passed_id;
|
|
$passed_id= (int) $passed_id;
|
|
$view_unsafe_images = (bool) $_GET['view_unsafe_images'];
|
|
$view_unsafe_images = (bool) $_GET['view_unsafe_images'];
|
|
|
|
+ sqgetGlobalVar('show_html_default', $show_html_default, SQ_FORM);
|
|
/* end globals */
|
|
/* end globals */
|
|
displayHtmlHeader( _("Printer Friendly"), '', false, true );
|
|
displayHtmlHeader( _("Printer Friendly"), '', false, true );
|
|
echo '<frameset rows="60, *">' . "\n";
|
|
echo '<frameset rows="60, *">' . "\n";
|
|
@@ -37,9 +38,10 @@ if ( ! sqgetGlobalVar('mailbox',$mailbox,SQ_GET) ||
|
|
. urlencode($passed_ent_id) . '&mailbox=' . urlencode($mailbox)
|
|
. urlencode($passed_ent_id) . '&mailbox=' . urlencode($mailbox)
|
|
. '&passed_id=' . $passed_id
|
|
. '&passed_id=' . $passed_id
|
|
. '&view_unsafe_images='.$view_unsafe_images
|
|
. '&view_unsafe_images='.$view_unsafe_images
|
|
|
|
+ . '&show_html_default='.$show_html_default
|
|
. '" name="bottom_frame" frameborder="0" />' . "\n";
|
|
. '" name="bottom_frame" frameborder="0" />' . "\n";
|
|
echo "</frameset>\n";
|
|
echo "</frameset>\n";
|
|
}
|
|
}
|
|
|
|
|
|
?>
|
|
?>
|
|
-</html>
|
|
|
|
|
|
+</html>
|