r100: Added attachment display information in showreport.php and respective templates
[bugdar.git] / templates / default / showreport_attachment.tpl
1 <tr>
2 <td>
3 <strong><a href="attachment.php?attachmentid=$attachment[attachmentid]" target="_blank">$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>