Update of 
/var/cvs/contributions/CMSContainer_Modules/workflow/src/webapp/editors/workflow
In directory 
james.mmbase.org:/tmp/cvs-serv18806/workflow/src/webapp/editors/workflow

Modified Files:
        workflow_list_table_fragment.jsp 
Log Message:
CMSC-1241 - Remove 2 columns to reduce space: publishdate and node number.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Modules/workflow/src/webapp/editors/workflow
See also: http://www.mmbase.org/jira/browse/CMSC-1241


Index: workflow_list_table_fragment.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/workflow/src/webapp/editors/workflow/workflow_list_table_fragment.jsp,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- workflow_list_table_fragment.jsp    6 Feb 2009 14:47:20 -0000       1.21
+++ workflow_list_table_fragment.jsp    9 Feb 2009 16:17:30 -0000       1.22
@@ -16,11 +16,6 @@
             <fmt:message key="workflow.title"/>
          </a>
       </th>
-      <th style="width: 140px;">
-         <a href="#" <%=onClickandStyle(pageContext, "publishdate")%>>
-            <fmt:message key="workflow.publishdate"/>
-         </a>
-      </th>
       <th style="width: 145px;">
          <a href="#" <%=onClickandStyle(pageContext, "lastmodifier")%>>
             <fmt:message key="workflow.lastmodifier"/>
@@ -33,11 +28,6 @@
             </a>
          </th>
       </c:if>
-      <th style="width: 68px;">
-         <a href="#" <%=onClickandStyle(pageContext, "number")%>>
-            <fmt:message key="workflow.number"/>
-         </a>
-      </th>
       <c:if test="${workflowType == 'content' || workflowType == 'asset' || 
workflowType == 'allcontent'}">
          <th style="width: 140px;">
             <a href="#" <%=onClickandStyle(pageContext, "contentchannel")%>>
@@ -144,11 +134,6 @@
       </c:if>
       ${value}
    </td>
-   <td>
-      <c:if test="${type ne 'contentchannel'}">
-         <mm:field name="${type}.publishdate"><cmsc:dateformat 
displaytime="true"/></mm:field>
-      </c:if>
-   </td>
    <td style="white-space: nowrap;">
       <mm:field name="workflowitem.lastmodifier"/>
    </td>
@@ -157,9 +142,6 @@
          <mm:field name="${type}.lastmodifieddate"><cmsc:dateformat 
displaytime="true"/></mm:field>
       </td>
    </c:if>
-   <td style="white-space: nowrap;">
-      ${number}
-   </td>
    <c:if test="${workflowType == 'content' || workflowType == 'asset' || 
workflowType == 'allcontent'}">
       <td style="white-space: nowrap;">
          <mm:field name="contentchannel.name"/>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to