cmc-sales/views/quote_pages/frame.ctp

9 lines
229 B
Plaintext
Raw Normal View History

<div id="pageframe">
<h3>View Cover Page</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>