create('QuoteProduct');?>
end('Submit');?>
- link(__('List QuoteProducts', true), array('action'=>'index'));?>
- link(__('List Principles', true), array('controller'=> 'principles', 'action'=>'index')); ?>
- link(__('New Principle', true), array('controller'=> 'principles', 'action'=>'add')); ?>
- link(__('List Currencies', true), array('controller'=> 'currencies', 'action'=>'index')); ?>
- link(__('New Currency', true), array('controller'=> 'currencies', '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')); ?>