You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jb...@apache.org on 2006/07/27 23:21:45 UTC

svn commit: r426247 - /geronimo/branches/1.1/applications/console-standard/src/webapp/WEB-INF/view/keystore/index.jsp

Author: jbohn
Date: Thu Jul 27 14:21:44 2006
New Revision: 426247

URL: http://svn.apache.org/viewvc?rev=426247&view=rev
Log:
GERONIMO-2234 Add challenge when requested to lock keystore

Modified:
    geronimo/branches/1.1/applications/console-standard/src/webapp/WEB-INF/view/keystore/index.jsp

Modified: geronimo/branches/1.1/applications/console-standard/src/webapp/WEB-INF/view/keystore/index.jsp
URL: http://svn.apache.org/viewvc/geronimo/branches/1.1/applications/console-standard/src/webapp/WEB-INF/view/keystore/index.jsp?rev=426247&r1=426246&r2=426247&view=diff
==============================================================================
--- geronimo/branches/1.1/applications/console-standard/src/webapp/WEB-INF/view/keystore/index.jsp (original)
+++ geronimo/branches/1.1/applications/console-standard/src/webapp/WEB-INF/view/keystore/index.jsp Thu Jul 27 14:21:44 2006
@@ -76,7 +76,7 @@
           <a href="<portlet:actionURL portletMode="view">
             <portlet:param name="mode" value="lockKeystore-before" />
             <portlet:param name="keystore" value="${keystore.instance.keystoreName}" />
-            </portlet:actionURL>"><img src="<%=consoleServletPath%>/../images/ico_unlock3_16x16.gif" alt="Unlocked" /></a>
+            </portlet:actionURL> "onClick="return confirm('This keystore is currently in use.  Locking it may prevent the server from starting.  Continue?');" ><img src="<%=consoleServletPath%>/../images/ico_unlock3_16x16.gif" alt="Unlocked" /></a>
             ${keys[keystore.instance.keystoreName]}
         </c:otherwise>
       </c:choose>