r326: Finished showreport.php styling
[bugdar.git] / templates / showreport_attachment.tpl
1 <div>
2 <strong><a href="viewattachment.php?attachmentid=$attachment[attachmentid]" target="_blank"<if condition="$attachment['obsolete']"> style="text-decoration: line-through"</if> title="Posted by $attachment[user]\\n($attachment[date])">$attachment[filename]</a></strong>
3 <span style="font-size: 10px">
4 <if condition="$show['editattach']"><span style="float: right">[<a href="attachment.php?do=edit&amp;attachmentid=$attachment[attachmentid]">Edit</a>]</span></if>
5 $attachment[description]
6 </span>
7 </div>
8