Blame | Last modification | View Log | RSS feed
<div class="acls form"><?php echo $this->Form->create('Acl'); ?><fieldset><legend><?php echo __('Edit Acl'); ?></legend><?phpecho $this->Form->input('id');echo $this->Form->input('group_id');echo $this->Form->input('action');echo $this->Form->input('access');?></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('Acl.id')), null, __('Are you sure you want to delete # %s?', $this->Form->value('Acl.id'))); ?></li><li><?php echo $this->Html->link(__('List Acls'), array('action' => 'index')); ?></li><li><?php echo $this->Html->link(__('List Groups'), array('controller' => 'groups', 'action' => 'index')); ?> </li><li><?php echo $this->Html->link(__('New Group'), array('controller' => 'groups', 'action' => 'add')); ?> </li></ul></div>