summaryrefslogtreecommitdiffstats
path: root/dogtag/kra-ui/shared/webapps/kra/agent
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2012-11-02 13:14:40 -0400
committerEndi Sukma Dewata <edewata@redhat.com>2012-11-02 13:14:40 -0400
commit011600889732575250e98984c1582ce9add135ab (patch)
treea2ee0ff5f2e0bec10c5bff0a6ca8be9f37709fe8 /dogtag/kra-ui/shared/webapps/kra/agent
parentc75e1c96bddd79d52803ab1163aef04386232f99 (diff)
downloadpki-011600889732575250e98984c1582ce9add135ab.tar.gz
pki-011600889732575250e98984c1582ce9add135ab.tar.xz
pki-011600889732575250e98984c1582ce9add135ab.zip
Updated goto-tall.gif paths.
Diffstat (limited to 'dogtag/kra-ui/shared/webapps/kra/agent')
-rw-r--r--dogtag/kra-ui/shared/webapps/kra/agent/index.template4
1 files changed, 2 insertions, 2 deletions
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>');