- >
- >
- >
- >
- >
- >
- >
- >
- >
- >
- >
- >
- >
- >
link($lineItem['Quote']['id'], array('controller' => 'quotes', 'action' => 'view', $lineItem['Quote']['id'])); ?>
- >
- >
link($lineItem['Product']['title'], array('controller' => 'products', 'action' => 'view', $lineItem['Product']['id'])); ?>
- >
- >
- >
- >
- link(__('Edit LineItem', true), array('action' => 'edit', $lineItem['LineItem']['id'])); ?>
- link(__('Delete LineItem', true), array('action' => 'delete', $lineItem['LineItem']['id']), null, sprintf(__('Are you sure you want to delete # %s?', true), $lineItem['LineItem']['id'])); ?>
- link(__('List LineItems', true), array('action' => 'index')); ?>
- link(__('New LineItem', true), array('action' => 'add')); ?>
- link(__('List Quotes', true), array('controller' => 'quotes', 'action' => 'index')); ?>
- link(__('New Quote', true), array('controller' => 'quotes', 'action' => 'add')); ?>
- link(__('List Products', true), array('controller' => 'products', 'action' => 'index')); ?>
- link(__('New Product', true), array('controller' => 'products', 'action' => 'add')); ?>
- link(__('List Costings', true), array('controller' => 'costings', 'action' => 'index')); ?>
- link(__('New Costing', true), array('controller' => 'costings', 'action' => 'add')); ?>