cmc-sales/app/views/enquiries/index.ctp

10 lines
290 B
Plaintext
Raw Normal View History

<div id="ajaxLoad" style="display:none;"><?php echo $html->image('ajax-loader.gif'); ?></div>
2011-03-16 17:19:37 -07:00
<div id="enquiryTable">
<h2><?php __('Master Enquiry Register');?></h2>
2011-03-16 17:19:37 -07:00
<div class="enquiriesindex">
2015-06-06 23:19:06 -07:00
<?= $this->element('enquiry_table', $enquiries, $status_list); ?>
2011-03-16 17:19:37 -07:00
</div>
</div>