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