You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2008/06/13 00:45:25 UTC

svn commit: r667290 - /geronimo/server/branches/2.1/plugins/console/plugin-portlets/src/main/webapp/WEB-INF/view/car/viewForDownload.jsp

Author: gawor
Date: Thu Jun 12 15:45:25 2008
New Revision: 667290

URL: http://svn.apache.org/viewvc?rev=667290&view=rev
Log:
make things look a little nicer

Modified:
    geronimo/server/branches/2.1/plugins/console/plugin-portlets/src/main/webapp/WEB-INF/view/car/viewForDownload.jsp

Modified: geronimo/server/branches/2.1/plugins/console/plugin-portlets/src/main/webapp/WEB-INF/view/car/viewForDownload.jsp
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/plugins/console/plugin-portlets/src/main/webapp/WEB-INF/view/car/viewForDownload.jsp?rev=667290&r1=667289&r2=667290&view=diff
==============================================================================
--- geronimo/server/branches/2.1/plugins/console/plugin-portlets/src/main/webapp/WEB-INF/view/car/viewForDownload.jsp (original)
+++ geronimo/server/branches/2.1/plugins/console/plugin-portlets/src/main/webapp/WEB-INF/view/car/viewForDownload.jsp Thu Jun 12 15:45:25 2008
@@ -52,7 +52,7 @@
   <c:forEach var="license" items="${plugin.license}">
       <tr>
         <th align="right" valign="top"><fmt:message key="car.viewForDownload.license" />:</th>
-        <td>${license.value}
+        <td>${license.value}&nbsp;
           <c:choose>
               <c:when test="${license.osiApproved}">(Open Source)</c:when>
               <c:otherwise>(Proprietary)</c:otherwise>
@@ -85,7 +85,7 @@
           </c:when>
           <c:otherwise>
             <c:forEach var="jvmVersion" items="${plugin.jvmVersion}">
-              ${jvmVersion}
+              ${jvmVersion}<br/>
             </c:forEach>
           </c:otherwise>
       </c:choose>