You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2011/12/06 17:28:59 UTC

svn commit: r1210999 - in /archiva/trunk/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/reports: auditLogReport.jsp pickReport.jsp

Author: olamy
Date: Tue Dec  6 16:28:59 2011
New Revision: 1210999

URL: http://svn.apache.org/viewvc?rev=1210999&view=rev
Log:
fix css links

Modified:
    archiva/trunk/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/reports/auditLogReport.jsp
    archiva/trunk/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/reports/pickReport.jsp

Modified: archiva/trunk/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/reports/auditLogReport.jsp
URL: http://svn.apache.org/viewvc/archiva/trunk/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/reports/auditLogReport.jsp?rev=1210999&r1=1210998&r2=1210999&view=diff
==============================================================================
--- archiva/trunk/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/reports/auditLogReport.jsp (original)
+++ archiva/trunk/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/reports/auditLogReport.jsp Tue Dec  6 16:28:59 2011
@@ -27,7 +27,7 @@
   <title>Audit Log Report</title>
   <s:head theme="xhtml" />
   
-  <link rel="stylesheet" href="<c:url value='/css/no-theme/jquery-ui-1.8.14.theme.css'/>" type="text/css" />
+  <link rel="stylesheet" href="<c:url value='/css/no-theme/jquery.ui-1.8.14.theme.css'/>" type="text/css" />
   <script type="text/javascript" src="<c:url value='/js/jquery-1.6.1.min.js'/>"></script>
   <script type="text/javascript" src="<c:url value='/js/jquery-ui-1.8.14.custom.min.js'/>"></script>
   <script type="text/javascript" charset="utf-8">

Modified: archiva/trunk/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/reports/pickReport.jsp
URL: http://svn.apache.org/viewvc/archiva/trunk/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/reports/pickReport.jsp?rev=1210999&r1=1210998&r2=1210999&view=diff
==============================================================================
--- archiva/trunk/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/reports/pickReport.jsp (original)
+++ archiva/trunk/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/reports/pickReport.jsp Tue Dec  6 16:28:59 2011
@@ -27,7 +27,7 @@
   <title>Reports</title>
   <s:head theme="xhtml" />
   
-  <link rel="stylesheet" href="<c:url value='/css/no-theme/jquery-ui-1.8.14.theme.css'/>" type="text/css" />
+  <link rel="stylesheet" href="<c:url value='/css/no-theme/jquery.ui-1.8.14.theme.css'/>" type="text/css" />
   <script type="text/javascript" src="<c:url value='/js/jquery-1.6.1.min.js'/>"></script>
   <script type="text/javascript" src="<c:url value='/js/jquery-ui-1.8.14.custom.min.js'/>"></script>
   <script type="text/javascript" charset="utf-8">