diff options
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/attachment/choose.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/attachment/choose.html.tmpl b/template/en/default/attachment/choose.html.tmpl index b48664653..628dafb96 100644 --- a/template/en/default/attachment/choose.html.tmpl +++ b/template/en/default/attachment/choose.html.tmpl @@ -28,8 +28,8 @@ <form 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"> - <input type="submit" name="action" value="Edit"> - <input type="submit" name="action" value="View"> + <button name="action" value="edit"> Edit </button> + <button name="action" value="view">View</button> </p> </form> |