summaryrefslogtreecommitdiffstats
path: root/dogtag/ocsp-ui/shared/webapps
diff options
context:
space:
mode:
Diffstat (limited to 'dogtag/ocsp-ui/shared/webapps')
-rw-r--r--dogtag/ocsp-ui/shared/webapps/ocsp/agent/index.template4
-rw-r--r--dogtag/ocsp-ui/shared/webapps/ocsp/agent/ports.template2
2 files changed, 3 insertions, 3 deletions
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="');