diff options
| author | awnuk <awnuk@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2009-06-12 19:58:12 +0000 |
|---|---|---|
| committer | awnuk <awnuk@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2009-06-12 19:58:12 +0000 |
| commit | 47c69b0d1e1599d45d970da0bdba7e30071cb50e (patch) | |
| tree | e9bdade0ba8951e53e4321affb2826ccc06b3947 | |
| parent | 3178a009687c95ddea4270b75e4bb7be4a62d3f0 (diff) | |
Bugzilla bug #502694.
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@591 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
| -rw-r--r-- | pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/reasonToRevoke.template | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/reasonToRevoke.template b/pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/reasonToRevoke.template index 6f1054218..d8391eb86 100644 --- a/pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/reasonToRevoke.template +++ b/pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/reasonToRevoke.template @@ -461,6 +461,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> |
