summaryrefslogtreecommitdiffstats
path: root/dogtag/tks-ui/shared/webapps
diff options
context:
space:
mode:
Diffstat (limited to 'dogtag/tks-ui/shared/webapps')
-rwxr-xr-xdogtag/tks-ui/shared/webapps/tks/404.html2
-rwxr-xr-xdogtag/tks-ui/shared/webapps/tks/500.html2
-rw-r--r--dogtag/tks-ui/shared/webapps/tks/services.template2
3 files changed, 3 insertions, 3 deletions
diff --git a/dogtag/tks-ui/shared/webapps/tks/404.html b/dogtag/tks-ui/shared/webapps/tks/404.html
index bec78e1a5..5122cc2e2 100755
--- a/dogtag/tks-ui/shared/webapps/tks/404.html
+++ b/dogtag/tks-ui/shared/webapps/tks/404.html
@@ -42,7 +42,7 @@ document.write('//');
document.write(hostname);
document.write(':');
document.write(port);
-document.write('/tks/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/tks-ui/shared/webapps/tks/500.html b/dogtag/tks-ui/shared/webapps/tks/500.html
index 073396a37..7547fa864 100755
--- a/dogtag/tks-ui/shared/webapps/tks/500.html
+++ b/dogtag/tks-ui/shared/webapps/tks/500.html
@@ -42,7 +42,7 @@ document.write('//');
document.write(hostname);
document.write(':');
document.write(port);
-document.write('/tks/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/tks-ui/shared/webapps/tks/services.template b/dogtag/tks-ui/shared/webapps/tks/services.template
index 2fd7c4189..133bcf24b 100644
--- a/dogtag/tks-ui/shared/webapps/tks/services.template
+++ b/dogtag/tks-ui/shared/webapps/tks/services.template
@@ -20,7 +20,7 @@
<CMS_TEMPLATE>
<title>TKS 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>