You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by xu...@apache.org on 2010/02/25 11:19:22 UTC

svn commit: r916220 - /geronimo/server/branches/2.2/plugins/console/console-base-portlets/src/main/webapp/WEB-INF/view/keystore/index.jsp

Author: xuhaihong
Date: Thu Feb 25 10:19:21 2010
New Revision: 916220

URL: http://svn.apache.org/viewvc?rev=916220&view=rev
Log:
GERONIMO-5155 Locking a keystore under "Available" results in exception (Patch from Ashish Jain)

Modified:
    geronimo/server/branches/2.2/plugins/console/console-base-portlets/src/main/webapp/WEB-INF/view/keystore/index.jsp

Modified: geronimo/server/branches/2.2/plugins/console/console-base-portlets/src/main/webapp/WEB-INF/view/keystore/index.jsp
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.2/plugins/console/console-base-portlets/src/main/webapp/WEB-INF/view/keystore/index.jsp?rev=916220&r1=916219&r2=916220&view=diff
==============================================================================
--- geronimo/server/branches/2.2/plugins/console/console-base-portlets/src/main/webapp/WEB-INF/view/keystore/index.jsp (original)
+++ geronimo/server/branches/2.2/plugins/console/console-base-portlets/src/main/webapp/WEB-INF/view/keystore/index.jsp Thu Feb 25 10:19:21 2010
@@ -105,7 +105,7 @@
           <a href="<portlet:actionURL portletMode="view">
             <portlet:param name="mode" value="lockKeystore-before" />
             <portlet:param name="keystore" value="${keystore.name}" />
-            </portlet:actionURL> " onClick="return confirm('<fmt:message key="keystore.index.continueLocking"/>');" ><img src="/console/images/ico_unlock3_16x16.gif" alt='<fmt:message key="keystore.index.unlocked"/>' /></a>
+            </portlet:actionURL>" onClick="return confirm('<fmt:message key="keystore.index.continueLocking"/>');"><img src="/console/images/ico_unlock3_16x16.gif" alt='<fmt:message key="keystore.index.unlocked"/>' /></a>
             ${keys[keystore.name]}
         </c:otherwise>
       </c:choose>