You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by rw...@apache.org on 2011/08/09 15:13:39 UTC

svn commit: r1155353 - /geronimo/server/trunk/plugins/console/console-base-portlets/src/main/webapp/WEB-INF/view/servermanager/normal.jsp

Author: rwonly
Date: Tue Aug  9 13:13:39 2011
New Revision: 1155353

URL: http://svn.apache.org/viewvc?rev=1155353&view=rev
Log:
GERONIMO-6101 Server can't be shutdown via admin console

Modified:
    geronimo/server/trunk/plugins/console/console-base-portlets/src/main/webapp/WEB-INF/view/servermanager/normal.jsp

Modified: geronimo/server/trunk/plugins/console/console-base-portlets/src/main/webapp/WEB-INF/view/servermanager/normal.jsp
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/console/console-base-portlets/src/main/webapp/WEB-INF/view/servermanager/normal.jsp?rev=1155353&r1=1155352&r2=1155353&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/console/console-base-portlets/src/main/webapp/WEB-INF/view/servermanager/normal.jsp (original)
+++ geronimo/server/trunk/plugins/console/console-base-portlets/src/main/webapp/WEB-INF/view/servermanager/normal.jsp Tue Aug  9 13:13:39 2011
@@ -37,8 +37,8 @@
             <td align="center">
             <form action="<portlet:actionURL/>" method="POST">
                 <input type="hidden" name="shutdown" value="shutdown" />
-                <input type="button" value='<fmt:message key="servermanager.normal.shutdown"/>' 
-                       onClick="showGlobalConfirmMessage('<fmt:message key="servermanager.normal.comfirmMsg01"/>')" />
+                <input type="submit" value='<fmt:message key="servermanager.normal.shutdown"/>' 
+                       onClick="return showGlobalConfirmMessage('<fmt:message key="servermanager.normal.comfirmMsg01"/>')" />
             </form>
             </td>
         </tr>