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

Modified Files:
        workflow_list_table_fragment.jsp 
Log Message:
CMSC-384 fix.
Issue caused a same name on "lastmodifer" and "lastmodifydate".


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


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.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- workflow_list_table_fragment.jsp    31 Jan 2008 10:44:33 -0000      1.8
+++ workflow_list_table_fragment.jsp    7 Mar 2008 06:21:36 -0000       1.9
@@ -5,25 +5,25 @@
    <tr>
       <th style="width: 20px;">&nbsp;</th>
       <th style="width: 10px;">&nbsp;</th>
-      <th style="width: 75px;">&nbsp;</th>
+      <th style="width: 73px;">&nbsp;</th>
       <th style="width: 300px;" nowrap="true">
          <a href="#" <%=onClickandStyle(pageContext, "title")%>>
             <fmt:message key="workflow.title"/>
          </a>
       </th>
-      <th style="width: 68px;"><fmt:message key="workflow.type"/></th>
-      <th style="width: 68px;"><fmt:message key="workflow.number"/></th>
+      <th style="width: 68px;"> <a href="#" <%=onClickandStyle(pageContext, 
"type")%>><fmt:message key="workflow.type"/></a></th>
+      <th style="width: 68px;"><a href="#" <%=onClickandStyle(pageContext, 
"number")%>><fmt:message key="workflow.number"/></a></th>
       <th style="width: 50px;">
          <a href="#" <%=onClickandStyle(pageContext, "remark")%>><fmt:message 
key="workflow.remark"/></a>
       </th>
-      <th style="width: 145px;">
+      <th style="width: 140px;">
          <a href="#" <%=onClickandStyle(pageContext, "lastmodifier")%>>
             <fmt:message key="workflow.lastmodifier"/>
          </a>                                                                  
                                                     
       </th>
       <c:if test="${workflowType == 'page' || workflowType == 'content' }">
          <th style="width: 140px;">
-            <a href="#" <%=onClickandStyle(pageContext, "lastmodifier")%>>
+            <a href="#" <%=onClickandStyle(pageContext, "lastmodifieddate")%>>
                <fmt:message key="workflow.lastmodifieddate"/>
             </a>
          </th>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to