- >
- >
- >
- >
link($productOption['Product']['title'], array('controller' => 'products', 'action' => 'view', $productOption['Product']['id'])); ?>
- >
- >
link($productOption['ProductOptionsCategory']['name'], array('controller' => 'product_options_categories', 'action' => 'view', $productOption['ProductOptionsCategory']['id'])); ?>
- >
- >
- >
- >
- >
- >
- >
- >
- >
- >
- >
- >
- >
- >
- >
- >
- >
- >
- >
- >
- >
- >
- >
- >
- >
- >
- >
- >
- >
- >
- >
- >
- link(__('Edit ProductOption', true), array('action' => 'edit', $productOption['ProductOption']['id'])); ?>
- link(__('Delete ProductOption', true), array('action' => 'delete', $productOption['ProductOption']['id']), null, sprintf(__('Are you sure you want to delete # %s?', true), $productOption['ProductOption']['id'])); ?>
- link(__('List ProductOptions', true), array('action' => 'index')); ?>
- link(__('New ProductOption', true), array('action' => 'add')); ?>
- 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')); ?>