You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ct...@apache.org on 2009/01/20 08:46:09 UTC

svn commit: r735959 - /continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/groupSummary.jsp

Author: ctan
Date: Mon Jan 19 23:46:09 2009
New Revision: 735959

URL: http://svn.apache.org/viewvc?rev=735959&view=rev
Log:
fixed column width in the project groups page

Modified:
    continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/groupSummary.jsp

Modified: continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/groupSummary.jsp
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/groupSummary.jsp?rev=735959&r1=735958&r2=735959&view=diff
==============================================================================
--- continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/groupSummary.jsp (original)
+++ continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/groupSummary.jsp Mon Jan 19 23:46:09 2009
@@ -53,10 +53,10 @@
               sortable="false"
               filterable="false">
       <ec:row highlightRow="true">
-        <ec:column property="name" title="groups.table.name" width="20%" style="white-space: nowrap">
+        <ec:column property="name" title="groups.table.name" width="40%" style="white-space: nowrap">
           <a href="<s:url  action="projectGroupSummary" namespace="/"><s:param name="projectGroupId">${group.id}</s:param></s:url>">${group.name}</a>
         </ec:column>
-        <ec:column property="groupId" title="groups.table.groupId" width="20%"/>
+        <ec:column property="groupId" title="groups.table.groupId" width="40%"/>
         <ec:column property="buildGroupNowAction" title="&nbsp;" width="1%">
           <redback:ifAuthorized permission="continuum-build-group" resource="${group.name}">
             <s:url id="buildProjectGroupUrl" action="buildProjectGroup" namespace="/" includeParams="none">