Blame | Last modification | View Log | RSS feed
<div class="callhistories form"><?php echo $this->Form->create('Callhistory'); ?><fieldset><legend><?php echo __('Edit Callhistory'); ?></legend><?phpecho $this->Form->input('id');echo $this->Form->input('retailer_id');echo $this->Form->input('agent_id');echo $this->Form->input('mobile_number');echo $this->Form->input('call_type');echo $this->Form->input('sms_verified');echo $this->Form->input('call_time');echo $this->Form->input('duration_sec');echo $this->Form->input('call_disposition');echo $this->Form->input('disposition_description');?></fieldset><?php echo $this->Form->end(__('Submit')); ?></div><div class="actions"><h3><?php echo __('Actions'); ?></h3><ul><li><?php echo $this->Form->postLink(__('Delete'), array('action' => 'delete', $this->Form->value('Callhistory.id')), null, __('Are you sure you want to delete # %s?', $this->Form->value('Callhistory.id'))); ?></li><li><?php echo $this->Html->link(__('List Callhistories'), array('action' => 'index')); ?></li><li><?php echo $this->Html->link(__('List Retailers'), array('controller' => 'retailers', 'action' => 'index')); ?> </li><li><?php echo $this->Html->link(__('New Retailer'), array('controller' => 'retailers', 'action' => 'add')); ?> </li><li><?php echo $this->Html->link(__('List Agents'), array('controller' => 'agents', 'action' => 'index')); ?> </li><li><?php echo $this->Html->link(__('New Agent'), array('controller' => 'agents', 'action' => 'add')); ?> </li></ul></div>