r231: Removing template sets. Part 1 of 3 in a multi-stage commit.
[bugdar.git] / templates / 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 [<a href="attachment.php?do=delete&amp;attachmentid=$attachment[attachmentid]\">Delete</a>]
16
17 </form>