Author: mfang
Date: 2009-05-26 03:42:03 +0200 (Tue, 26 May 2009)
New Revision: 35429
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/workflow.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-25 21:22:54 UTC (rev 35428)
+++
CMSContainer/trunk/CMSContainer_Modules/workflow/src/webapp/editors/workflow/error_workflow_list_table_fragment.jsp
2009-05-26 01:42:03 UTC (rev 35429)
@@ -8,7 +8,7 @@
</td>
</tr>
</table>
-<table style="background-color:#CC0000;">
+<table>
<thead>
<tr>
<th />
@@ -21,7 +21,7 @@
</thead>
<tbody>
<mm:listnodes referid="errors">
- <tr>
+ <tr <mm:even
inverse="true">style="background-color:#BB0000;"</mm:even>>
<td>
<mm:field name="number" id="errorElemNumber" write="false"/>
<input type="checkbox" name="check_${errorElemNumber}"
value="on"/>
Modified:
CMSContainer/trunk/CMSContainer_Modules/workflow/src/webapp/editors/workflow/workflow.jsp
===================================================================
---
CMSContainer/trunk/CMSContainer_Modules/workflow/src/webapp/editors/workflow/workflow.jsp
2009-05-25 21:22:54 UTC (rev 35428)
+++
CMSContainer/trunk/CMSContainer_Modules/workflow/src/webapp/editors/workflow/workflow.jsp
2009-05-26 01:42:03 UTC (rev 35429)
@@ -304,7 +304,7 @@
</div>
</div>
</div>
- <div class="body">
+ <div class="body" style="background-color:#CC0000;">
<form name="errorWorkflowForm" action='?' method="post"
onsubmit="return submitValid(this, false);">
<input type="hidden" name="status" value="${status}" />
<input type="hidden" name="workflowNodetype"
value="${workflowNodetype}"/>
@@ -313,7 +313,7 @@
</c:if>
<input type="checkbox" name="checkAll"
onclick="checkAllElement(this, 'errorWorkflowForm', '')" /> <fmt:message
key="workflow.select_all" />
<input type="hidden" name="actionvalue" value="publish" /><br />
- <input type="submit" name="action" value="<fmt:message
key="workflow.action.publish" />"/>
+ <input type="submit" name="action" value="<fmt:message
key="workflow.action.publish" />" style="background-color:#CC0000;"/>
</form>
</div>
</c:if>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs