summaryrefslogtreecommitdiffstats
path: root/pki/dogtag/ca-ui
diff options
context:
space:
mode:
authorawnuk <awnuk@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2009-08-05 01:46:22 +0000
committerawnuk <awnuk@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2009-08-05 01:46:22 +0000
commit8c51827571e1c080db98d00c83b3cba04724d878 (patch)
tree15354b257c89a4898aa3edf434610bb499e671ed /pki/dogtag/ca-ui
parent638b8802725cc9bf80647e7489b23a3ce088fd4d (diff)
downloadpki-8c51827571e1c080db98d00c83b3cba04724d878.tar.gz
pki-8c51827571e1c080db98d00c83b3cba04724d878.tar.xz
pki-8c51827571e1c080db98d00c83b3cba04724d878.zip
Fixed bugzilla bug #514093.
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@711 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
Diffstat (limited to 'pki/dogtag/ca-ui')
-rw-r--r--pki/dogtag/ca-ui/shared/webapps/ca/ee/ca/UserRevocation.html13
1 files changed, 9 insertions, 4 deletions
diff --git a/pki/dogtag/ca-ui/shared/webapps/ca/ee/ca/UserRevocation.html b/pki/dogtag/ca-ui/shared/webapps/ca/ee/ca/UserRevocation.html
index 78e47c2a6..21685917f 100644
--- a/pki/dogtag/ca-ui/shared/webapps/ca/ee/ca/UserRevocation.html
+++ b/pki/dogtag/ca-ui/shared/webapps/ca/ee/ca/UserRevocation.html
@@ -73,18 +73,23 @@ Select a revocation reason</font></td>
Unspecified<br>
<input type="radio" name="reasonCode" value=1>
Key Compromise<br>
- <input type="radio" name="reasonCode" value=5>
- Cessation of Operation<br>
+ <!--input type="radio" name="reasonCode" value=2-->
+ <!-- CA Compromise<br> -->
<input type="radio" name="reasonCode" value=3>
Affiliation Changed<br>
<input type="radio" name="reasonCode" value=4>
Superseded<br>
- <!--input type="radio" name="reasonCode" value=2-->
- <!-- CA Compromise<br> -->
+ <input type="radio" name="reasonCode" value=5>
+ Cessation of Operation<br>
<!--input type="radio" name="reasonCode" value=6-->
<!--Certificate Hold<br>-->
+ <!--Value 7 is not used-->
<!--input type="radio" name="reasonCode" value=8-->
<!--Remove from CRL<br>-->
+ <input type="radio" name="reasonCode" value=9>
+ Privilege Withdrawn<br>
+ <!--input type="radio" name="reasonCode" value=10-->
+ <!--AA Compromise<br>-->
</font>
</td>
</tr>