summaryrefslogtreecommitdiffstats
path: root/pki/dogtag/ca-ui/shared/webapps
diff options
context:
space:
mode:
authorawnuk <awnuk@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2009-08-05 01:49:36 +0000
committerawnuk <awnuk@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2009-08-05 01:49:36 +0000
commit87d2daa99e469998e6e1b1dfe00209543d8a8df7 (patch)
tree548ab3de7be381d84f55a299ef11e6ef821a595c /pki/dogtag/ca-ui/shared/webapps
parente544962c921bbdd5bebf6d8af555c0f8696b9d52 (diff)
downloadpki-87d2daa99e469998e6e1b1dfe00209543d8a8df7.tar.gz
pki-87d2daa99e469998e6e1b1dfe00209543d8a8df7.tar.xz
pki-87d2daa99e469998e6e1b1dfe00209543d8a8df7.zip
Fixed bugzilla bug #514093.
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@717 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
Diffstat (limited to 'pki/dogtag/ca-ui/shared/webapps')
-rw-r--r--pki/dogtag/ca-ui/shared/webapps/ca/ee/ca/reasonToRevoke.template10
1 files changed, 7 insertions, 3 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 6f7e12a3e..6d2edf1ec 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
@@ -202,10 +202,14 @@ function renderReason()
"Key compromised",
"CA key compromised",
"Affiliation changed",
- "Certificate superseded",
+ "Certificate superceded",
"Cessation of operation",
- "Certificate is on hold");
- var activeChoice = new Array(1, 1, 0, 1, 1, 1, 0);
+ "Certificate is on hold",
+ "Unspecified", // value 7 is not used
+ "Remove from CRL",
+ "Privilege withdrawn",
+ "AA key compromise");
+ var activeChoice = new Array(1, 1, 0, 1, 1, 1, 0, 0, 0, 1, 0);
document.write("<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n");
for (var i = 0; i < reason.length; i++) {
if (activeChoice[i] > 0) {