summaryrefslogtreecommitdiffstats
path: root/template/en/default/attachment/choose.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/attachment/choose.html.tmpl')
-rw-r--r--template/en/default/attachment/choose.html.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/attachment/choose.html.tmpl b/template/en/default/attachment/choose.html.tmpl
index 2f7b86f19..306efea59 100644
--- a/template/en/default/attachment/choose.html.tmpl
+++ b/template/en/default/attachment/choose.html.tmpl
@@ -29,15 +29,15 @@
<form name="choose-id" method="get" action="attachment.cgi">
<p>Access an attachment by entering its ID into the form below:</p>
<p>Attachment ID: <input name="id" size="6">
- <button name="action" value="edit">&nbsp;Edit&nbsp;</button>
- <button name="action" value="view">View</button>
+ <button name="action" value="edit" id="edit">&nbsp;Edit&nbsp;</button>
+ <button name="action" value="view" id="view">View</button>
</p>
</form>
<form method="get" action="show_bug.cgi">
<p>Or, access it from the list of attachments in its associated [% terms.bug %] report:</p>
<p>[% terms.Bug %] ID: <input name="id" size="6">
- <input type="submit" name="action" value="View">
+ <input type="submit" name="action" value="View" id="action">
</p>
</form>