ok
Direktori : /home2/selectio/www/bharath/application/views/admin/frontoffice/ |
Current File : /home2/selectio/www/bharath/application/views/admin/frontoffice/dispacthreceviemodel.php |
<table class="table table-striped"> <tr> <th class="border0"><?php echo $this->lang->line('to_title'); ?></th> <td class="border0"><?php print_r($data['to_title']); ?></td> <th class="border0"><?php echo $this->lang->line('reference_no'); ?></th> <td class="border0"><?php print_r($data['reference_no']); ?></td> </tr> <tr> <th><?php echo $this->lang->line('address'); ?></th> <td><?php print_r($data['address']); ?></td> <th><?php echo $this->lang->line('note'); ?></th> <td><?php print_r($data['note']); ?></td> </tr> <tr> <th><?php echo $this->lang->line('from_title'); ?></th> <td><?php print_r($data['from_title']); ?></td> <th><?php echo $this->lang->line('date'); ?></th> <td><?php print_r(date($this->customlib->getSchoolDateFormat(), $this->customlib->dateyyyymmddTodateformat($data['date']))); ?></td> </tr> </table>