summaryrefslogtreecommitdiffstats
path: root/base/tps/apache/cgi-bin/home
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2012-11-21 14:30:45 -0500
committerEndi Sukma Dewata <edewata@redhat.com>2012-12-03 11:40:44 -0500
commit3dfee9129baeac450134813ce9f7c7644efed4dc (patch)
treee833f95bf68eb0ff1d4b6e5b672ab8e7e9fdcf80 /base/tps/apache/cgi-bin/home
parentd8f56d81126bdb7d60afeaf2015b598132884d83 (diff)
downloadpki-3dfee9129baeac450134813ce9f7c7644efed4dc.tar.gz
pki-3dfee9129baeac450134813ce9f7c7644efed4dc.tar.xz
pki-3dfee9129baeac450134813ce9f7c7644efed4dc.zip
Reorganized TPS CSS files.
The CSS files for TPS have been moved into the server theme package. All references have been modified accordingly. Ticket #407
Diffstat (limited to 'base/tps/apache/cgi-bin/home')
-rwxr-xr-xbase/tps/apache/cgi-bin/home/Enroll.html2
-rwxr-xr-xbase/tps/apache/cgi-bin/home/cachain.cgi2
2 files changed, 2 insertions, 2 deletions
diff --git a/base/tps/apache/cgi-bin/home/Enroll.html b/base/tps/apache/cgi-bin/home/Enroll.html
index 218da280c..2bcc9c1af 100755
--- a/base/tps/apache/cgi-bin/home/Enroll.html
+++ b/base/tps/apache/cgi-bin/home/Enroll.html
@@ -18,7 +18,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel=stylesheet href="/esc/home/style.css" type="text/css">
+<link rel=stylesheet href="/pki/esc/home/style.css" type="text/css">
<title>Enrollment</title>
</head>
diff --git a/base/tps/apache/cgi-bin/home/cachain.cgi b/base/tps/apache/cgi-bin/home/cachain.cgi
index ddbf5e6ae..27dc9cd6c 100755
--- a/base/tps/apache/cgi-bin/home/cachain.cgi
+++ b/base/tps/apache/cgi-bin/home/cachain.cgi
@@ -45,7 +45,7 @@ if ($response->is_success) {
} else {
print "Content-type: text/html\n\n";
print "<html>";
- print "<link rel=stylesheet href='/esc/home/style.css' type='text/css'>";
+ print "<link rel=stylesheet href='/pki/esc/home/style.css' type='text/css'>";
print "<center><h2>Error Importing CA Chain Information!</h2></center>";
print "<center><h2>Please try again later.</h2></center>";
print "</html>"