10 lines
318 B
PHP
Executable file
10 lines
318 B
PHP
Executable file
<div id="ajaxLoad" style="display:none;"><?php echo $html->image('ajax-loader.gif'); ?></div>
|
|
<div id="enquiryTable">
|
|
<div class="enquiriesindex">
|
|
<h2><?php __('Master Enquiry Register');?></h2>
|
|
|
|
<? echo $this->element('enquiry_table', $enquiries, $status_list, array('cache'=>'+1 day')); ?>
|
|
</div>
|
|
</div>
|
|
|