renderElement('customerdata');?>
- link(sprintf(__('Edit %s', true), __('Customer', true)), array('action'=>'edit', $customer['Customer']['id'])); ?>
- link(sprintf(__('Delete %s', true), __('Customer', true)), array('action'=>'delete', $customer['Customer']['id']), null, sprintf(__('Are you sure you want to delete # %s?', true), $customer['Customer']['id'])); ?>
- link(sprintf(__('List %s', true), __('Customers', true)), array('action'=>'index')); ?>
- link(sprintf(__('New %s', true), __('Customer', true)), array('action'=>'add')); ?>