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-11-30 16:19:03 -0500
commite74838f385509484b45d53a8a2ff6b13db3db454 (patch)
tree141e2d973039959db01c2b6e26b28524bffbd8b9 /base/tps/apache/cgi-bin/home
parent96a49a09060726a38080eeaebad97ca74ab9b8a3 (diff)
downloadpki-e74838f385509484b45d53a8a2ff6b13db3db454.tar.gz
pki-e74838f385509484b45d53a8a2ff6b13db3db454.tar.xz
pki-e74838f385509484b45d53a8a2ff6b13db3db454.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>"