Author: buscob
Date: Mon Nov 8 19:15:18 2010
New Revision: 1032672
URL:
http://svn.apache.org/viewvc?rev=1032672&view=revLog:
Used screenlet tag instead of label to separate forms
Modified:
ofbiz/trunk/specialpurpose/projectmgr/widget/CustRequestScreens.xml
Modified: ofbiz/trunk/specialpurpose/projectmgr/widget/CustRequestScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/widget/CustRequestScreens.xml?rev=1032672&r1=1032671&r2=1032672&view=diff==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/widget/CustRequestScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/projectmgr/widget/CustRequestScreens.xml Mon Nov 8 19:15:18 2010
@@ -33,10 +33,10 @@ under the License.
</entity-and>
</actions>
<widgets>
- <screenlet title="${uiLabelMap.ProjectMgrCustomerRequestList}">
- <label style="h2" text="${uiLabelMap.ProjectMgrAcceptedCustomerRequestList}"/>
+ <screenlet title="${uiLabelMap.ProjectMgrAcceptedCustomerRequestList}">
<include-form name="ListRequests" location="component://projectmgr/widget/forms/CustRequestForms.xml"/>
- <label style="h2" text="${uiLabelMap.ProjectMgrReviewedCustomerRequestTaskList}"/>
+ </screenlet>
+ <screenlet title="${uiLabelMap.ProjectMgrReviewedCustomerRequestTaskList}">
<include-form name="ListRequestsWorkEffortForm" location="component://projectmgr/widget/forms/CustRequestForms.xml"/>
</screenlet>
</widgets>
@@ -129,7 +129,7 @@ under the License.
<decorator-screen name="CommonRequestDecorator" location="${parameters.mainDecoratorLocation}">
<decorator-section name="body">
<container style="lefthalf">
- <screenlet title="${uiLabelMap.OrderRequest} ${custRequest.custRequestId} ${uiLabelMap.CommonInformation}">
+ <screenlet title="${uiLabelMap.OrderRequestInformation}">
<include-form name="requestInfo" location="component://order/widget/ordermgr/CustRequestForms.xml"/>
</screenlet>
</container>