diff options
author | Endi Sukma Dewata <edewata@redhat.com> | 2012-11-02 13:20:19 -0400 |
---|---|---|
committer | Endi Sukma Dewata <edewata@redhat.com> | 2012-11-06 15:46:37 -0500 |
commit | 918764d1b7dd14e34cb104fda45d0f07bd801f46 (patch) | |
tree | d0454c7bbfd69044120dab7859a7718d46c3748c | |
parent | 6e836a69083afd79747e79f91a6e5d8311e68ace (diff) | |
download | pki-918764d1b7dd14e34cb104fda45d0f07bd801f46.tar.gz pki-918764d1b7dd14e34cb104fda45d0f07bd801f46.tar.xz pki-918764d1b7dd14e34cb104fda45d0f07bd801f46.zip |
Updated lgRightTab.gif paths.
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>'); } |