summaryrefslogtreecommitdiffstats
path: root/pki/dogtag/ca-ui/shared/webapps/ca/ee/ca/reasonToRevoke.template
diff options
context:
space:
mode:
authorawnuk <awnuk@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2009-06-12 19:58:27 +0000
committerawnuk <awnuk@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2009-06-12 19:58:27 +0000
commitec734821900013f119d9ce8af93997fc80531100 (patch)
treea64a683982daacbbde8d4df74a7a470724884e56 /pki/dogtag/ca-ui/shared/webapps/ca/ee/ca/reasonToRevoke.template
parent47c69b0d1e1599d45d970da0bdba7e30071cb50e (diff)
downloadpki-ec734821900013f119d9ce8af93997fc80531100.tar.gz
pki-ec734821900013f119d9ce8af93997fc80531100.tar.xz
pki-ec734821900013f119d9ce8af93997fc80531100.zip
Bugzilla bug #502694.
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@592 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
Diffstat (limited to 'pki/dogtag/ca-ui/shared/webapps/ca/ee/ca/reasonToRevoke.template')
-rw-r--r--pki/dogtag/ca-ui/shared/webapps/ca/ee/ca/reasonToRevoke.template4
1 files changed, 4 insertions, 0 deletions
diff --git a/pki/dogtag/ca-ui/shared/webapps/ca/ee/ca/reasonToRevoke.template b/pki/dogtag/ca-ui/shared/webapps/ca/ee/ca/reasonToRevoke.template
index 8cf4aac0e..6f7e12a3e 100644
--- a/pki/dogtag/ca-ui/shared/webapps/ca/ee/ca/reasonToRevoke.template
+++ b/pki/dogtag/ca-ui/shared/webapps/ca/ee/ca/reasonToRevoke.template
@@ -451,6 +451,10 @@ function revokeCert(serialNumber)
document.writeln("<INPUT TYPE=hidden name=b64eCertificate value=\"" +
result.header.b64eCertificate +"\">");
}
+ if (typeof(result.header.nonce) != "undefined") {
+ document.writeln("<INPUT TYPE=hidden name=nonce value=\"" +
+ result.header.nonce +"\">");
+ }
//-->
</SCRIPT>
</td>