Update of
/var/cvs/contributions/CMSContainer_Modules/workflow/src/webapp/editors/workflow
In directory
james.mmbase.org:/tmp/cvs-serv13226/workflow/src/webapp/editors/workflow
Modified Files:
workflow_list_table_fragment.jsp workflow.jsp
Log Message:
CMSC-706 - Corrected column sizes and other minor errors.
See also:
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Modules/workflow/src/webapp/editors/workflow
See also: http://www.mmbase.org/jira/browse/CMSC-706
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.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- workflow_list_table_fragment.jsp 7 Jan 2008 09:57:46 -0000 1.6
+++ workflow_list_table_fragment.jsp 17 Jan 2008 13:11:57 -0000 1.7
@@ -5,18 +5,16 @@
<tr>
<th style="width: 20px;"> </th>
<th style="width: 10px;"> </th>
- <th style="width: 80px;"> </th>
- <th style="width: 100px;" nowrap="true">
+ <th style="width: 73px;"> </th>
+ <th style="width: 300px;" nowrap="true">
<a href="#" <%=onClickandStyle(pageContext, "title")%>>
<fmt:message key="workflow.title"/>
</a>
</th>
- <th><fmt:message key="workflow.type"/></th>
- <th><fmt:message key="workflow.number"/></th>
- <th>
- <a href="#" <%=onClickandStyle(pageContext, "remark")%>>
- <fmt:message key="workflow.remark"/>
- </a>
+ <th style="width: 68px;"><fmt:message key="workflow.type"/></th>
+ <th style="width: 68px;"><fmt:message key="workflow.number"/></th>
+ <th style="width: 50px;">
+ <a href="#" <%=onClickandStyle(pageContext, "remark")%>><fmt:message
key="workflow.remark"/></a>
</th>
<th style="width: 140px;">
<a href="#" <%=onClickandStyle(pageContext, "lastmodifier")%>>
@@ -64,7 +62,7 @@
<c:set var="field" value="title"/>
<c:set var="returnAction" value="PageWorkflowAction.do"/>
</c:if>
-<td align="left" width="10px">
+<td align="left">
<mm:node number="${workflowNumber}">
<mm:field name="stacktrace" id="stacktrace" write="false"/>
</mm:node>
@@ -79,14 +77,14 @@
</mm:hasrank>
</mm:haspage>
</td>
-<td align="left" width="40px" style="white-space: nowrap;">
+<td align="left" style="white-space: nowrap;">
<mm:field name="${type}.number" jspvar="number" write="false"/>
<c:if test="${type == 'contentelement'}">
<a href="javascript:info('${number}')">
<img src="../gfx/icons/info.png" title="<fmt:message
key="workflow.info" />"
alt="<fmt:message key="workflow.info"/>"/>
</a>
- <a href="<cmsc:contenturl number="${number}"/>" target="_blanc">
+ <a href="<cmsc:contenturl number="${number}"/>" target="_blank">
<img src="../gfx/icons/preview.png" alt="<fmt:message
key="workflow.preview.title"/>"
title="<fmt:message key="workflow.preview.title"/>"/>
</a>
Index: workflow.jsp
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer_Modules/workflow/src/webapp/editors/workflow/workflow.jsp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- workflow.jsp 28 Dec 2007 09:27:11 -0000 1.11
+++ workflow.jsp 17 Jan 2008 13:11:57 -0000 1.12
@@ -78,7 +78,7 @@
<div class="<%=tabClass(pageContext,"draft")%>">
<div class="body">
<div>
- <a href="#" onClick="selectTab('draft');"><fmt:message
key="workflow.tab.draft"/></a>
+ <a href="#" onclick="selectTab('draft');"><fmt:message
key="workflow.tab.draft"/></a>
</div>
</div>
</div>
@@ -86,7 +86,7 @@
<div class="<%=tabClass(pageContext,"finished")%>">
<div class="body">
<div>
- <a href="#" onClick="selectTab('finished');"><fmt:message
key="workflow.tab.finished"/></a>
+ <a href="#" onclick="selectTab('finished');"><fmt:message
key="workflow.tab.finished"/></a>
</div>
</div>
</div>
@@ -95,7 +95,7 @@
<div class="<%=tabClass(pageContext,"approved")%>">
<div class="body">
<div>
- <a href="#" onClick="selectTab('approved');"><fmt:message
key="workflow.tab.approved"/></a>
+ <a href="#" onclick="selectTab('approved');"><fmt:message
key="workflow.tab.approved"/></a>
</div>
</div>
</div>
@@ -103,7 +103,7 @@
<div class="<%=tabClass(pageContext,"published")%>">
<div class="body">
<div>
- <a href="#" onClick="selectTab('published');"><fmt:message
key="workflow.tab.published"/></a>
+ <a href="#" onclick="selectTab('published');"><fmt:message
key="workflow.tab.published"/></a>
</div>
</div>
</div>
@@ -178,7 +178,7 @@
</div>
<div class="body" id="workflow-canvas">
<c:set var="orderby" value="${param.orderby}"/>
- <form action='?' method="post" onSubmit="return submitValid(false);">
+ <form action='?' method="post" onsubmit="return submitValid(false);">
<input type="hidden" name="orderby" value="${orderby}"/>
<input type="hidden" name="status" value="${status}"/>
<input type="hidden" name="laststatus"/>
@@ -197,7 +197,7 @@
<c:set var="remark">
<fmt:message key="workflow.action.reject.remark"/>
</c:set>
- <input type="checkbox" name="checkAll"
onClick="checkAllElement(this, '')"/>
+ <input type="checkbox" name="checkAll"
onclick="checkAllElement(this, '')"/>
<input type="hidden" name="actionvalue" value=""/>
<input type='hidden' id="remark" name="remark" value="[unchanged-item]"/>
<br/>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs