Author: mrisaliti
Date: Mon Dec 31 02:03:01 2007
New Revision: 607709
URL:
http://svn.apache.org/viewvc?rev=607709&view=revLog:
Revert convertion tabs into 4 spaces.
Modified:
ofbiz/trunk/applications/product/webapp/catalog/find/exportproducts.ftl
Modified: ofbiz/trunk/applications/product/webapp/catalog/find/exportproducts.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/find/exportproducts.ftl?rev=607709&r1=607708&r2=607709&view=diff==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/find/exportproducts.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/find/exportproducts.ftl Mon Dec 31 02:03:01 2007
@@ -15,24 +15,6 @@
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
--->
-<#list productExportList as productExportMap><#assign productCategoryCount=0/><#assign productFeatureCount=0/>
- ${productExportMap.productId}
- <#if productExportMap.productFeatureCustom?has_content>
- ${productExportMap.productFeatureCustom.description?if_exists}
- </#if>
- <#list productExportMap.productCategories as productCategoryAndMember>
- <#if productCategoryAndMember.categoryName?has_content>
- <#if productCategoryCount > 0>,</#if>
- ${productCategoryAndMember.categoryName}
- <#assign productCategoryCount=productCategoryCount + 1/>
- </#if>
- </#list>
- <#list productExportMap.productFeatures as productFeatureAndAppl>
- <#if productFeatureAndAppl.description?has_content>
- <#if productFeatureCount > 0>,</#if>
- ${productFeatureAndAppl.description}
- <#assign productFeatureCount=productFeatureCount + 1/>
- </#if>
- </#list>
+--><#list productExportList as productExportMap><#assign productCategoryCount=0/><#assign productFeatureCount=0/>
+${productExportMap.productId} <#if productExportMap.productFeatureCustom?has_content>${productExportMap.productFeatureCustom.description?if_exists}</#if> <#list productExportMap.productCategories as productCategoryAndMember><#if productCategoryAndMember.categoryName?has_content><#if productCategoryCount > 0>,</#if>${productCategoryAndMember.categoryName}<#assign productCategoryCount=productCategoryCount + 1/></#if></#list> <#list productExportMap.productFeatures as productFeatureAndAppl><#if productFeatureAndAppl.description?has_content><#if productFeatureCount > 0>,</#if>${productFeatureAndAppl.description}<#assign productFeatureCount=productFeatureCount + 1/></#if></#list>
</#list>