r123: Attachment viewing code has been moved to viewattachment.php so we don't get...
[bugdar.git] / templates / default / showreport_attachment.tpl
1 <tr>
2 <td>
3 <strong><a href="viewattachment.php?attachmentid=$attachment[attachmentid]" target="_blank"<if condition="$attachment['obsolete']"> style="text-decoration: line-through"</if>>$attachment[filename]</a></strong> posted by $attachment[user] ($attachment[date])
4 <div style="font-size: 11px; font-color: grey">$attachment[description]</div>
5 </td>
6 </tr>