summaryrefslogtreecommitdiffstats
path: root/dogtag/tks-ui/shared
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2012-11-03 03:00:40 -0400
committerEndi Sukma Dewata <edewata@redhat.com>2012-11-03 03:00:40 -0400
commita26b52824f8ecc513f199853228414c384cb3cbc (patch)
treeb908662b9f8a5c5e8b2f5b6b82656b6f6b49737f /dogtag/tks-ui/shared
parent382135f7f2fb63243637b1acfc93413eb06fbf2d (diff)
downloadpki-a26b52824f8ecc513f199853228414c384cb3cbc.tar.gz
pki-a26b52824f8ecc513f199853228414c384cb3cbc.tar.xz
pki-a26b52824f8ecc513f199853228414c384cb3cbc.zip
Update pki-base.css paths.
Diffstat (limited to 'dogtag/tks-ui/shared')
-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>