- >
- >
- >
- >
- >
- >
- >
- >
link($quotePage['Quote']['id'], array('controller' => 'quotes', 'action' => 'view', $quotePage['Quote']['id'])); ?>
- link(__('Edit QuotePage', true), array('action' => 'edit', $quotePage['QuotePage']['id'])); ?>
- link(__('Delete QuotePage', true), array('action' => 'delete', $quotePage['QuotePage']['id']), null, sprintf(__('Are you sure you want to delete # %s?', true), $quotePage['QuotePage']['id'])); ?>
- link(__('List QuotePages', true), array('action' => 'index')); ?>
- link(__('New QuotePage', true), array('action' => 'add')); ?>
- link(__('List Quotes', true), array('controller' => 'quotes', 'action' => 'index')); ?>
- link(__('New Quote', true), array('controller' => 'quotes', 'action' => 'add')); ?>