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

Modified Files:
        workflow_list_table_fragment.jsp 
Log Message:
CMSC-384 - This onClickandStyle code was added by Mark and I removed it by 
accident. Now it is back again.


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.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- workflow_list_table_fragment.jsp    18 Mar 2008 09:19:04 -0000      1.10
+++ workflow_list_table_fragment.jsp    10 Apr 2008 15:33:44 -0000      1.11
@@ -11,8 +11,8 @@
             <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"/></th>
+      <th style="width: 68px;"><a href="#" <%=onClickandStyle(pageContext, 
"number")%>><fmt:message key="workflow.number"/></th>
       <th style="width: 50px;">
          <a href="#" <%=onClickandStyle(pageContext, "remark")%>><fmt:message 
key="workflow.remark"/></a>
       </th>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to