Author: evenisse
Date: Thu Jan 11 02:50:00 2007
New Revision: 495183

URL: http://svn.apache.org/viewvc?view=rev&rev=495183
Log:
[MRM-266] Changed the location of the "Run Now" link in the Configuration page.
Submitted by: Dawn Angelito

Modified:
    
maven/archiva/trunk/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/index.jsp

Modified: 
maven/archiva/trunk/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/index.jsp
URL: 
http://svn.apache.org/viewvc/maven/archiva/trunk/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/index.jsp?view=diff&rev=495183&r1=495182&r2=495183
==============================================================================
--- 
maven/archiva/trunk/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/index.jsp 
(original)
+++ 
maven/archiva/trunk/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/index.jsp 
Thu Jan 11 02:50:00 2007
@@ -56,11 +56,6 @@
         <ww:property value="indexerCronExpression"/>
       </td>
       <%-- TODO: a "delete index and run now" operation should be here too 
(really clean, remove deletions that didn't get picked up) --%>
-      <td>
-        <pss:ifAuthorized permission="archiva-run-indexer">
-          <a href="<ww:url action="runIndexer" />">Run Now</a>
-        </pss:ifAuthorized>
-      </td>
     </tr>
     <tr>
       <th>Last Indexing Time</th>
@@ -68,6 +63,16 @@
         <ww:property value="lastIndexingTime"/>
       </td>
       <td></td>
+    </tr>
+  </table>
+
+  <table class="infoTable">
+    <tr>
+      <td>
+        <pss:ifAuthorized permission="archiva-run-indexer">
+          <a href="<ww:url action="runIndexer" />">Run Now</a>
+        </pss:ifAuthorized>
+      </td>
     </tr>
   </table>
 


Reply via email to