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:25:08 UTC

svn commit: r426252 - /geronimo/trunk/applications/console/console-standard/src/webapp/WEB-INF/view/keystore/index.jsp

Author: jbohn
Date: Thu Jul 27 14:25:07 2006
New Revision: 426252

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

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

Modified: geronimo/trunk/applications/console/console-standard/src/webapp/WEB-INF/view/keystore/index.jsp
URL: http://svn.apache.org/viewvc/geronimo/trunk/applications/console/console-standard/src/webapp/WEB-INF/view/keystore/index.jsp?rev=426252&r1=426251&r2=426252&view=diff
==============================================================================
--- geronimo/trunk/applications/console/console-standard/src/webapp/WEB-INF/view/keystore/index.jsp (original)
+++ geronimo/trunk/applications/console/console-standard/src/webapp/WEB-INF/view/keystore/index.jsp Thu Jul 27 14:25:07 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>