Blame | Last modification | View Log | RSS feed
<div class="agentRoles view"><h2><?php echo __('Agent Role'); ?></h2><dl><dt><?php echo __('Id'); ?></dt><dd><?php echo h($agentRole['AgentRole']['id']); ?> </dd><dt><?php echo __('Agent'); ?></dt><dd><?php echo $this->Html->link($agentRole['Agent']['name'], array('controller' => 'agents', 'action' => 'view', $agentRole['Agent']['id'])); ?> </dd><dt><?php echo __('Role'); ?></dt><dd><?php echo h($agentRole['AgentRole']['role']); ?> </dd><dt><?php echo __('Created'); ?></dt><dd><?php echo h($agentRole['AgentRole']['created']); ?> </dd></dl></div><div class="actions"><h3><?php echo __('Actions'); ?></h3><ul><li><?php echo $this->Html->link(__('Edit Agent Role'), array('action' => 'edit', $agentRole['AgentRole']['id'])); ?> </li><li><?php echo $this->Form->postLink(__('Delete Agent Role'), array('action' => 'delete', $agentRole['AgentRole']['id']), null, __('Are you sure you want to delete # %s?', $agentRole['AgentRole']['id'])); ?> </li><li><?php echo $this->Html->link(__('List Agent Roles'), array('action' => 'index')); ?> </li><li><?php echo $this->Html->link(__('New Agent Role'), array('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>