Rev 15194 | Blame | Compare with Previous | Last modification | View Log | RSS feed
<div class="container"><div class="row"><div class="col-lg-3"><?php echo $this->Element('adminactions');?></div><div class="col-lg-9"><?php echo $this->Form->create('Acl'); ?><fieldset><legend><?php echo __('Admin 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></div>