Author: mfang
Date: 2009-05-20 11:22:20 +0200 (Wed, 20 May 2009)
New Revision: 35318

Modified:
   
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

Modified: 
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
 2009-05-20 09:13:30 UTC (rev 35317)
+++ 
CMSContainer/trunk/CMSContainer_Modules/workflow/src/webapp/editors/workflow/error_workflow_list_table_fragment.jsp
 2009-05-20 09:22:20 UTC (rev 35318)
@@ -3,6 +3,7 @@
    <thead>
       <tr>
          <th />
+         <th />
          <th><fmt:message key="workflow.content.type" /></th>
          <th><fmt:message key="workflow.title" /></th>
          <th><fmt:message key="workflow.lastmodifier" /></th>
@@ -16,6 +17,15 @@
                <mm:field name="number" id="errorWorkflowNumber" write="false"/>
                <input type="checkbox" name="check_${errorWorkflowNumber}" 
value="on"/>
             </td>
+            <td align="left" style="white-space: nowrap;">
+               <mm:url page="../WizardInitAction.do" id="errorUrl" 
write="false">
+                  <mm:param name="objectnumber"><mm:field 
name="number"/></mm:param>
+                  <mm:param name="returnurl" 
value="workflow/PageWorkflowAction.do?status=${param.status}"/>
+               </mm:url>
+               <a href="${errorUrl}">
+                  <img src="../gfx/icons/edit.png" align="top" 
alt="<fmt:message key="workflow.editelement"/>" title="<fmt:message 
key="workflow.editelement"/>"/>
+               </a>
+            </td>
             <td><mm:nodeinfo type="guitype" /></td>
             <td><mm:hasfield name="title">
                <mm:field name="title" />

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to