create('ProductOption');?>
end('Submit');?>
- link(__('Delete', true), array('action'=>'delete', $form->value('ProductOption.id')), null, sprintf(__('Are you sure you want to delete # %s?', true), $form->value('ProductOption.id'))); ?>
- link(__('List ProductOptions', true), array('action'=>'index'));?>
- link(__('List Products', true), array('controller'=> 'products', 'action'=>'index')); ?>
- link(__('New Product', true), array('controller'=> 'products', 'action'=>'add')); ?>