]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 365470: The "Locate Attachment" page still has an Edit button - Patch by bmo2007...
authorlpsolit%gmail.com <>
Tue, 9 Jan 2007 04:33:35 +0000 (04:33 +0000)
committerlpsolit%gmail.com <>
Tue, 9 Jan 2007 04:33:35 +0000 (04:33 +0000)
template/en/default/attachment/choose.html.tmpl

index 306efea59103cbfc1f6c13aa9a9316fc75ac1956..bce392fbf89f6b931898788cbee45213dd5dd7c2 100644 (file)
@@ -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>