|
@@ -27,6 +27,7 @@ if ( ! sqgetGlobalVar('mailbox',$mailbox,SQ_GET) ||
|
|
|
error_box(_("Invalid URL"),$color);
|
|
|
} else {
|
|
|
$passed_id= (int) $passed_id;
|
|
|
+ $view_unsafe_images = (bool) $_GET['view_unsafe_images'];
|
|
|
/* end globals */
|
|
|
displayHtmlHeader( _("Printer Friendly"), '', false, true );
|
|
|
echo '<frameset rows="60, *">' . "\n";
|
|
@@ -35,6 +36,7 @@ if ( ! sqgetGlobalVar('mailbox',$mailbox,SQ_GET) ||
|
|
|
echo '<frame src="printer_friendly_bottom.php?passed_ent_id='
|
|
|
. urlencode($passed_ent_id) . '&mailbox=' . urlencode($mailbox)
|
|
|
. '&passed_id=' . $passed_id
|
|
|
+ . '&view_unsafe_images='.$view_unsafe_images
|
|
|
. '" name="bottom_frame" frameborder="0" />' . "\n";
|
|
|
echo "</frameset>\n";
|
|
|
}
|