[OFBiz] SVN: r7373 - trunk/applications/product/widget/catalog
jacopo@svn.ofbiz.org
jacopo at svn.ofbiz.org
Sat Apr 22 00:05:18 CDT 2006
Author: jacopo
Date: 2006-04-22 00:05:13 -0500 (Sat, 22 Apr 2006)
New Revision: 7373
Modified:
trunk/applications/product/widget/catalog/CatalogCommonScreens.xml
Log:
Fixed broken link to ecommerce detail page from the product pages.
Modified: trunk/applications/product/widget/catalog/CatalogCommonScreens.xml
===================================================================
--- trunk/applications/product/widget/catalog/CatalogCommonScreens.xml 2006-04-22 00:36:39 UTC (rev 7372)
+++ trunk/applications/product/widget/catalog/CatalogCommonScreens.xml 2006-04-22 05:05:13 UTC (rev 7373)
@@ -83,7 +83,7 @@
<container>
<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="plain" text="${uiLabelMap.ProductProductPage}" style="buttontext"/>
+ <link target="/ecommerce/control/product?product_id=${productId}" url-mode="inter-app" text="${uiLabelMap.ProductProductPage}" style="buttontext"/>
</container>
</widgets>
</section>
More information about the Svn
mailing list