Author: mor
Date: Sat Oct 3 13:36:10 2009 New Revision: 821317 URL: http://svn.apache.org/viewvc?rev=821317&view=rev Log: By default show certain screenlets collapsed as the screen is offering too much information at this moment and is usually not required. Modified: ofbiz/trunk/applications/product/webapp/facility/shipment/ViewShipmentItemInfo.ftl ofbiz/trunk/applications/product/webapp/facility/shipment/ViewShipmentPackageInfo.ftl ofbiz/trunk/applications/product/webapp/facility/shipment/ViewShipmentRouteInfo.ftl ofbiz/trunk/applications/product/widget/facility/FacilityScreens.xml ofbiz/trunk/applications/product/widget/facility/ShipmentScreens.xml Modified: ofbiz/trunk/applications/product/webapp/facility/shipment/ViewShipmentItemInfo.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/shipment/ViewShipmentItemInfo.ftl?rev=821317&r1=821316&r2=821317&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/facility/shipment/ViewShipmentItemInfo.ftl (original) +++ ofbiz/trunk/applications/product/webapp/facility/shipment/ViewShipmentItemInfo.ftl Sat Oct 3 13:36:10 2009 @@ -18,12 +18,6 @@ --> <#if shipmentItemDatas?has_content> <div class="screenlet"> - <div class="screenlet-title-bar"> - <ul> - <li class="h3">${uiLabelMap.PageTitleViewShipmentItemInfo}</li> - </ul> - <br class="clear"/> - </div> <div class="screenlet-body"> <table cellspacing="0" cellpadding="2" class="basic-table"> <tr class="header-row"> Modified: ofbiz/trunk/applications/product/webapp/facility/shipment/ViewShipmentPackageInfo.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/shipment/ViewShipmentPackageInfo.ftl?rev=821317&r1=821316&r2=821317&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/facility/shipment/ViewShipmentPackageInfo.ftl (original) +++ ofbiz/trunk/applications/product/webapp/facility/shipment/ViewShipmentPackageInfo.ftl Sat Oct 3 13:36:10 2009 @@ -18,12 +18,6 @@ --> <#if shipmentPackageDatas?has_content> <div class="screenlet"> - <div class="screenlet-title-bar"> - <ul> - <li class="h3">${uiLabelMap.PageTitleViewShipmentPackageInfo}</li> - </ul> - <br class="clear"/> - </div> <div class="screenlet-body"> <table cellspacing="0" cellpadding="2" class="basic-table"> <tr class="header-row"> Modified: ofbiz/trunk/applications/product/webapp/facility/shipment/ViewShipmentRouteInfo.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/shipment/ViewShipmentRouteInfo.ftl?rev=821317&r1=821316&r2=821317&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/facility/shipment/ViewShipmentRouteInfo.ftl (original) +++ ofbiz/trunk/applications/product/webapp/facility/shipment/ViewShipmentRouteInfo.ftl Sat Oct 3 13:36:10 2009 @@ -18,12 +18,6 @@ --> <#if shipmentRouteSegmentDatas?has_content> <div class="screenlet"> - <div class="screenlet-title-bar"> - <ul> - <li class="h3">${uiLabelMap.PageTitleViewShipmentRouteInfo}</li> - </ul> - <br class="clear"/> - </div> <div class="screenlet-body"> <table cellspacing="0" cellpadding="2" class="basic-table"> <tr class="header-row"> Modified: ofbiz/trunk/applications/product/widget/facility/FacilityScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/facility/FacilityScreens.xml?rev=821317&r1=821316&r2=821317&view=diff ============================================================================== --- ofbiz/trunk/applications/product/widget/facility/FacilityScreens.xml (original) +++ ofbiz/trunk/applications/product/widget/facility/FacilityScreens.xml Sat Oct 3 13:36:10 2009 @@ -1008,7 +1008,7 @@ <not><if-empty field="inventoryItemId"/></not> </condition> <widgets> - <screenlet id="inventory-item-reservations" title="${uiLabelMap.ProductInventoryItemReservations}" collapsible="true"> + <screenlet id="inventory-item-reservations" title="${uiLabelMap.ProductInventoryItemReservations}" initially-collapsed="true"> <include-form name="InventoryItemReservations" location="component://product/webapp/facility/inventory/InventoryForms.xml"/> </screenlet> </widgets> @@ -1021,7 +1021,7 @@ <script location="component://product/webapp/facility/WEB-INF/actions/inventory/PhysicalInventoryVariance.groovy"/> </actions> <widgets> - <screenlet id="physical-inventory-variances" title="${uiLabelMap.ProductPhysicalInventoryVariances}" collapsible="true"> + <screenlet id="physical-inventory-variances" title="${uiLabelMap.ProductPhysicalInventoryVariances}" initially-collapsed="true"> <include-form name="CreatePhysicalInventoryAndVariance" location="component://product/webapp/facility/inventory/InventoryForms.xml"/> <include-form name="ViewPhysicalInventoryAndVariance" location="component://product/webapp/facility/inventory/InventoryForms.xml"/> </screenlet> Modified: ofbiz/trunk/applications/product/widget/facility/ShipmentScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/facility/ShipmentScreens.xml?rev=821317&r1=821316&r2=821317&view=diff ============================================================================== --- ofbiz/trunk/applications/product/widget/facility/ShipmentScreens.xml (original) +++ ofbiz/trunk/applications/product/widget/facility/ShipmentScreens.xml Sat Oct 3 13:36:10 2009 @@ -98,15 +98,21 @@ <platform-specific> <html><html-template location="component://product/webapp/facility/shipment/ViewShipmentInfo.ftl"/></html> </platform-specific> - <platform-specific> - <html><html-template location="component://product/webapp/facility/shipment/ViewShipmentItemInfo.ftl"/></html> - </platform-specific> - <platform-specific> - <html><html-template location="component://product/webapp/facility/shipment/ViewShipmentPackageInfo.ftl"/></html> - </platform-specific> - <platform-specific> - <html><html-template location="component://product/webapp/facility/shipment/ViewShipmentRouteInfo.ftl"/></html> - </platform-specific> + <screenlet id="shipmentItemPanel" title="${uiLabelMap.PageTitleViewShipmentItemInfo}" initially-collapsed="true"> + <platform-specific> + <html><html-template location="component://product/webapp/facility/shipment/ViewShipmentItemInfo.ftl"/></html> + </platform-specific> + </screenlet> + <screenlet id="shipmentPackagePanel" title="${uiLabelMap.PageTitleViewShipmentPackageInfo}" initially-collapsed="true"> + <platform-specific> + <html><html-template location="component://product/webapp/facility/shipment/ViewShipmentPackageInfo.ftl"/></html> + </platform-specific> + </screenlet> + <screenlet id="shipmentRoutePanel" title="${uiLabelMap.PageTitleViewShipmentRouteInfo}" initially-collapsed="true"> + <platform-specific> + <html><html-template location="component://product/webapp/facility/shipment/ViewShipmentRouteInfo.ftl"/></html> + </platform-specific> + </screenlet> </decorator-section> </decorator-screen> </widgets> |
Free forum by Nabble | Edit this page |