Author: jleroux
Date: Tue Jul 20 17:33:47 2010
New Revision: 965923
URL:
http://svn.apache.org/viewvc?rev=965923&view=revLog:
Improves "New Shipment Estimate" experience: add Expand/Collapse All buttons
Modified:
ofbiz/trunk/applications/product/widget/catalog/StoreScreens.xml
Modified: ofbiz/trunk/applications/product/widget/catalog/StoreScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/StoreScreens.xml?rev=965923&r1=965922&r2=965923&view=diff==============================================================================
--- ofbiz/trunk/applications/product/widget/catalog/StoreScreens.xml (original)
+++ ofbiz/trunk/applications/product/widget/catalog/StoreScreens.xml Tue Jul 20 17:33:47 2010
@@ -314,6 +314,10 @@ under the License.
</condition>
<widgets>
<screenlet title="${uiLabelMap.ProductNewShipmentEstimate}">
+ <container style="button-bar">
+ <link target="javascript:expandAll(true);" text="${uiLabelMap.CommonExpandAll}" style="buttontext expand-all" url-mode="plain"/>
+ <link target="javascript:expandAll(false);" text="${uiLabelMap.CommonCollapseAll}" style="buttontext collapse-all" url-mode="plain"/>
+ </container>
<include-form name="AddShipmentCostEstimate" location="component://product/widget/catalog/ProductStoreForms.xml"/>
</screenlet>
</widgets>