Author: buscob
Date: Sat Oct 17 16:54:35 2009
New Revision: 826279
URL: http://svn.apache.org/viewvc?rev=826279&view=rev
Log:
Changed <container style="screenlet"> pattern to <screenlet...>.
Modified:
ofbiz/trunk/applications/product/widget/facility/FacilityScreens.xml
ofbiz/trunk/applications/product/widget/facility/InventoryItemLabelScreens.xml
ofbiz/trunk/applications/product/widget/facility/ReportScreens.xml
ofbiz/trunk/applications/product/widget/facility/ShipmentGatewayConfigScreens.xml
Modified: ofbiz/trunk/applications/product/widget/facility/FacilityScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/facility/FacilityScreens.xml?rev=826279&r1=826278&r2=826279&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/widget/facility/FacilityScreens.xml
(original)
+++ ofbiz/trunk/applications/product/widget/facility/FacilityScreens.xml Sat
Oct 17 16:54:35 2009
@@ -564,39 +564,17 @@
<container>
<link target="EditFacility"
text="${uiLabelMap.ProductNewFacility}" style="buttontext"/>
</container>
- <container style="screenlet">
- <container style="screenlet-title-bar">
- <container style="h3">
- <label
text="${uiLabelMap.PageTitleViewFacilityInventoryItemsDetails}"/>
- </container>
- </container>
- <container style="screenlet-body">
- <section>
- <widgets>
- <include-form
name="SearchInventoryItemsDetailsParams"
location="component://product/webapp/facility/facility/FacilityForms.xml"/>
- </widgets>
- </section>
- </container>
- </container>
+ <screenlet
title="${uiLabelMap.PageTitleViewFacilityInventoryItemsDetails}">
+ <include-form
name="SearchInventoryItemsDetailsParams"
location="component://product/webapp/facility/facility/FacilityForms.xml"/>
+ </screenlet>
<section>
<condition>
<if-compare field="parameters.reportType"
operator="equals" value="BY_ITEM"/>
</condition>
<widgets>
- <container style="screenlet">
- <container style="screenlet-title-bar">
- <container style="h3">
- <label
text="${uiLabelMap.PageTitleViewFacilityInventoryItemsDetails}"/>
- </container>
- </container>
- <container style="screenlet-body">
- <section>
- <widgets>
- <include-form
name="ListFacilityInventoryItemsDetailsByItem"
location="component://product/webapp/facility/facility/FacilityForms.xml"/>
- </widgets>
- </section>
- </container>
- </container>
+ <screenlet
title="${uiLabelMap.PageTitleViewFacilityInventoryItemsDetails}">
+ <include-form
name="ListFacilityInventoryItemsDetailsByItem"
location="component://product/webapp/facility/facility/FacilityForms.xml"/>
+ </screenlet>
</widgets>
</section>
<section>
@@ -604,20 +582,9 @@
<if-compare field="parameters.reportType"
operator="equals" value="BY_PRODUCT"/>
</condition>
<widgets>
- <container style="screenlet">
- <container style="screenlet-title-bar">
- <container style="h3">
- <label
text="${uiLabelMap.PageTitleViewFacilityInventoryItemsDetails}"/>
- </container>
- </container>
- <container style="screenlet-body">
- <section>
- <widgets>
- <include-form
name="ListFacilityInventoryItemsDetailsByProduct"
location="component://product/webapp/facility/facility/FacilityForms.xml"/>
- </widgets>
- </section>
- </container>
- </container>
+ <screenlet
title="${uiLabelMap.PageTitleViewFacilityInventoryItemsDetails}">
+ <include-form
name="ListFacilityInventoryItemsDetailsByProduct"
location="component://product/webapp/facility/facility/FacilityForms.xml"/>
+ </screenlet>
</widgets>
</section>
<section>
@@ -625,20 +592,9 @@
<if-compare field="parameters.reportType"
operator="equals" value="BY_DATE"/>
</condition>
<widgets>
- <container style="screenlet">
- <container style="screenlet-title-bar">
- <container style="h3">
- <label
text="${uiLabelMap.PageTitleViewFacilityInventoryItemsDetails}"/>
- </container>
- </container>
- <container style="screenlet-body">
- <section>
- <widgets>
- <include-form
name="ListFacilityInventoryItemsDetailsByDate"
location="component://product/webapp/facility/facility/FacilityForms.xml"/>
- </widgets>
- </section>
- </container>
- </container>
+ <screenlet
title="${uiLabelMap.PageTitleViewFacilityInventoryItemsDetails}">
+ <include-form
name="ListFacilityInventoryItemsDetailsByDate"
location="component://product/webapp/facility/facility/FacilityForms.xml"/>
+ </screenlet>
</widgets>
</section>
</decorator-section>
@@ -665,20 +621,9 @@
<decorator-screen name="CommonFacilityDecorator"
location="${parameters.commonFacilityDecoratorLocation}">
<decorator-section name="body">
<include-menu
name="ViewFacilityInventoryByProductTabBar"
location="component://product/widget/facility/Menus.xml"/>
- <container style="screenlet">
- <container style="screenlet-title-bar">
- <container style="h3">
- <label
text="${uiLabelMap.ProductInventoryItemTotals} ${uiLabelMap.CommonFor}
${facility.facilityName}"/>
- </container>
- </container>
- <container style="screenlet-body">
- <section>
- <widgets>
- <include-form
name="ListInventoryItemTotals"
location="component://product/webapp/facility/facility/FacilityForms.xml"/>
- </widgets>
- </section>
- </container>
- </container>
+ <screenlet
title="${uiLabelMap.ProductInventoryItemTotals} ${uiLabelMap.CommonFor}
${facility.facilityName}">
+ <include-form name="ListInventoryItemTotals"
location="component://product/webapp/facility/facility/FacilityForms.xml"/>
+ </screenlet>
</decorator-section>
</decorator-screen>
</widgets>
@@ -701,16 +646,9 @@
<decorator-screen name="CommonFacilityDecorator"
location="${parameters.commonFacilityDecoratorLocation}">
<decorator-section name="body">
<include-menu
name="ViewFacilityInventoryByProductTabBar"
location="component://product/widget/facility/Menus.xml"/>
- <container style="screenlet">
- <container style="screenlet-title-bar">
- <container style="h3">
- <label text="${title}"/>
- </container>
- </container>
- <container style="screenlet-body">
- <include-form
name="ListInventoryItemGrandTotals"
location="component://product/webapp/facility/facility/FacilityForms.xml"/>
- </container>
- </container>
+ <screenlet title="${title}">
+ <include-form name="ListInventoryItemGrandTotals"
location="component://product/webapp/facility/facility/FacilityForms.xml"/>
+ </screenlet>
</decorator-section>
</decorator-screen>
</widgets>
@@ -759,16 +697,9 @@
<decorator-screen name="CommonFacilityDecorator"
location="${parameters.commonFacilityDecoratorLocation}">
<decorator-section name="body">
<include-menu
name="ViewFacilityInventoryByProductTabBar"
location="component://product/widget/facility/Menus.xml"/>
- <container style="screenlet">
- <container style="screenlet-title-bar">
- <container style="h3">
- <label
text="${uiLabelMap.ProductInventoryAverageCosts} ${uiLabelMap.CommonFor}
${facility.facilityName}"/>
- </container>
- </container>
- <container style="screenlet-body">
- <include-form name="ListInventoryAverageCosts"
location="component://product/webapp/facility/facility/FacilityForms.xml"/>
- </container>
- </container>
+ <screenlet
title="${uiLabelMap.ProductInventoryAverageCosts} ${uiLabelMap.CommonFor}
${facility.facilityName}">
+ <include-form name="ListInventoryAverageCosts"
location="component://product/webapp/facility/facility/FacilityForms.xml"/>
+ </screenlet>
</decorator-section>
</decorator-screen>
</widgets>
@@ -1025,34 +956,12 @@
<decorator-screen name="CommonFacilityDecorator"
location="${parameters.commonFacilityDecoratorLocation}">
<decorator-section name="body">
<include-menu name="InventoryItemTabBar"
location="component://product/widget/facility/Menus.xml"/>
- <container style="screenlet">
- <container style="screenlet-title-bar">
- <container style="h3">
- <label
text="${uiLabelMap.ProductInventoryDetails} ${uiLabelMap.CommonFor}
[${inventoryItemId}]"/>
- </container>
- </container>
- <container style="screenlet-body">
- <section>
- <widgets>
- <include-form
name="ListInventoryItemDetail"
location="component://product/webapp/facility/inventory/InventoryForms.xml"/>
- </widgets>
- </section>
- </container>
- </container>
- <container style="screenlet">
- <container style="screenlet-title-bar">
- <container style="h3">
- <label
text="${uiLabelMap.ProductShipmentReceiptsFor} [${inventoryItemId}]"/>
- </container>
- </container>
- <container style="screenlet-body">
- <section>
- <widgets>
- <include-form
name="ViewInventoryItemShipmentReceipts"
location="component://product/webapp/facility/inventory/InventoryForms.xml"/>
- </widgets>
- </section>
- </container>
- </container>
+ <screenlet
title="${uiLabelMap.ProductInventoryDetails} ${uiLabelMap.CommonFor}
[${inventoryItemId}]">
+ <include-form name="ListInventoryItemDetail"
location="component://product/webapp/facility/inventory/InventoryForms.xml"/>
+ </screenlet>
+ <screenlet
title="${uiLabelMap.ProductShipmentReceiptsFor} [${inventoryItemId}]">
+ <include-form
name="ViewInventoryItemShipmentReceipts"
location="component://product/webapp/facility/inventory/InventoryForms.xml"/>
+ </screenlet>
</decorator-section>
</decorator-screen>
</widgets>
@@ -1101,34 +1010,12 @@
<widgets>
<decorator-screen name="CommonFacilityDecorator"
location="${parameters.commonFacilityDecoratorLocation}">
<decorator-section name="body">
- <container style="screenlet">
- <container style="screenlet-title-bar">
- <container style="h3">
- <label
text="${uiLabelMap.PageTitleFindFacilityPhysicalInventory}"/>
- </container>
- </container>
- <container style="screenlet-body">
- <section>
- <widgets>
- <include-form
name="FindPhysicalInventory"
location="component://product/webapp/facility/facility/FacilityForms.xml"/>
- </widgets>
- </section>
- </container>
- </container>
- <container style="screenlet">
- <container style="screenlet-title-bar">
- <container style="h3">
- <label
text="${uiLabelMap.PageTitleFindFacilityPhysicalInventory}"/>
- </container>
- </container>
- <container style="screenlet-body">
- <section>
- <widgets>
- <include-form
name="ListPhysicalInventory"
location="component://product/webapp/facility/facility/FacilityForms.xml"/>
- </widgets>
- </section>
- </container>
- </container>
+ <screenlet
title="${uiLabelMap.PageTitleFindFacilityPhysicalInventory}">
+ <include-form name="FindPhysicalInventory"
location="component://product/webapp/facility/facility/FacilityForms.xml"/>
+ </screenlet>
+ <screenlet
title="${uiLabelMap.PageTitleFindFacilityPhysicalInventory}">
+ <include-form name="ListPhysicalInventory"
location="component://product/webapp/facility/facility/FacilityForms.xml"/>
+ </screenlet>
</decorator-section>
</decorator-screen>
</widgets>
@@ -1467,20 +1354,9 @@
<widgets>
<decorator-screen name="CommonFacilityScheduleDecorator">
<decorator-section name="schedule-body">
- <container style="screenlet">
- <container style="screenlet-title-bar">
- <container style="h3">
- <label
text="${uiLabelMap.PageTitlePackageShipmentScheduling}"/>
- </container>
- </container>
- <container style="screenlet-body">
- <section>
- <widgets>
- <include-form name="SchedulingList"
location="component://product/webapp/facility/facility/FacilityForms.xml"/>
- </widgets>
- </section>
- </container>
- </container>
+ <screenlet
title="${uiLabelMap.PageTitlePackageShipmentScheduling}">
+ <include-form name="SchedulingList"
location="component://product/webapp/facility/facility/FacilityForms.xml"/>
+ </screenlet>
</decorator-section>
</decorator-screen>
</widgets>
@@ -1508,23 +1384,12 @@
<widgets>
<decorator-screen name="CommonFacilityScheduleDecorator">
<decorator-section name="schedule-body">
- <container style="screenlet">
- <container style="screenlet-title-bar">
- <container style="h3">
- <label
text="${uiLabelMap.PageTitleLabelPrinting}"/>
- </container>
- </container>
- <container style="screenlet-body">
- <section>
- <widgets>
- <include-form name="Labels"
location="component://product/webapp/facility/facility/FacilityForms.xml"/>
- <platform-specific>
- <html><html-template
location="component://product/webapp/facility/facility/batchPrintMarkAsAccepted.ftl"/></html>
- </platform-specific>
- </widgets>
- </section>
- </container>
- </container>
+ <screenlet
title="${uiLabelMap.PageTitleLabelPrinting}">
+ <include-form name="Labels"
location="component://product/webapp/facility/facility/FacilityForms.xml"/>
+ <platform-specific>
+ <html><html-template
location="component://product/webapp/facility/facility/batchPrintMarkAsAccepted.ftl"/></html>
+ </platform-specific>
+ </screenlet>
</decorator-section>
</decorator-screen>
</widgets>
Modified:
ofbiz/trunk/applications/product/widget/facility/InventoryItemLabelScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/facility/InventoryItemLabelScreens.xml?rev=826279&r1=826278&r2=826279&view=diff
==============================================================================
---
ofbiz/trunk/applications/product/widget/facility/InventoryItemLabelScreens.xml
(original)
+++
ofbiz/trunk/applications/product/widget/facility/InventoryItemLabelScreens.xml
Sat Oct 17 16:54:35 2009
@@ -35,20 +35,9 @@
<container>
<link target="EditInventoryItemLabel"
text="${uiLabelMap.CommonNew}" style="buttontext"/>
</container>
- <container style="screenlet">
- <container style="screenlet-title-bar">
- <container style="h3">
- <label
text="${uiLabelMap.PageTitleFindInventoryItemLabels}"/>
- </container>
- </container>
- <container style="screenlet-body">
- <section>
- <widgets>
- <include-form
name="ListInventoryItemLabels"
location="component://product/webapp/facility/labels/InventoryItemLabelForms.xml"/>
- </widgets>
- </section>
- </container>
- </container>
+ <screenlet
title="${uiLabelMap.PageTitleFindInventoryItemLabels}">
+ <include-form name="ListInventoryItemLabels"
location="component://product/webapp/facility/labels/InventoryItemLabelForms.xml"/>
+ </screenlet>
</decorator-section>
</decorator-screen>
</widgets>
@@ -91,20 +80,9 @@
<widgets>
<decorator-screen
name="CommonInventoryItemLabelDecorator"
location="${parameters.commonFacilityDecoratorLocation}">
<decorator-section name="body">
- <container style="screenlet">
- <container style="screenlet-title-bar">
- <container style="h3">
- <label
text="${uiLabelMap.ProductInventoryItemLabel}"/>
- </container>
- </container>
- <container style="screenlet-body">
- <section>
- <widgets>
- <include-form
name="EditInventoryItemLabel"
location="component://product/webapp/facility/labels/InventoryItemLabelForms.xml"/>
- </widgets>
- </section>
- </container>
- </container>
+ <screenlet
title="${uiLabelMap.ProductInventoryItemLabel}">
+ <include-form
name="EditInventoryItemLabel"
location="component://product/webapp/facility/labels/InventoryItemLabelForms.xml"/>
+ </screenlet>
</decorator-section>
</decorator-screen>
</widgets>
@@ -114,20 +92,9 @@
<container>
<link target="EditInventoryItemLabel"
text="${uiLabelMap.CommonNew}" style="buttontext"/>
</container>
- <container style="screenlet">
- <container style="screenlet-title-bar">
- <container style="h3">
- <label
text="${uiLabelMap.ProductInventoryItemLabel}"/>
- </container>
- </container>
- <container style="screenlet-body">
- <section>
- <widgets>
- <include-form
name="EditInventoryItemLabel"
location="component://product/webapp/facility/labels/InventoryItemLabelForms.xml"/>
- </widgets>
- </section>
- </container>
- </container>
+ <screenlet
title="${uiLabelMap.ProductInventoryItemLabel}">
+ <include-form
name="EditInventoryItemLabel"
location="component://product/webapp/facility/labels/InventoryItemLabelForms.xml"/>
+ </screenlet>
</decorator-section>
</decorator-screen>
</fail-widgets>
Modified: ofbiz/trunk/applications/product/widget/facility/ReportScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/facility/ReportScreens.xml?rev=826279&r1=826278&r2=826279&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/widget/facility/ReportScreens.xml
(original)
+++ ofbiz/trunk/applications/product/widget/facility/ReportScreens.xml Sat Oct
17 16:54:35 2009
@@ -57,34 +57,12 @@
<link
target="ViewFacilityInventoryByProductReport?${searchParameterString}"
text="${uiLabelMap.CommonPrint}" style="buttontext"/>
<link
target="ViewFacilityInventoryByProductExport?${searchParameterString}"
text="${uiLabelMap.CommonExport}" style="buttontext"/>
</container>
- <container style="screenlet">
- <container style="screenlet-title-bar">
- <container style="h3">
- <label
text="${uiLabelMap.PageTitleFindFacilityInventoryItemsByProduct}"/>
- </container>
- </container>
- <container style="screenlet-body">
- <section>
- <widgets>
- <include-form
name="FindFacilityInventoryByProduct"
location="component://product/webapp/facility/facility/FacilityForms.xml"/>
- </widgets>
- </section>
- </container>
- </container>
- <container style="screenlet">
- <container style="screenlet-title-bar">
- <container style="h3">
- <label
text="${uiLabelMap.PageTitleFindFacilityInventoryItemsByProduct}"/>
- </container>
- </container>
- <container style="screenlet-body">
- <section>
- <widgets>
- <include-form
name="ListFacilityInventoryByProduct"
location="component://product/webapp/facility/facility/FacilityForms.xml"/>
- </widgets>
- </section>
- </container>
- </container>
+ <screenlet
title="${uiLabelMap.PageTitleFindFacilityInventoryItemsByProduct}">
+ <include-form
name="FindFacilityInventoryByProduct"
location="component://product/webapp/facility/facility/FacilityForms.xml"/>
+ </screenlet>
+ <screenlet
title="${uiLabelMap.PageTitleFindFacilityInventoryItemsByProduct}">
+ <include-form
name="ListFacilityInventoryByProduct"
location="component://product/webapp/facility/facility/FacilityForms.xml"/>
+ </screenlet>
</decorator-section>
</decorator-screen>
</widgets>
Modified:
ofbiz/trunk/applications/product/widget/facility/ShipmentGatewayConfigScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/facility/ShipmentGatewayConfigScreens.xml?rev=826279&r1=826278&r2=826279&view=diff
==============================================================================
---
ofbiz/trunk/applications/product/widget/facility/ShipmentGatewayConfigScreens.xml
(original)
+++
ofbiz/trunk/applications/product/widget/facility/ShipmentGatewayConfigScreens.xml
Sat Oct 17 16:54:35 2009
@@ -101,39 +101,17 @@
<widgets>
<decorator-screen name="GenericShipmentGatewayConfigDecorator">
<decorator-section name="body">
- <container style="screenlet">
- <container style="screenlet-title-bar">
- <container style="h3">
- <label
text="${uiLabelMap.PageTitleUpdateShipmentGatewayConfig}"/>
- </container>
- </container>
- <container style="screenlet-body">
- <section>
- <widgets>
- <include-form
name="EditShipmentGatewayConfig"
location="component://product//widget/facility/ShipmentGatewayConfigForms.xml"/>
- </widgets>
- </section>
- </container>
- </container>
+ <screenlet
title="${uiLabelMap.PageTitleUpdateShipmentGatewayConfig}">
+ <include-form name="EditShipmentGatewayConfig"
location="component://product//widget/facility/ShipmentGatewayConfigForms.xml"/>
+ </screenlet>
<section>
<condition>
<not><if-empty
field="shipmentGatewayDhl"/></not>
</condition>
<widgets>
- <container style="screenlet">
- <container style="screenlet-title-bar">
- <container style="h3">
- <label
text="${uiLabelMap.PageTitleUpdateShipmentGatewayConfigDhl}"/>
- </container>
- </container>
- <container style="screenlet-body">
- <section>
- <widgets>
- <include-form
name="EditShipmentGatewayConfigDhl"
location="component://product//widget/facility/ShipmentGatewayConfigForms.xml"/>
- </widgets>
- </section>
- </container>
- </container>
+ <screenlet
title="${uiLabelMap.PageTitleUpdateShipmentGatewayConfigDhl}">
+ <include-form
name="EditShipmentGatewayConfigDhl"
location="component://product//widget/facility/ShipmentGatewayConfigForms.xml"/>
+ </screenlet>
</widgets>
</section>
<section>
@@ -141,20 +119,9 @@
<not><if-empty
field="shipmentGatewayFedex"/></not>
</condition>
<widgets>
- <container style="screenlet">
- <container style="screenlet-title-bar">
- <container style="h3">
- <label
text="${uiLabelMap.PageTitleUpdateShipmentGatewayConfigFedex}"/>
- </container>
- </container>
- <container style="screenlet-body">
- <section>
- <widgets>
- <include-form
name="EditShipmentGatewayConfigFedex"
location="component://product//widget/facility/ShipmentGatewayConfigForms.xml"/>
- </widgets>
- </section>
- </container>
- </container>
+ <screenlet
title="${uiLabelMap.PageTitleUpdateShipmentGatewayConfigFedex}">
+ <include-form
name="EditShipmentGatewayConfigFedex"
location="component://product//widget/facility/ShipmentGatewayConfigForms.xml"/>
+ </screenlet>
</widgets>
</section>
<section>
@@ -162,20 +129,9 @@
<not><if-empty
field="shipmentGatewayUps"/></not>
</condition>
<widgets>
- <container style="screenlet">
- <container style="screenlet-title-bar">
- <container style="h3">
- <label
text="${uiLabelMap.PageTitleUpdateShipmentGatewayConfigUps}"/>
- </container>
- </container>
- <container style="screenlet-body">
- <section>
- <widgets>
- <include-form
name="EditShipmentGatewayConfigUps"
location="component://product//widget/facility/ShipmentGatewayConfigForms.xml"/>
- </widgets>
- </section>
- </container>
- </container>
+ <screenlet
title="${uiLabelMap.PageTitleUpdateShipmentGatewayConfigUps}">
+ <include-form
name="EditShipmentGatewayConfigUps"
location="component://product//widget/facility/ShipmentGatewayConfigForms.xml"/>
+ </screenlet>
</widgets>
</section>
<section>
@@ -183,20 +139,9 @@
<not><if-empty
field="shipmentGatewayUsps"/></not>
</condition>
<widgets>
- <container style="screenlet">
- <container style="screenlet-title-bar">
- <container style="h3">
- <label
text="${uiLabelMap.PageTitleUpdateShipmentGatewayConfigUsps}"/>
- </container>
- </container>
- <container style="screenlet-body">
- <section>
- <widgets>
- <include-form
name="EditShipmentGatewayConfigUsps"
location="component://product//widget/facility/ShipmentGatewayConfigForms.xml"/>
- </widgets>
- </section>
- </container>
- </container>
+ <screenlet
title="${uiLabelMap.PageTitleUpdateShipmentGatewayConfigUsps}">
+ <include-form
name="EditShipmentGatewayConfigUsps"
location="component://product//widget/facility/ShipmentGatewayConfigForms.xml"/>
+ </screenlet>
</widgets>
</section>
</decorator-section>
@@ -246,20 +191,9 @@
<widgets>
<decorator-screen name="GenericShipmentGatewayConfigDecorator">
<decorator-section name="body">
- <container style="screenlet">
- <container style="screenlet-title-bar">
- <container style="h3">
- <label
text="${uiLabelMap.PageTitleUpdateShipmentGatewayConfigType}"/>
- </container>
- </container>
- <container style="screenlet-body">
- <section>
- <widgets>
- <include-form
name="EditShipmentGatewayConfigType"
location="component://product//widget/facility/ShipmentGatewayConfigForms.xml"/>
- </widgets>
- </section>
- </container>
- </container>
+ <screenlet
title="${uiLabelMap.PageTitleUpdateShipmentGatewayConfigType}">
+ <include-form name="EditShipmentGatewayConfigType"
location="component://product//widget/facility/ShipmentGatewayConfigForms.xml"/>
+ </screenlet>
</decorator-section>
</decorator-screen>
</widgets>