mirror of https://github.com/apache/archiva.git
fix css links
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1210999 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
45eab8edfe
commit
14bf19e70c
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue