summaryrefslogtreecommitdiffstats
path: root/dogtag/ca-ui
diff options
context:
space:
mode:
Diffstat (limited to 'dogtag/ca-ui')
-rwxr-xr-xdogtag/ca-ui/shared/webapps/ca/404.html2
-rwxr-xr-xdogtag/ca-ui/shared/webapps/ca/500.html2
-rw-r--r--dogtag/ca-ui/shared/webapps/ca/admin/ca/securitydomainlogin.template2
-rw-r--r--dogtag/ca-ui/shared/webapps/ca/services.template2
4 files changed, 4 insertions, 4 deletions
diff --git a/dogtag/ca-ui/shared/webapps/ca/404.html b/dogtag/ca-ui/shared/webapps/ca/404.html
index ed13c7e54..49f75a9a3 100755
--- a/dogtag/ca-ui/shared/webapps/ca/404.html
+++ b/dogtag/ca-ui/shared/webapps/ca/404.html
@@ -42,7 +42,7 @@ document.write('//');
document.write(hostname);
document.write(':');
document.write(port);
-document.write('/ca/css/pki-base.css');
+document.write('/pki/css/pki-base.css');
document.write('" type="text/css" />');
document.write('<META http-equiv=Content-Type content="text/html; charset=UTF-8">');
</script>
diff --git a/dogtag/ca-ui/shared/webapps/ca/500.html b/dogtag/ca-ui/shared/webapps/ca/500.html
index 428eca67c..fe8f8de33 100755
--- a/dogtag/ca-ui/shared/webapps/ca/500.html
+++ b/dogtag/ca-ui/shared/webapps/ca/500.html
@@ -42,7 +42,7 @@ document.write('//');
document.write(hostname);
document.write(':');
document.write(port);
-document.write('/ca/css/pki-base.css');
+document.write('/pki/css/pki-base.css');
document.write('" type="text/css" />');
document.write('<META http-equiv=Content-Type content="text/html; charset=UTF-8">');
</script>
diff --git a/dogtag/ca-ui/shared/webapps/ca/admin/ca/securitydomainlogin.template b/dogtag/ca-ui/shared/webapps/ca/admin/ca/securitydomainlogin.template
index 2b4734fd2..eac3ac476 100644
--- a/dogtag/ca-ui/shared/webapps/ca/admin/ca/securitydomainlogin.template
+++ b/dogtag/ca-ui/shared/webapps/ca/admin/ca/securitydomainlogin.template
@@ -23,7 +23,7 @@
<title>CA Admin Security Domain Login</title>
<link rel="shortcut icon" href="/pki/images/favicon.ico" />
- <link rel="stylesheet" href="/ca/css/pki-base.css" type="text/css" />
+ <link rel="stylesheet" href="/pki/css/pki-base.css" type="text/css" />
<META http-equiv=Content-Type content="text/html; charset=UTF-8">
</head>
diff --git a/dogtag/ca-ui/shared/webapps/ca/services.template b/dogtag/ca-ui/shared/webapps/ca/services.template
index cb14d8833..b4ce80168 100644
--- a/dogtag/ca-ui/shared/webapps/ca/services.template
+++ b/dogtag/ca-ui/shared/webapps/ca/services.template
@@ -20,7 +20,7 @@
<CMS_TEMPLATE>
<title>CA Services</title>
<link rel="shortcut icon" href="/pki/images/favicon.ico" />
- <link rel="stylesheet" href="css/pki-base.css" type="text/css" />
+ <link rel="stylesheet" href="/pki/css/pki-base.css" type="text/css" />
<META http-equiv=Content-Type content="text/html; charset=UTF-8">
</head>