You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mr...@apache.org on 2007/12/31 11:03:01 UTC

svn commit: r607709 - /ofbiz/trunk/applications/product/webapp/catalog/find/exportproducts.ftl

Author: mrisaliti
Date: Mon Dec 31 02:03:01 2007
New Revision: 607709

URL: http://svn.apache.org/viewvc?rev=607709&view=rev
Log:
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 &gt; 0>,</#if>
-            ${productCategoryAndMember.categoryName}
-            <#assign productCategoryCount=productCategoryCount + 1/>
-        </#if>
-    </#list>    
-    <#list productExportMap.productFeatures as productFeatureAndAppl>
-        <#if productFeatureAndAppl.description?has_content>
-            <#if productFeatureCount &gt; 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 &gt; 0>,</#if>${productCategoryAndMember.categoryName}<#assign productCategoryCount=productCategoryCount + 1/></#if></#list>	<#list 	productExportMap.productFeatures as productFeatureAndAppl><#if productFeatureAndAppl.description?has_content><#if productFeatureCount &gt; 0>,</#if>${productFeatureAndAppl.description}<#assign productFeatureCount=productFeatureCount + 1/></#if></#list>
 </#list>