create('Group');?>
end('Submit');?>
- link(__('Delete', true), array('action'=>'delete', $form->value('Group.id')), null, sprintf(__('Are you sure you want to delete # %s?', true), $form->value('Group.id'))); ?>
- link(__('List Groups', true), array('action'=>'index'));?>
- link(__('List Users', true), array('controller'=> 'users', 'action'=>'index')); ?>
- link(__('New User', true), array('controller'=> 'users', 'action'=>'add')); ?>