Author: jleroux
Date: Wed Nov 16 18:58:50 2016
New Revision: 1770037
URL:
http://svn.apache.org/viewvc?rev=1770037&view=revLog:
Improved: Remove unused screens from CommonScreens in Catalog
(OFBIZ-9119)
Removes unused screens (commented out) in the CommonScreens widget in Catalog
The SideCatalogs.* and SideDeepCategory.* files were already removed
Thanks: Pierre Smits
Modified:
ofbiz/trunk/applications/product/widget/catalog/CommonScreens.xml
Modified: ofbiz/trunk/applications/product/widget/catalog/CommonScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/CommonScreens.xml?rev=1770037&r1=1770036&r2=1770037&view=diff==============================================================================
--- ofbiz/trunk/applications/product/widget/catalog/CommonScreens.xml (original)
+++ ofbiz/trunk/applications/product/widget/catalog/CommonScreens.xml Wed Nov 16 18:58:50 2016
@@ -248,8 +248,6 @@ under the License.
<section>
<widgets>
<include-screen name="keywordsearchbox"/>
-<!-- <include-screen name="sidecatalogs"/>-->
-<!-- <include-screen name="sidedeepcategory"/>-->
<include-screen name="categorytree"/>
<include-screen name="miniproductlist"/>
</widgets>
@@ -266,30 +264,6 @@ under the License.
</screenlet>
</widgets>
</section>
- </screen>
- <screen name="sidecatalogs">
- <section>
- <actions>
- <script location="component://product/groovyScripts/catalog/find/SideCatalogs.groovy"/>
- </actions>
- <widgets>
- <screenlet id="ProductBrowseCatalogsPanel" title="${uiLabelMap.ProductBrowseCatalogs}" collapsible="true">
- <platform-specific><html><html-template location="component://product/template/find/SideCatalogs.ftl"/></html></platform-specific>
- </screenlet>
- </widgets>
- </section>
- </screen>
- <screen name="sidedeepcategory">
- <section>
- <actions>
- <script location="component://product/groovyScripts/catalog/find/SideDeepCategory.groovy"/>
- </actions>
- <widgets>
- <screenlet id="ProductBrowseCategoriesPanel" title="${uiLabelMap.ProductBrowseCategories}" collapsible="true">
- <platform-specific><html><html-template location="component://product/template/find/SideDeepCategory.ftl"/></html></platform-specific>
- </screenlet>
- </widgets>
- </section>
</screen>
<screen name="miniproductlist">
<section>