summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dogtag/ca-ui/shared/webapps/ca/agent/header.template2
-rw-r--r--dogtag/kra-ui/shared/webapps/kra/agent/header.template2
-rw-r--r--dogtag/kra-ui/shared/webapps/kra/agent/kra/top.html2
-rw-r--r--dogtag/ocsp-ui/shared/webapps/ocsp/agent/header.template2
-rw-r--r--dogtag/tks-ui/shared/webapps/tks/agent/header.template2
5 files changed, 5 insertions, 5 deletions
diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/header.template b/dogtag/ca-ui/shared/webapps/ca/agent/header.template
index bbfb2d5d3..d1221b14b 100644
--- a/dogtag/ca-ui/shared/webapps/ca/agent/header.template
+++ b/dogtag/ca-ui/shared/webapps/ca/agent/header.template
@@ -66,7 +66,7 @@
}
document.write('<\/font><\/td>');
if (result.recordSet[i].id == header.selected) {
- document.write('<td><img src="/ca/agent/graphics/lgRightTab.gif" width="16" height="21" alt=""><\/td>');
+ document.write('<td><img src="/pki/images/lgRightTab.gif" width="16" height="21" alt=""><\/td>');
} else {
document.write('<td><img src="/pki/images/dgRightTab.gif" width="16" height="21" alt=""><\/td>');
}
diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/header.template b/dogtag/kra-ui/shared/webapps/kra/agent/header.template
index bc5689f12..d1221b14b 100644
--- a/dogtag/kra-ui/shared/webapps/kra/agent/header.template
+++ b/dogtag/kra-ui/shared/webapps/kra/agent/header.template
@@ -66,7 +66,7 @@
}
document.write('<\/font><\/td>');
if (result.recordSet[i].id == header.selected) {
- document.write('<td><img src="/kra/agent/graphics/lgRightTab.gif" width="16" height="21" alt=""><\/td>');
+ document.write('<td><img src="/pki/images/lgRightTab.gif" width="16" height="21" alt=""><\/td>');
} else {
document.write('<td><img src="/pki/images/dgRightTab.gif" width="16" height="21" alt=""><\/td>');
}
diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/top.html b/dogtag/kra-ui/shared/webapps/kra/agent/kra/top.html
index 6c8f323cd..f90ad1a3f 100644
--- a/dogtag/kra-ui/shared/webapps/kra/agent/kra/top.html
+++ b/dogtag/kra-ui/shared/webapps/kra/agent/kra/top.html
@@ -37,7 +37,7 @@
<td><img src="/pki/images/lgLeftTab.gif" width="13" height="21"></td>
<td bgcolor="#cccccc" nowrap><font size="-1" face="PrimaSans BT, Verdana, sans-serif"><b>Key
Service </b></font></td>
- <td><img src="/graphics/lgRightTab.gif" width="16" height="21"></td>
+ <td><img src="/pki/images/lgRightTab.gif" width="16" height="21"></td>
</tr>
</table>
</td>
diff --git a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/header.template b/dogtag/ocsp-ui/shared/webapps/ocsp/agent/header.template
index ae9e282ed..d1221b14b 100644
--- a/dogtag/ocsp-ui/shared/webapps/ocsp/agent/header.template
+++ b/dogtag/ocsp-ui/shared/webapps/ocsp/agent/header.template
@@ -66,7 +66,7 @@
}
document.write('<\/font><\/td>');
if (result.recordSet[i].id == header.selected) {
- document.write('<td><img src="/ocsp/agent/graphics/lgRightTab.gif" width="16" height="21" alt=""><\/td>');
+ document.write('<td><img src="/pki/images/lgRightTab.gif" width="16" height="21" alt=""><\/td>');
} else {
document.write('<td><img src="/pki/images/dgRightTab.gif" width="16" height="21" alt=""><\/td>');
}
diff --git a/dogtag/tks-ui/shared/webapps/tks/agent/header.template b/dogtag/tks-ui/shared/webapps/tks/agent/header.template
index 4e228ae48..d1221b14b 100644
--- a/dogtag/tks-ui/shared/webapps/tks/agent/header.template
+++ b/dogtag/tks-ui/shared/webapps/tks/agent/header.template
@@ -66,7 +66,7 @@
}
document.write('<\/font><\/td>');
if (result.recordSet[i].id == header.selected) {
- document.write('<td><img src="/tks/agent/graphics/lgRightTab.gif" width="16" height="21" alt=""><\/td>');
+ document.write('<td><img src="/pki/images/lgRightTab.gif" width="16" height="21" alt=""><\/td>');
} else {
document.write('<td><img src="/pki/images/dgRightTab.gif" width="16" height="21" alt=""><\/td>');
}