>
|
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'])); ?>
|