summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dogtag/ca-ui/shared/webapps/ca/agent/index.template4
-rw-r--r--dogtag/ca-ui/shared/webapps/ca/agent/ports.template2
-rw-r--r--dogtag/kra-ui/shared/webapps/kra/agent/index.template4
-rw-r--r--dogtag/ocsp-ui/shared/webapps/ocsp/agent/index.template4
-rw-r--r--dogtag/ocsp-ui/shared/webapps/ocsp/agent/ports.template2
-rw-r--r--dogtag/tks-ui/shared/webapps/tks/agent/index.template4
-rw-r--r--dogtag/tks-ui/shared/webapps/tks/agent/ports.template2
7 files changed, 11 insertions, 11 deletions
diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/index.template b/dogtag/ca-ui/shared/webapps/ca/agent/index.template
index b4696a859..4f45c7390 100644
--- a/dogtag/ca-ui/shared/webapps/ca/agent/index.template
+++ b/dogtag/ca-ui/shared/webapps/ca/agent/index.template
@@ -84,7 +84,7 @@ if (result.header.errorDetails != null) {
for (var i = 0; i < result.recordSet.length; ++i) {
document.write('<tr valign="TOP">');
document.write('<td>');
- document.write('<img src="/graphics/goto-tall.gif" width="10" height="15">&nbsp;</td>');
+ document.write('<img src="/pki/images/goto-tall.gif" width="10" height="15">&nbsp;</td>');
document.write('<td>');
document.write('<font face="PrimaSans BT, Verdana, sans-serif">');
document.write('<a href="');
@@ -120,7 +120,7 @@ document.write('</tr>');
if (displayServices== 'true')
{
document.write('<tr valign="TOP">');
- document.write('<TD><IMG src="/graphics/goto-tall.gif" width="10" height="15"></TD>');
+ document.write('<TD><IMG src="/pki/images/goto-tall.gif" width="10" height="15"></TD>');
document.write('<TD><FONT face="PrimaSans BT, Verdana, sans-serif">');
document.write('<A href="ports">Services Summary</A></FONT></TD>');
document.write('</tr>');
diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ports.template b/dogtag/ca-ui/shared/webapps/ca/agent/ports.template
index cf5081b30..bfec33981 100644
--- a/dogtag/ca-ui/shared/webapps/ca/agent/ports.template
+++ b/dogtag/ca-ui/shared/webapps/ca/agent/ports.template
@@ -85,7 +85,7 @@ if (result.header.errorDetails != null) {
continue;
document.write('<tr valign="TOP">');
document.write('<td>');
- document.write('<img src="/ca/agent/graphics/goto-tall.gif" width="10" height="15">&nbsp;</td>');
+ document.write('<img src="/pki/images/goto-tall.gif" width="10" height="15">&nbsp;</td>');
document.write('<td>');
document.write('<font face="PrimaSans BT, Verdana, sans-serif">');
document.write('<a href="');
diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/index.template b/dogtag/kra-ui/shared/webapps/kra/agent/index.template
index ecf61b863..c3200bb9c 100644
--- a/dogtag/kra-ui/shared/webapps/kra/agent/index.template
+++ b/dogtag/kra-ui/shared/webapps/kra/agent/index.template
@@ -84,7 +84,7 @@ if (result.header.errorDetails != null) {
for (var i = 0; i < result.recordSet.length; ++i) {
document.write('<tr valign="TOP">');
document.write('<td>');
- document.write('<img src="/graphics/goto-tall.gif" width="10" height="15">&nbsp;</td>');
+ document.write('<img src="/pki/images/goto-tall.gif" width="10" height="15">&nbsp;</td>');
document.write('<td>');
document.write('<font face="PrimaSans BT, Verdana, sans-serif">');
document.write('<a href="');
@@ -120,7 +120,7 @@ document.write('</tr>');
if (displayServices== 'true')
{
document.write('<tr valign="TOP">');
- document.write('<TD><IMG src="/graphics/goto-tall.gif" width="10" height="15"></TD>');
+ document.write('<TD><IMG src="/pki/images/goto-tall.gif" width="10" height="15"></TD>');
document.write('<TD><FONT face="PrimaSans BT, Verdana, sans-serif">');
document.write('<A href="ports">Services Summary</A></FONT></TD>');
document.write('</tr>');
diff --git a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/index.template b/dogtag/ocsp-ui/shared/webapps/ocsp/agent/index.template
index d21a30a51..be2c39d9e 100644
--- a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/index.template
+++ b/dogtag/ocsp-ui/shared/webapps/ocsp/agent/index.template
@@ -84,7 +84,7 @@ if (result.header.errorDetails != null) {
for (var i = 0; i < result.recordSet.length; ++i) {
document.write('<tr valign="TOP">');
document.write('<td>');
- document.write('<img src="/graphics/goto-tall.gif" width="10" height="15">&nbsp;</td>');
+ document.write('<img src="/pki/images/goto-tall.gif" width="10" height="15">&nbsp;</td>');
document.write('<td>');
document.write('<font face="PrimaSans BT, Verdana, sans-serif">');
document.write('<a href="');
@@ -120,7 +120,7 @@ document.write('</tr>');
if (displayServices== 'true')
{
document.write('<tr valign="TOP">');
- document.write('<TD><IMG src="/graphics/goto-tall.gif" width="10" height="15"></TD>');
+ document.write('<TD><IMG src="/pki/images/goto-tall.gif" width="10" height="15"></TD>');
document.write('<TD><FONT face="PrimaSans BT, Verdana, sans-serif">');
document.write('<A href="ports">Services Summary</A></FONT></TD>');
document.write('</tr>');
diff --git a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ports.template b/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ports.template
index 84ebd9c3f..8413ada1b 100644
--- a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ports.template
+++ b/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ports.template
@@ -85,7 +85,7 @@ if (result.header.errorDetails != null) {
continue;
document.write('<tr valign="TOP">');
document.write('<td>');
- document.write('<img src="/ocsp/agent/graphics/goto-tall.gif" width="10" height="15">&nbsp;</td>');
+ document.write('<img src="/pki/images/goto-tall.gif" width="10" height="15">&nbsp;</td>');
document.write('<td>');
document.write('<font face="PrimaSans BT, Verdana, sans-serif">');
document.write('<a href="');
diff --git a/dogtag/tks-ui/shared/webapps/tks/agent/index.template b/dogtag/tks-ui/shared/webapps/tks/agent/index.template
index c5a09dcb4..534ad257b 100644
--- a/dogtag/tks-ui/shared/webapps/tks/agent/index.template
+++ b/dogtag/tks-ui/shared/webapps/tks/agent/index.template
@@ -84,7 +84,7 @@ if (result.header.errorDetails != null) {
for (var i = 0; i < result.recordSet.length; ++i) {
document.write('<tr valign="TOP">');
document.write('<td>');
- document.write('<img src="/graphics/goto-tall.gif" width="10" height="15">&nbsp;</td>');
+ document.write('<img src="/pki/images/goto-tall.gif" width="10" height="15">&nbsp;</td>');
document.write('<td>');
document.write('<font face="PrimaSans BT, Verdana, sans-serif">');
document.write('<a href="');
@@ -120,7 +120,7 @@ document.write('</tr>');
if (displayServices== 'true')
{
document.write('<tr valign="TOP">');
- document.write('<TD><IMG src="/graphics/goto-tall.gif" width="10" height="15"></TD>');
+ document.write('<TD><IMG src="/pki/images/goto-tall.gif" width="10" height="15"></TD>');
document.write('<TD><FONT face="PrimaSans BT, Verdana, sans-serif">');
document.write('<A href="ports">Services Summary</A></FONT></TD>');
document.write('</tr>');
diff --git a/dogtag/tks-ui/shared/webapps/tks/agent/ports.template b/dogtag/tks-ui/shared/webapps/tks/agent/ports.template
index 076372c85..4d33dd3f0 100644
--- a/dogtag/tks-ui/shared/webapps/tks/agent/ports.template
+++ b/dogtag/tks-ui/shared/webapps/tks/agent/ports.template
@@ -85,7 +85,7 @@ if (result.header.errorDetails != null) {
continue;
document.write('<tr valign="TOP">');
document.write('<td>');
- document.write('<img src="/tks/agent/graphics/goto-tall.gif" width="10" height="15">&nbsp;</td>');
+ document.write('<img src="/pki/images/goto-tall.gif" width="10" height="15">&nbsp;</td>');
document.write('<td>');
document.write('<font face="PrimaSans BT, Verdana, sans-serif">');
document.write('<a href="');