>
|
|
link($attachment['Principle']['short_name'], '/principles/view/'.$attachment['Principle']['id']);
}
else {
echo $html->link($attachment['Principle']['name'], '/principles/view/'.$attachment['Principle']['id']);
}
?>
|
nice($attachment['Attachment']['created']); ?>
|
|
|
toReadAbleSize($attachment['Attachment']['size']); ?>
|
|
link(__('View', true), array('action' => 'view', $attachment['Attachment']['id'])); ?>
link(__('Edit', true), array('action' => 'edit', $attachment['Attachment']['id'])); ?>
link(__('Delete', true), array('action' => 'delete', $attachment['Attachment']['id']), null, sprintf(__('Are you sure you want to delete # %s?', true), $attachment['Attachment']['id'])); ?>
|