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')); ?>
- link(__('List Product Options Categories', true), array('controller' => 'product_options_categories', 'action' => 'index')); ?>
- link(__('New Product Options Category', true), array('controller' => 'product_options_categories', 'action' => 'add')); ?>