Author: jleroux
Date: Fri Dec 29 00:59:52 2006
New Revision: 490961
URL:
http://svn.apache.org/viewvc?view=rev&rev=490961Log:
Due to a mix between 2 working copies here is a small fix
Modified:
ofbiz/trunk/applications/product/widget/catalog/CatalogCommonScreens.xml
Modified: ofbiz/trunk/applications/product/widget/catalog/CatalogCommonScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/CatalogCommonScreens.xml?view=diff&rev=490961&r1=490960&r2=490961==============================================================================
--- ofbiz/trunk/applications/product/widget/catalog/CatalogCommonScreens.xml (original)
+++ ofbiz/trunk/applications/product/widget/catalog/CatalogCommonScreens.xml Fri Dec 29 00:59:52 2006
@@ -79,7 +79,7 @@
<link target="EditProduct" text="${uiLabelMap.ProductNewProduct}" style="buttontext"/>
<link target="CreateVirtualWithVariantsForm" text="${uiLabelMap.ProductNewVirtualProduct}" style="buttontext"/>
<link target="/ecommerce/control/product?product_id=${productId}" url-mode="inter-app" text="${uiLabelMap.ProductProductPage}" style="buttontext"/>
- <link target="ProductBarCode.pdf?productId=${productId}&productName=${productName}" url-mode="intra-app" text="${uiLabelMap.ProductBarcode}" style="buttontext"/>
+ <link target="ProductBarCode.pdf?productId=${productId}&productName=${productName}" target-window="_blank" text="${uiLabelMap.ProductBarcode}" style="buttontext"/>
</container>
</widgets>
</section>