Author: brett
Date: Wed Mar 19 18:01:28 2008
New Revision: 639103
URL: http://svn.apache.org/viewvc?rev=639103&view=rev
Log:
[MRM-504] improve description for find artifact page
Merged from: r639076 on archiva-1.0.x
Modified:
maven/archiva/trunk/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/findArtifact.jsp
Modified:
maven/archiva/trunk/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/findArtifact.jsp
URL:
http://svn.apache.org/viewvc/maven/archiva/trunk/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/findArtifact.jsp?rev=639103&r1=639102&r2=639103&view=diff
==============================================================================
---
maven/archiva/trunk/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/findArtifact.jsp
(original)
+++
maven/archiva/trunk/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/findArtifact.jsp
Wed Mar 19 18:01:28 2008
@@ -65,15 +65,20 @@
</td>
</tr>
<ww:textfield label="Checksum" size="50" name="md5"/>
- <ww:submit value="Go!"/>
+ <ww:submit value="Search"/>
</ww:form>
<p>
- Select the file you would like to locate in the remote repository.
+ This allows you to search the repository using the checksum of an
artifact that you are trying to identify.
+ You can either specify the checksum to look for directly, or scan a
local artifact file.
+ </p>
+
+ <p>
+ To scan a local file, select the file you would like to locate in the
remote repository.
The entire file will
<b>not</b>
be uploaded to the server. See the progress bar below for progress of
- locally creating a checksum that is uploaded to the server after you
hit "Go!".
+ locally creating a checksum that is uploaded to the server after you
hit "Search".
<ww:actionerror/>
</p>
@@ -87,7 +92,7 @@
<ww:else>
<ww:form method="POST" action="checksumSearch" namespace="/">
<ww:textfield label="Checksum" size="50" name="q"/>
- <ww:submit value="Go!"/>
+ <ww:submit value="Search"/>
</ww:form>
<p>