summaryrefslogtreecommitdiffstats
path: root/dogtag/tks-ui/shared/webapps/tks/agent/index.template
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-06 15:46:15 -0500
commit792becd29635122751489be38648ae03346e602e (patch)
tree16f38910986eeb3fcd0647e4de54810b63be3ed7 /dogtag/tks-ui/shared/webapps/tks/agent/index.template
parent3b4a7e4edab994ef2bcda7609f61e5c029970a0c (diff)
downloadpki-792becd29635122751489be38648ae03346e602e.tar.gz
pki-792becd29635122751489be38648ae03346e602e.tar.xz
pki-792becd29635122751489be38648ae03346e602e.zip
Updated goto-tall.gif paths.
Diffstat (limited to 'dogtag/tks-ui/shared/webapps/tks/agent/index.template')
-rw-r--r--dogtag/tks-ui/shared/webapps/tks/agent/index.template4
1 files changed, 2 insertions, 2 deletions
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>');