Reinserting support for the "iframe_height" option. This might be done in a better...
[squirrelmail.git] / templates / default / read_html_iframe.tpl
index b673b446f1908d457063cae291fe8862f6a27bb1..addeea93d09203f67d2eb1af0061b38808525dfd 100644 (file)
@@ -24,7 +24,7 @@ extract($t);
 ?>
 <div class="htmlIframe">
 <?php echo _("Viewing HTML formatted email"); ?>
-<iframe name="message_frame" src="<?php echo $iframe_url; ?>" frameborder="1" marginwidth="0" marginheight="0" scrolling="auto">
+<iframe name="message_frame" src="<?php echo $iframe_url; ?>" frameborder="1" marginwidth="0" marginheight="0" scrolling="auto" height="<?php echo $iframe_height; ?>">
 <?php echo $html_body; ?>
 </iframe>
 </div>
\ No newline at end of file