r127: - Created edit links on the attachments manager
[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">
5 <if condition="$show['editattach']"><span style="float: right">[<a href="attachment.php?do=edit&amp;attachmentid=$attachment[attachmentid]&amp;bugid=$bug[bugid]">Edit</a>]</span></if>
6 $attachment[description]
7 </div>
8 </td>
9 </tr>