2009-02-11 20:02:05 -08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
<div id="emailframe">
|
|
|
|
|
<h3>Email</h3>
|
2009-02-09 21:39:26 -08:00
|
|
|
<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>
|
2009-02-11 20:02:05 -08:00
|
|
|
</div>
|
|
|
|
|
<div id="emailattachments">
|
|
|
|
|
<?php echo $this->element('email_attachments', $attachments); ?>
|
|
|
|
|
</div>
|