diff options
author | Endi Sukma Dewata <edewata@redhat.com> | 2012-11-02 16:09:50 -0400 |
---|---|---|
committer | Endi Sukma Dewata <edewata@redhat.com> | 2012-11-03 02:12:00 -0400 |
commit | 382135f7f2fb63243637b1acfc93413eb06fbf2d (patch) | |
tree | 7a677d900d6535a1ebfc5e6d7ed7724a3d8ba241 | |
parent | f9678516ea46277d45069eb7fd8400d656971109 (diff) | |
download | pki-382135f7f2fb63243637b1acfc93413eb06fbf2d.tar.gz pki-382135f7f2fb63243637b1acfc93413eb06fbf2d.tar.xz pki-382135f7f2fb63243637b1acfc93413eb06fbf2d.zip |
Updated rootca.gif and sub.gif paths.
3 files changed, 6 insertions, 6 deletions
diff --git a/dogtag/common-ui/shared/admin/console/config/hierarchypanel.vm b/dogtag/common-ui/shared/admin/console/config/hierarchypanel.vm index 64b77a8bd..e6c03a6b1 100644 --- a/dogtag/common-ui/shared/admin/console/config/hierarchypanel.vm +++ b/dogtag/common-ui/shared/admin/console/config/hierarchypanel.vm @@ -49,8 +49,8 @@ The PKI hierarchy establishes the trust relationships between this CA instance a </div> <p> -<b><input $check_root type=radio name=choice value="root"> Make this a Self-Signed Root CA within this new PKI hierarchy. <img alt="" src="../img/rootca.gif"></b> +<b><input $check_root type=radio name=choice value="root"> Make this a Self-Signed Root CA within this new PKI hierarchy. <img alt="" src="/pki/images/rootca.gif"></b> <p> -<b><input $check_join type=radio name=choice value="join"> Make this a subordinate CA of another CA. <img alt="" src="../img/sub.gif"></b> +<b><input $check_join type=radio name=choice value="join"> Make this a subordinate CA of another CA. <img alt="" src="/pki/images/sub.gif"></b> <p> diff --git a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/hierarchypanel.vm b/dogtag/ra-ui/shared/docroot/ra/admin/console/config/hierarchypanel.vm index bde310882..41cba696d 100644 --- a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/hierarchypanel.vm +++ b/dogtag/ra-ui/shared/docroot/ra/admin/console/config/hierarchypanel.vm @@ -58,9 +58,9 @@ The PKI hierarchy establishes the trust relationships between this CA instance a </div> <p> -<b><input $check_root type=radio name=choice value="root" onChange="setURL();"> Make this a Self-Signed Root CA within this new PKI hierarchy. <img alt="" src="rootca.gif"></b> +<b><input $check_root type=radio name=choice value="root" onChange="setURL();"> Make this a Self-Signed Root CA within this new PKI hierarchy. <img alt="" src="/pki/images/rootca.gif"></b> <p> -<b><input $check_join type=radio name=choice value="join" onChange="setURL();"> Make this a subordinate CA of another CA. <img alt="" src="sub.gif"></b> +<b><input $check_join type=radio name=choice value="join" onChange="setURL();"> Make this a subordinate CA of another CA. <img alt="" src="/pki/images/sub.gif"></b> <table class="details"> <tr> diff --git a/dogtag/tps-ui/shared/docroot/tps/admin/console/config/hierarchypanel.vm b/dogtag/tps-ui/shared/docroot/tps/admin/console/config/hierarchypanel.vm index 41d241c47..0138188e9 100644 --- a/dogtag/tps-ui/shared/docroot/tps/admin/console/config/hierarchypanel.vm +++ b/dogtag/tps-ui/shared/docroot/tps/admin/console/config/hierarchypanel.vm @@ -57,9 +57,9 @@ The PKI hierarchy establishes the trust relationships between this CA instance a </div> <p> -<b><input $check_root type=radio name=choice value="root" onChange="setURL();"> Make this a Self-Signed Root CA within this new PKI hierarchy. <img alt="" src="rootca.gif"></b> +<b><input $check_root type=radio name=choice value="root" onChange="setURL();"> Make this a Self-Signed Root CA within this new PKI hierarchy. <img alt="" src="/pki/images/rootca.gif"></b> <p> -<b><input $check_join type=radio name=choice value="join" onChange="setURL();"> Make this a subordinate CA of another CA. <img alt="" src="sub.gif"></b> +<b><input $check_join type=radio name=choice value="join" onChange="setURL();"> Make this a subordinate CA of another CA. <img alt="" src="/pki/images/sub.gif"></b> <table class="details"> <tr> |