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 11:04:41 UTC

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

Author: carlos
Date: Mon Sep 18 02:04:40 2006
New Revision: 447330

URL: http://svn.apache.org/viewvc?view=rev&rev=447330
Log:
Revert rev #447261 doesn't look too god

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=447330&r1=447329&r2=447330
==============================================================================
--- 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 Mon Sep 18 02:04:40 2006
@@ -12,7 +12,7 @@
             sortable="false"
             filterable="false">
     <ec:row highlightRow="true">
-      <ec:column property="state" title="&nbsp;" width="16px" cell="org.apache.maven.continuum.web.view.StateCell"/>
+      <ec:column property="state" title="&nbsp;" width="1%" 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}"/>
@@ -23,10 +23,10 @@
       <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="16px">
+      <ec:column property="buildNowAction" title="&nbsp;" width="1%">
         <jsp:include page="/components/buildNowCell.jsp"/>
       </ec:column>
-      <ec:column property="buildHistoryAction" title="&nbsp;" width="16px">
+      <ec:column property="buildHistoryAction" title="&nbsp;" width="1%">
         <c:choose>
           <c:when test="${pageScope.project.latestBuildId > 0}">
             <ww:url id="buildResultsUrl" action="buildResults" namespace="/">
@@ -42,7 +42,7 @@
           </c:otherwise>
         </c:choose>
       </ec:column>
-      <ec:column property="workingCopyAction" title="&nbsp;" width="16px">
+      <ec:column property="workingCopyAction" title="&nbsp;" width="1%">
         <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="/">
@@ -57,7 +57,7 @@
           </c:otherwise>
         </c:choose>
       </ec:column>
-      <ec:column property="releaseAction" title="&nbsp;" width="16px">
+      <ec:column property="releaseAction" title="&nbsp;" width="1%">
         <c:choose>
           <c:when test="${pageScope.project.state == 2}">
             <ww:url id="releaseProjectUrl" action="releaseProject!promptReleaseGoal.action" namespace="/">
@@ -74,7 +74,7 @@
           </c:otherwise>
         </c:choose>
       </ec:column>
-      <ec:column property="deleteAction" title="&nbsp;" width="16px">
+      <ec:column property="deleteAction" title="&nbsp;" width="1%">
         <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=447330&r1=447329&r2=447330
==============================================================================
--- 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 Mon Sep 18 02:04:40 2006
@@ -19,7 +19,7 @@
               sortable="false"
               filterable="false">
       <ec:row highlightRow="true">
-        <ec:column property="state" title="&nbsp;" width="16px" cell="org.apache.maven.continuum.web.view.StateCell"/>
+        <ec:column property="state" title="&nbsp;" width="1%" 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,10 +28,10 @@
         <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="16px">
+        <ec:column property="buildNowAction" title="&nbsp;" width="1%">
           <jsp:include page="/components/buildNowCell.jsp"/>
         </ec:column>
-        <ec:column property="buildHistoryAction" title="&nbsp;" width="16px">
+        <ec:column property="buildHistoryAction" title="&nbsp;" width="1%">
           <c:choose>
             <c:when test="${pageScope.project.latestBuildId > 0}">
               <a href='<ww:url action="buildResults">
@@ -45,7 +45,7 @@
             </c:otherwise>
           </c:choose>
         </ec:column>
-        <ec:column property="workingCopyAction" title="&nbsp;" width="16px">
+        <ec:column property="workingCopyAction" title="&nbsp;" width="1%">
           <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}">