diff options
author | Olivier Lamy <olamy@apache.org> | 2011-06-30 15:29:45 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2011-06-30 15:29:45 +0000 |
commit | 324deb4633886a6e8f8595d59da6bc53f044fcd3 (patch) | |
tree | d3c7a445348c919d39d942401329d2c455517e69 | |
parent | 61bb624347282dd59f2e3edc27fa378dafb81304 (diff) | |
download | archiva-324deb4633886a6e8f8595d59da6bc53f044fcd3.tar.gz archiva-324deb4633886a6e8f8595d59da6bc53f044fcd3.zip |
fix css link
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1141572 13f79535-47bb-0310-9956-ffa450edef68
3 files changed, 3 insertions, 3 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/reports/auditLogReport.jsp b/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/reports/auditLogReport.jsp index 4ef23fb02..909aedd1a 100644 --- a/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/reports/auditLogReport.jsp +++ b/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/reports/auditLogReport.jsp @@ -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.custom.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"> diff --git a/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/reports/pickReport.jsp b/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/reports/pickReport.jsp index c5e6d9b16..c2deac825 100644 --- a/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/reports/pickReport.jsp +++ b/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/reports/pickReport.jsp @@ -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.custom.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"> diff --git a/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/showArtifact.jsp b/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/showArtifact.jsp index 949bd7806..bd9e8d1f3 100644 --- a/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/showArtifact.jsp +++ b/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/showArtifact.jsp @@ -35,7 +35,7 @@ $("#accordion").accordion({autoHeight:false}); }); </script> - <link rel="stylesheet" href="<c:url value='/css/no-theme/jquery-ui-1.8.14.custom.css'/>" type="text/css" media="all"/> + <link rel="stylesheet" href="<c:url value='/css/no-theme/jquery-ui-1.8.14.theme.css'/>" type="text/css" media="all"/> </head> <body> |