You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ja...@apache.org on 2008/01/22 00:29:51 UTC

svn commit: r614050 - /geronimo/server/trunk/plugins/system-database/sysdb-portlets/src/main/webapp/WEB-INF/view/dbwizard/confirmURL.jsp

Author: jaydm
Date: Mon Jan 21 15:29:45 2008
New Revision: 614050

URL: http://svn.apache.org/viewvc?rev=614050&view=rev
Log:
Properly open the fmt:message tag

Modified:
    geronimo/server/trunk/plugins/system-database/sysdb-portlets/src/main/webapp/WEB-INF/view/dbwizard/confirmURL.jsp

Modified: geronimo/server/trunk/plugins/system-database/sysdb-portlets/src/main/webapp/WEB-INF/view/dbwizard/confirmURL.jsp
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/system-database/sysdb-portlets/src/main/webapp/WEB-INF/view/dbwizard/confirmURL.jsp?rev=614050&r1=614049&r2=614050&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/system-database/sysdb-portlets/src/main/webapp/WEB-INF/view/dbwizard/confirmURL.jsp (original)
+++ geronimo/server/trunk/plugins/system-database/sysdb-portlets/src/main/webapp/WEB-INF/view/dbwizard/confirmURL.jsp Mon Jan 21 15:29:45 2008
@@ -120,7 +120,7 @@
       </tr>
     <!-- ENTRY FIELD: Max Size -->
       <tr>
-        <th><div align="right">fmt:message key="dbwizard.common.poolMaxSize"/>:</div></th>
+        <th><div align="right"><fmt:message key="dbwizard.common.poolMaxSize"/>:</div></th>
         <td><input name="maxSize" type="text" size="5" value="${pool.maxSize}"></td>
       </tr>
       <tr>
@@ -160,4 +160,4 @@
 
 <p><a href="<portlet:actionURL portletMode="view">
               <portlet:param name="mode" value="list" />
-            </portlet:actionURL>"><fmt:message key="dbwizard.common.cancel"/></a></p>
\ No newline at end of file
+            </portlet:actionURL>"><fmt:message key="dbwizard.common.cancel"/></a></p>