cmc-sales/views/emails/frame.ctp
Karl Cordes 4347aee5f0 Changes
2009-11-04 17:12:12 +11:00

12 lines
320 B
PHP
Executable file

<div id="emailframe">
<h3>Email</h3>
<iframe src ="<?php echo $html->url("show/$id"); ?>" width="100%" height="500px">
<p>This function only works with a Modern Browser that uses Iframes. Sorry.</p>
</iframe>
</div>
<div id="emailattachments">
<?php echo $this->element('email_attachments', $attachments); ?>
</div>