create('LineItem');?>
end('Submit');?>
- link(__('Delete', true), array('action' => 'delete', $form->value('LineItem.id')), null, sprintf(__('Are you sure you want to delete # %s?', true), $form->value('LineItem.id'))); ?>
- link(__('List LineItems', true), array('action' => 'index'));?>
- 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')); ?>