create('Quote');?>
end('Submit');?>
- link(__('List Quotes', true), array('action' => 'index'));?>
- link(__('List Enquiries', true), array('controller' => 'enquiries', 'action' => 'index')); ?>
- link(__('New Enquiry', true), array('controller' => 'enquiries', 'action' => 'add')); ?>
- link(__('List Currencies', true), array('controller' => 'currencies', 'action' => 'index')); ?>
- link(__('New Currency', true), array('controller' => 'currencies', 'action' => 'add')); ?>
- link(__('List Documents', true), array('controller' => 'documents', 'action' => 'index')); ?>
- link(__('New Document', true), array('controller' => 'documents', 'action' => 'add')); ?>