Author: mfang
Date: 2009-05-20 09:03:55 +0200 (Wed, 20 May 2009)
New Revision: 35315
Added:
CMSContainer/trunk/CMSContainer_Modules/workflow/src/webapp/editors/workflow/error_workflow_list_table_fragment.jsp
Log:
CMSC-198 Offering solutions when an item can not be published
Added:
CMSContainer/trunk/CMSContainer_Modules/workflow/src/webapp/editors/workflow/error_workflow_list_table_fragment.jsp
===================================================================
---
CMSContainer/trunk/CMSContainer_Modules/workflow/src/webapp/editors/workflow/error_workflow_list_table_fragment.jsp
(rev 0)
+++
CMSContainer/trunk/CMSContainer_Modules/workflow/src/webapp/editors/workflow/error_workflow_list_table_fragment.jsp
2009-05-20 07:03:55 UTC (rev 35315)
@@ -0,0 +1,36 @@
+<%@ include file="globals.jsp" %>
+<table>
+ <thead>
+ <tr>
+ <th />
+ <th><fmt:message key="workflow.content.type" /></th>
+ <th><fmt:message key="workflow.title" /></th>
+ <th><fmt:message key="workflow.lastmodifier" /></th>
+ <th><fmt:message key="workflow.lastmodifieddate" /></th>
+ </tr>
+ </thead>
+ <tbody>
+ <mm:listnodes referid="errors">
+ <tr>
+ <td>
+ <mm:field name="number" id="errorWorkflowNumber" write="false"/>
+ <input type="checkbox" name="check_${errorWorkflowNumber}"
value="on"/>
+ </td>
+ <td><mm:nodeinfo type="guitype" /></td>
+ <td><mm:hasfield name="title">
+ <mm:field name="title" />
+ </mm:hasfield> <mm:hasfield name="name">
+ <mm:field name="name" />
+ </mm:hasfield></td>
+ <td><mm:hasfield name="lastmodifier">
+ <mm:field name="lastmodifier" />
+ </mm:hasfield></td>
+ <td><mm:hasfield name="lastmodifieddate">
+ <mm:field name="lastmodifieddate">
+ <cmsc:dateformat displaytime="true" />
+ </mm:field>
+ </mm:hasfield></td>
+ </tr>
+ </mm:listnodes>
+ </tbody>
+</table>
\ No newline at end of file
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs