Author: jleroux
Date: Sat Apr 15 08:14:43 2017
New Revision: 1791468
URL:
http://svn.apache.org/viewvc?rev=1791468&view=revLog:
Improved: My Portal: Align column titles in list forms
(OFBIZ-8486)
Thanks: Aditi Patidar
Modified:
ofbiz/ofbiz-plugins/trunk/projectmgr/widget/forms/TaskForms.xml
Modified: ofbiz/ofbiz-plugins/trunk/projectmgr/widget/forms/TaskForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/projectmgr/widget/forms/TaskForms.xml?rev=1791468&r1=1791467&r2=1791468&view=diff==============================================================================
--- ofbiz/ofbiz-plugins/trunk/projectmgr/widget/forms/TaskForms.xml (original)
+++ ofbiz/ofbiz-plugins/trunk/projectmgr/widget/forms/TaskForms.xml Sat Apr 15 08:14:43 2017
@@ -224,7 +224,7 @@
<field name="actualHours" title="${uiLabelMap.ProjectMgrActualHours}"><display/></field>
</form>
<form name="MyTasks" type="list" list-name="tasks" paginate-target="MyTasks" target="updateTaskAssigment"
- odd-row-style="alternate-row" default-table-style="basic-table hover-bar">
+ odd-row-style="alternate-row" default-table-style="basic-table hover-bar" separate-columns="true">
<row-actions>
<service service-name="getProjectTask" result-map="result">
<field-map field-name="taskId" from-field="workEffortId"/>