Author: mrisaliti
Date: Mon Sep 29 13:14:26 2008 New Revision: 700237 URL: http://svn.apache.org/viewvc?rev=700237&view=rev Log: Remove old comments, no functional changed. Modified: ofbiz/trunk/applications/ecommerce/widget/CatalogScreens.xml ofbiz/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/controller.xml ofbiz/trunk/applications/order/widget/ordermgr/OrderEntryCatalogScreens.xml Modified: ofbiz/trunk/applications/ecommerce/widget/CatalogScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/widget/CatalogScreens.xml?rev=700237&r1=700236&r2=700237&view=diff ============================================================================== --- ofbiz/trunk/applications/ecommerce/widget/CatalogScreens.xml (original) +++ ofbiz/trunk/applications/ecommerce/widget/CatalogScreens.xml Mon Sep 29 13:14:26 2008 @@ -48,7 +48,6 @@ <screen name="sidedeepcategory"> <section> <actions> - <!--<script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/catalog/sidedeepcategory.bsh"/>--> <property-map resource="ProductUiLabels" map-name="uiLabelMap" global="true"/> <script location="component://order/webapp/ordermgr/WEB-INF/actions/entry/catalog/SideDeepCategory.groovy"/> </actions> Modified: ofbiz/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/controller.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/controller.xml?rev=700237&r1=700236&r2=700237&view=diff ============================================================================== --- ofbiz/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/controller.xml (original) +++ ofbiz/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/controller.xml Mon Sep 29 13:14:26 2008 @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="UTF-8" ?> +<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file @@ -441,7 +441,6 @@ </request-map> <request-map uri="ShowProductionRun"> <security https="true" auth="true"/> - <!-- <event type="bsf" path="/jobshopmgt/" invoke="ShowProductionRun.bsh"/> --> <event type="groovy" path="component://manufacturing/webapp/manufacturing/jobshopmgt/" invoke="ShowProductionRun.groovy"/> <response name="docs_not_printed" type="view" value="EditProductionRun"/> <response name="docs_printed" type="view" value="ProductionRunDeclaration"/> Modified: ofbiz/trunk/applications/order/widget/ordermgr/OrderEntryCatalogScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/widget/ordermgr/OrderEntryCatalogScreens.xml?rev=700237&r1=700236&r2=700237&view=diff ============================================================================== --- ofbiz/trunk/applications/order/widget/ordermgr/OrderEntryCatalogScreens.xml (original) +++ ofbiz/trunk/applications/order/widget/ordermgr/OrderEntryCatalogScreens.xml Mon Sep 29 13:14:26 2008 @@ -160,8 +160,7 @@ <actions> <set field="productsummaryScreen" value="component://order/widget/ordermgr/OrderEntryCatalogScreens.xml#productsummary"/> <set field="showPriceDetails" value="Y"/> - <!--<script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/catalog/productdetail.bsh"/>--> - <!-- Warning: this bsh file in the order component is slightly different from that of the ecommerce one (the currency is taken from the cart) --> + <!-- Warning: this groovy file in the order component is slightly different from that of the ecommerce one (the currency is taken from the cart) --> <script location="component://order/webapp/ordermgr/WEB-INF/actions/entry/catalog/ProductDetail.groovy"/> </actions> <widgets> |
Free forum by Nabble | Edit this page |