Advanced Web Server Manager
Complete File Manager & Terminal - Standalone Version
By Sid Gifari | Gifari Industries
Current path:
/
/
home
/
qtdcvxyp
/
public_html
/
sms
/
application
/
views
/
admin
/
frontoffice
✏️
Editing: Generalmodelview.php
<table class="table table-striped"> <tr> <th class="border0"><?php echo $this->lang->line('name'); ?></th> <td class="border0"><?php print_r($Call_data['name']); ?></td> <th class="border0"><?php echo $this->lang->line('phone'); ?></th> <td class="border0"> <?php print_r($Call_data['contact']); ?></td> </tr> <tr> <th><?php echo $this->lang->line('date'); ?></th> <td><?php echo date($this->customlib->getSchoolDateFormat(), $this->customlib->dateyyyymmddTodateformat($Call_data['date'])); ?></td> <th><?php echo $this->lang->line('next_follow_up_date'); ?></th> <td><?php if($Call_data['follow_up_date']!='' && $Call_data['follow_up_date']!='0000-00-00'){ echo date($this->customlib->getSchoolDateFormat(), $this->customlib->dateyyyymmddTodateformat($Call_data['follow_up_date'])); } ?></td> </tr> <tr> <th><?php echo $this->lang->line('call_duration'); ?></th> <td><?php print_r($Call_data['call_dureation']); ?></td> <th><?php echo $this->lang->line('call_type'); ?></th> <td><?php print_r($Call_data['call_type']); ?></td> </tr> <tr> <th><?php echo $this->lang->line('description'); ?></th> <td><?php print_r($Call_data['description']); ?></td> <th><?php echo $this->lang->line('note'); ?></th> <td><?php print_r($Call_data['note']); ?></td> </tr> </table>
💾 Save Changes
❌ Cancel