>
|
|
|
|
|
|
|
|
|
|
link(__('View', true), array('controller'=> 'contacts', 'action'=>'view', $contact['id'])); ?>
link(__('Edit', true), array('controller'=> 'contacts', 'action'=>'edit', $contact['id'])); ?>
link(__('Delete', true), array('controller'=> 'contacts', 'action'=>'delete', $contact['id']), null, sprintf(__('Are you sure you want to delete # %s?', true), $contact['id'])); ?>
|