r121: Strike out obsolete attachments
[bugdar.git] / templates / default / showreport_attachment.tpl
1 <tr>
2 <td>
3 <strong><a href="attachment.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>