summaryrefslogtreecommitdiffstats
path: root/dogtag/kra-ui/shared/webapps/kra/agent/kra/srchKeyForRecovery.template
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2012-11-02 12:38:03 -0400
committerEndi Sukma Dewata <edewata@redhat.com>2012-11-06 15:45:48 -0500
commit137d8f9e578f1c9f46d8cf338af68ef82cf39657 (patch)
tree3883f138a72a011f8ca81a068d752cb0f679365c /dogtag/kra-ui/shared/webapps/kra/agent/kra/srchKeyForRecovery.template
parent810ecfefc4ebe60757638ffcc077bf2d30538aa7 (diff)
downloadpki-137d8f9e578f1c9f46d8cf338af68ef82cf39657.tar.gz
pki-137d8f9e578f1c9f46d8cf338af68ef82cf39657.tar.xz
pki-137d8f9e578f1c9f46d8cf338af68ef82cf39657.zip
Updated hr.gif paths.
Diffstat (limited to 'dogtag/kra-ui/shared/webapps/kra/agent/kra/srchKeyForRecovery.template')
-rw-r--r--dogtag/kra-ui/shared/webapps/kra/agent/kra/srchKeyForRecovery.template6
1 files changed, 3 insertions, 3 deletions
diff --git a/dogtag/kra-ui/shared/webapps/kra/agent/kra/srchKeyForRecovery.template b/dogtag/kra-ui/shared/webapps/kra/agent/kra/srchKeyForRecovery.template
index 2c421a5e7..a4605ff9a 100644
--- a/dogtag/kra-ui/shared/webapps/kra/agent/kra/srchKeyForRecovery.template
+++ b/dogtag/kra-ui/shared/webapps/kra/agent/kra/srchKeyForRecovery.template
@@ -187,11 +187,11 @@ if (result.header.errorDetails != null) {
writeError(result.header.errorDetails);
} else if (result.header.totalRecordCount == 0) {
document.write('<font face="PrimaSans BT, Verdana, sans-serif" size=+1>Search Results</font>\n');
- document.write('<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/graphics/hr.gif"><TR><TD>&nbsp;</TD></TR></TABLE>');
+ document.write('<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif"><TR><TD>&nbsp;</TD></TR></TABLE>');
document.write('<div align=left><b><font face="PrimaSans BT, Verdana, sans-serif" size="+1">No Matching Key Found</font></b></div>\n');
} else {
document.write('<font face="PrimaSans BT, Verdana, sans-serif" size=+1>Search Results</font>\n');
- document.write('<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/graphics/hr.gif"><TR><TD>&nbsp;</TD></TR></TABLE>');
+ document.write('<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif"><TR><TD>&nbsp;</TD></TR></TABLE>');
document.write('<font face="PrimaSans BT, Verdana, sans-serif" size=+1>');
document.write('Authority: ' +
(result.header.archiverName != null ? result.header.archiverName : "UNKNOWN"));
@@ -217,7 +217,7 @@ if (result.header.errorDetails != null) {
displayKeyRecord(result.recordSet[i]);
}
document.write('</table>');
- document.write('<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/graphics/hr.gif"><TR><TD>&nbsp;</TD></TR></TABLE>');
+ document.write('<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BACKGROUND="/pki/images/hr.gif"><TR><TD>&nbsp;</TD></TR></TABLE>');
}