Happy New Year
[squirrelmail.git] / templates / default / read_html_iframe.tpl
index b673b446f1908d457063cae291fe8862f6a27bb1..1f264a85f55dbdf20b19f00c657aa31d4cb7ee97 100644 (file)
@@ -8,7 +8,7 @@
  *      $iframe_url - URL to use for the src of the iframe.
  *      $html_body  - HTML to spit out in case the brwoser does nto support iframes
  *
- * @copyright © 1999-2006 The SquirrelMail Project Team
+ * @copyright 1999-2018 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
@@ -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