You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ca...@apache.org on 2006/09/18 07:51:04 UTC

svn commit: r447261 - in /maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp: components/projectSummaryComponent.jsp summary.jsp

Author: carlos
Date: Sun Sep 17 22:51:04 2006
New Revision: 447261

URL: http://svn.apache.org/viewvc?view=rev&rev=447261
Log:
Use image width for column width

Modified:
    maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/components/projectSummaryComponent.jsp
    maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/summary.jsp

Modified: maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/components/projectSummaryComponent.jsp
URL: http://svn.apache.org/viewvc/maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/components/projectSummaryComponent.jsp?view=diff&rev=447261&r1=447260&r2=447261
==============================================================================
--- maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/components/projectSummaryComponent.jsp (original)
+++ maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/components/projectSummaryComponent.jsp Sun Sep 17 22:51:04 2006
@@ -3,6 +3,7 @@
 <%@ taglib uri='http://java.sun.com/jsp/jstl/core' prefix='c' %>
 <%@ taglib uri="continuum" prefix="c1" %>
 <ww:i18n name="localization.Continuum">
+
   <ec:table items="projects"
             var="project"
             showExports="false"
@@ -11,7 +12,7 @@
             sortable="false"
             filterable="false">
     <ec:row highlightRow="true">
-      <ec:column property="state" title="&nbsp;" width="1%" cell="org.apache.maven.continuum.web.view.StateCell"/>
+      <ec:column property="state" title="&nbsp;" width="16px" cell="org.apache.maven.continuum.web.view.StateCell"/>
       <ec:column property="name" title="summary.projectTable.name" width="48%">
         <ww:url id="projectUrl" action="projectView" namespace="/">
           <ww:param name="projectId" value="${project.id}"/>
@@ -22,9 +23,9 @@
       <ec:column property="buildNumber" title="summary.projectTable.build" width="5%"
                  cell="org.apache.maven.continuum.web.view.BuildCell"/>
       <ec:column property="projectGroupName" title="summary.projectTable.group" width="13%"/>
-      <ec:column property="buildNowAction" title="&nbsp;" width="1%"
+      <ec:column property="buildNowAction" title="&nbsp;" width="16px"
                  cell="org.apache.maven.continuum.web.view.BuildNowCell"/>
-      <ec:column property="buildHistoryAction" title="&nbsp;" width="1%">
+      <ec:column property="buildHistoryAction" title="&nbsp;" width="16px">
         <c:choose>
           <c:when test="${pageScope.project.latestBuildId > 0}">
             <ww:url id="buildResultsUrl" action="buildResults" namespace="/">
@@ -40,7 +41,7 @@
           </c:otherwise>
         </c:choose>
       </ec:column>
-      <ec:column property="workingCopyAction" title="&nbsp;" width="1%">
+      <ec:column property="workingCopyAction" title="&nbsp;" width="16px">
         <c:choose>
           <c:when test="${pageScope.project.state == 10 || pageScope.project.state == 2 || pageScope.project.state == 3 || pageScope.project.state == 4 || pageScope.project.state == 6}">
             <ww:url id="workingCopyUrl" action="workingCopy" namespace="/">
@@ -55,7 +56,7 @@
           </c:otherwise>
         </c:choose>
       </ec:column>
-      <ec:column property="releaseAction" title="&nbsp;" width="1%">
+      <ec:column property="releaseAction" title="&nbsp;" width="16px">
         <c:choose>
           <c:when test="${pageScope.project.state == 2}">
             <ww:url id="releaseProjectUrl" action="releaseProject!promptReleaseGoal.action" namespace="/">
@@ -72,7 +73,7 @@
           </c:otherwise>
         </c:choose>
       </ec:column>
-      <ec:column property="deleteAction" title="&nbsp;" width="1%">
+      <ec:column property="deleteAction" title="&nbsp;" width="16px">
         <c:choose>
           <c:when
               test="${pageScope.project.state == 1 || pageScope.project.state == 10 || pageScope.project.state == 2 || pageScope.project.state == 3 || pageScope.project.state == 4}">

Modified: maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/summary.jsp
URL: http://svn.apache.org/viewvc/maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/summary.jsp?view=diff&rev=447261&r1=447260&r2=447261
==============================================================================
--- maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/summary.jsp (original)
+++ maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/summary.jsp Sun Sep 17 22:51:04 2006
@@ -19,7 +19,7 @@
               sortable="false"
               filterable="false">
       <ec:row highlightRow="true">
-        <ec:column property="state" title="&nbsp;" width="1%" cell="org.apache.maven.continuum.web.view.StateCell"/>
+        <ec:column property="state" title="&nbsp;" width="16px" cell="org.apache.maven.continuum.web.view.StateCell"/>
         <ec:column property="name" title="summary.projectTable.name" width="48%">
           <a href="<ww:url action="projectView">
                   <ww:param name="projectId" value="${project.id}"/>
@@ -28,9 +28,9 @@
         <ec:column property="version" title="summary.projectTable.version" width="13%"/>
         <ec:column property="buildNumber" title="summary.projectTable.build" width="5%"
                    cell="org.apache.maven.continuum.web.view.BuildCell"/>
-        <ec:column property="buildNowAction" title="&nbsp;" width="1%"
+        <ec:column property="buildNowAction" title="&nbsp;" width="16px"
                    cell="org.apache.maven.continuum.web.view.BuildNowCell"/>
-        <ec:column property="buildHistoryAction" title="&nbsp;" width="1%">
+        <ec:column property="buildHistoryAction" title="&nbsp;" width="16px">
           <c:choose>
             <c:when test="${pageScope.project.latestBuildId > 0}">
               <a href='<ww:url action="buildResults">
@@ -44,7 +44,7 @@
             </c:otherwise>
           </c:choose>
         </ec:column>
-        <ec:column property="workingCopyAction" title="&nbsp;" width="1%">
+        <ec:column property="workingCopyAction" title="&nbsp;" width="16px">
           <c:choose>
             <c:when
                 test="${pageScope.project.state == 10 || pageScope.project.state == 2 || pageScope.project.state == 3 || pageScope.project.state == 4 || pageScope.project.state == 6}">