]> source.dussan.org Git - archiva.git/commitdiff
couple of clarifications on the JSPs
authorBrett Porter <brett@apache.org>
Mon, 21 Jan 2008 11:35:03 +0000 (11:35 +0000)
committerBrett Porter <brett@apache.org>
Mon, 21 Jan 2008 11:35:03 +0000 (11:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@613849 13f79535-47bb-0310-9956-ffa450edef68

archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/addLegacyArtifactPath.jsp
archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/legacyArtifactPath.jsp

index 9750395c8fc18245877c0bfc683d68f967119f56..4258e8cc94a2006f8d110afceba2c4c9a9cd88b2 100644 (file)
 \r
 <html>\r
 <head>\r
-  <title>Admin: Add Legacy artifact path</title>\r
+  <title>Admin: Add Legacy Artifact Path</title>\r
   <ww:head/>\r
 </head>\r
 \r
 <body>\r
 \r
-<h1>Admin: Add Legacy artifact path</h1>\r
+<h1>Admin: Add Legacy Artifact Path</h1>\r
 \r
 <div id="contentArea">\r
 \r
+  <p>\r
+    Enter the legacy path to map to a particular artifact reference, then adjust the fields as necessary.\r
+  </p>\r
+\r
   <script type="text/javascript">\r
   function parse( path )\r
   {\r
index 97df9c7ed2f8504ac7634951757c17435e91efe2..2380622ee5b5d2461c53c3212aac8a1a524f9e73 100644 (file)
@@ -30,7 +30,7 @@
 \r
 <body>\r
 \r
-<h1>Administration - Legacy artifacts path resolution</h1>\r
+<h1>Administration - Legacy Artifact Path Resolution</h1>\r
 \r
 <div id="contentArea">\r
 \r
     </ww:a>\r
   </redback:ifAuthorized>\r
 </div>\r
-<h2>Legacy artifacts path resolution</h2>\r
+<h2>Path Mappings</h2>\r
 \r
 <c:choose>\r
 <c:when test="${empty(legacyArtifactPaths)}">\r
-  <%-- No Managed Repositories. --%>\r
-  <strong>There are no legacy artifact path configured yet.</strong>\r
+  <%-- No paths. --%>\r
+  <p><strong>There are no legacy artifact paths configured yet.</strong></p>\r
 </c:when>\r
 <c:otherwise>\r
-<%-- Display the repositories. --%>\r
+  <%-- Display the paths. --%>\r
 \r
 <c:forEach items="${legacyArtifactPaths}" var="legacyArtifactPath" varStatus="i">\r
 <c:choose>\r
   </redback:ifAnyAuthorized>\r
 </div>\r
 \r
-<div style="float: left">\r
-  <img src="<c:url value="/images/archiva-splat-32.gif"/>" alt="" width="32" height="32"/>\r
-</div>\r
-\r
 <table class="infoTable">\r
 <tr>\r
   <th>Path</th>\r