<div class="sublist-header"><?php echo trans('labels.attach'); ?>&nbsp;:</div>
<div class="sublist-details">
	<?php foreach($attachments as $attachment): ?>
		<?php echo $attachment->link_desc; ?>
		<?php echo link_to(	$attachment->link_url
						,  ''
						,	$attributes = array('class'=>'button-link-l'	, 'download'=>$attachment->link_name , 'style'=>"display:inline-block; height:16px; width:20px;")
						,	$secure = null); ?>
			&nbsp;<strong>|</strong>&nbsp;
	<?php endforeach; ?>
</div>
<div class="sublist-actions"><?php echo link_to_route('newLinked' , '', '', array( 'class'=>'button-small add', 'alt'=>'add', 'title'=>'προσθήκη')); ?></div>
