commit | a98273cbd6bed00f1b43bd2f02b18c7b57024fc4 | [log] [tgz] |
---|---|---|
author | Ming Xia <xiaming@apache.org> | Wed May 23 06:44:16 2012 +0000 |
committer | Ming Xia <xiaming@apache.org> | Wed May 23 06:44:16 2012 +0000 |
tree | 99e2370d6a0272ea37bf567c526283a568ffaee7 | |
parent | 0680412f495fb4f8c4c003f50c0e2ae83ce65607 [diff] |
GERONIMO-6196 Disable some functions when keystore is locked, for trunk git-svn-id: https://svn.apache.org/repos/asf/geronimo/server/trunk@1341763 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/plugins/console/console-base-portlets/src/main/webapp/WEB-INF/view/keystore/certificateDetails.jsp b/plugins/console/console-base-portlets/src/main/webapp/WEB-INF/view/keystore/certificateDetails.jsp index c157215..1f5835c 100644 --- a/plugins/console/console-base-portlets/src/main/webapp/WEB-INF/view/keystore/certificateDetails.jsp +++ b/plugins/console/console-base-portlets/src/main/webapp/WEB-INF/view/keystore/certificateDetails.jsp
@@ -59,6 +59,12 @@ <fmt:message key="keystore.certificateDetails.changeKeyPwd"/></a></td> </c:if> +<c:if test="${(keyLocked)}"> +<td><u><fmt:message key="keystore.certificateDetails.generateCSR"/></u></td> +<td><u><fmt:message key="keystore.certificateDetails.importCAReply"/></u></td> +<td><u><fmt:message key="keystore.certificateDetails.changeKeyPwd"/></u></td> +</c:if> + <td> <a href="<portlet:actionURL portletMode="view"> <portlet:param name="mode" value="deleteEntry-before" />