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

svn commit: r425082 - in /geronimo/trunk/applications/console/console-standard/src/webapp/WEB-INF/view: configmanager/normal.jsp jmsmanager/server/connector/normal.jsp jmsmanager/server/normal.jsp

Author: sppatel
Date: Mon Jul 24 07:56:44 2006
New Revision: 425082

URL: http://svn.apache.org/viewvc?rev=425082&view=rev
Log:
GERONIMO-1037 prompt for confirm on uninstall config

Modified:
    geronimo/trunk/applications/console/console-standard/src/webapp/WEB-INF/view/configmanager/normal.jsp
    geronimo/trunk/applications/console/console-standard/src/webapp/WEB-INF/view/jmsmanager/server/connector/normal.jsp
    geronimo/trunk/applications/console/console-standard/src/webapp/WEB-INF/view/jmsmanager/server/normal.jsp

Modified: geronimo/trunk/applications/console/console-standard/src/webapp/WEB-INF/view/configmanager/normal.jsp
URL: http://svn.apache.org/viewvc/geronimo/trunk/applications/console/console-standard/src/webapp/WEB-INF/view/configmanager/normal.jsp?rev=425082&r1=425081&r2=425082&view=diff
==============================================================================
--- geronimo/trunk/applications/console/console-standard/src/webapp/WEB-INF/view/configmanager/normal.jsp (original)
+++ geronimo/trunk/applications/console/console-standard/src/webapp/WEB-INF/view/configmanager/normal.jsp Mon Jul 24 07:56:44 2006
@@ -36,7 +36,7 @@
             <c:if test="${moduleDetails.state.running}">&nbsp;<a href="<portlet:actionURL><portlet:param name="configId" value="${moduleDetails.configId}"/><portlet:param name="action" value="restart"/></portlet:actionURL>">Restart</a></c:if>
         </td>
         <td width="75" class="${backgroundClass}">
-            <a href="<portlet:actionURL><portlet:param name="configId" value="${moduleDetails.configId}"/><portlet:param name="action" value="uninstall"/></portlet:actionURL>">Uninstall</a>
+            <a href="<portlet:actionURL><portlet:param name="configId" value="${moduleDetails.configId}"/><portlet:param name="action" value="uninstall"/></portlet:actionURL>" onClick="return confirm('Are you sure you want to uninstall ${moduleDetails.configId}?');">Uninstall</a>
         </td>
     </tr>
   </c:forEach>

Modified: geronimo/trunk/applications/console/console-standard/src/webapp/WEB-INF/view/jmsmanager/server/connector/normal.jsp
URL: http://svn.apache.org/viewvc/geronimo/trunk/applications/console/console-standard/src/webapp/WEB-INF/view/jmsmanager/server/connector/normal.jsp?rev=425082&r1=425081&r2=425082&view=diff
==============================================================================
--- geronimo/trunk/applications/console/console-standard/src/webapp/WEB-INF/view/jmsmanager/server/connector/normal.jsp (original)
+++ geronimo/trunk/applications/console/console-standard/src/webapp/WEB-INF/view/jmsmanager/server/connector/normal.jsp Mon Jul 24 07:56:44 2006
@@ -51,7 +51,7 @@
                  <portlet:param name="mode" value="delete" />
                  <portlet:param name="brokerURI" value="${info.brokerURI}" />
                  <portlet:param name="connectorURI" value="${info.connectorURI}" />
-               </portlet:actionURL>">delete</a>
+               </portlet:actionURL>" onClick="return confirm('Are you sure you want to delete ${info.connectorName}?');">delete</a>
              </td>
           </tr>
 </c:forEach>

Modified: geronimo/trunk/applications/console/console-standard/src/webapp/WEB-INF/view/jmsmanager/server/normal.jsp
URL: http://svn.apache.org/viewvc/geronimo/trunk/applications/console/console-standard/src/webapp/WEB-INF/view/jmsmanager/server/normal.jsp?rev=425082&r1=425081&r2=425082&view=diff
==============================================================================
--- geronimo/trunk/applications/console/console-standard/src/webapp/WEB-INF/view/jmsmanager/server/normal.jsp (original)
+++ geronimo/trunk/applications/console/console-standard/src/webapp/WEB-INF/view/jmsmanager/server/normal.jsp Mon Jul 24 07:56:44 2006
@@ -43,7 +43,7 @@
                <a href="<portlet:actionURL portletMode="view">
                  <portlet:param name="mode" value="delete" />
                  <portlet:param name="objectName" value="${entry.brokerURI}" />
-               </portlet:actionURL>">delete</a>
+               </portlet:actionURL>" onClick="return confirm('Are you sure you want to delete ${entry.brokerName}?');">delete</a>
              </td>
 -->
           </tr>