r134: - Fixed a problem where the bug fetcher would fetch the wrong bug because of...
[bugdar.git] / templates / default / editattach.tpl
1 <form action="attachment.php" method="post" name="editattach">
2 <input name="do" type="hidden" value="update" />
3 <input name="attachmentid" type="hidden" value="$attachment[attachmentid]" />
4
5 <div><strong>Attachment:</strong> <a href="viewattachment.php?attachmentid=$attachment[attachmentid]">View</a> [$attachment[filename]]</div>
6
7 <div><strong>Bug:</strong> $bug[summary] (bugid: $bug[bugid])</div>
8
9 <div><strong>Description:</strong> <input name="description" type="text" size="35" value="$attachment[description]" /></div>
10
11 <div><strong>Obsolete:</strong> <input name="obsolete" type="checkbox" value="1"<if condition="$attachment['obsolete']"> checked="checked"</if> /></div>
12
13 <input name="submit" type="submit" value=" Submit " accesskey="s" />
14 <input name="reset" type="reset" value=" Reset " accesskey="r" />
15
16 </form>