create('LineItem');?>
end('Submit');?>
- link(__('List LineItems', true), array('action' => 'index'));?>
- 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')); ?>