Commit 3aae42b3 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 365470: The "Locate Attachment" page still has an Edit button - Patch by…

Bug 365470: The "Locate Attachment" page still has an Edit button - Patch by bmo2007@rsz.jp r=LpSolit a=myk
parent 926b144b
......@@ -29,7 +29,7 @@
<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" id="edit">&nbsp;Edit&nbsp;</button>
<button name="action" value="edit" id="edit">Details</button>
<button name="action" value="view" id="view">View</button>
</p>
</form>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment