Author: erwan
Date: Thu Jan 12 10:39:49 2012 New Revision: 1230479 URL: http://svn.apache.org/viewvc?rev=1230479&view=rev Log: tabs to spaces, no functional changes - ftl files Modified: ofbiz/trunk/applications/product/webapp/catalog/category/EditCategory.ftl ofbiz/trunk/framework/common/webcommon/includes/listVisualThemes.ftl Modified: ofbiz/trunk/applications/product/webapp/catalog/category/EditCategory.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/category/EditCategory.ftl?rev=1230479&r1=1230478&r2=1230479&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/category/EditCategory.ftl (original) +++ ofbiz/trunk/applications/product/webapp/catalog/category/EditCategory.ftl Thu Jan 12 10:39:49 2012 @@ -96,15 +96,15 @@ function insertImageName(type,nameValue) <td> </td> <td width="74%"> <select name="productCategoryTypeId" size="1"> - <#assign selectedKey = ""> - <#list productCategoryTypes as productCategoryTypeData> - <#if requestParameters.productCategoryTypeId?has_content> - <#assign selectedKey = requestParameters.productCategoryTypeId> - <#elseif (productCategory?has_content && productCategory.productCategoryTypeId?if_exists == productCategoryTypeData.productCategoryTypeId)> - <#assign selectedKey = productCategory.productCategoryTypeId> - </#if> - <option <#if selectedKey == productCategoryTypeData.productCategoryTypeId?if_exists>selected="selected"</#if> value="${productCategoryTypeData.productCategoryTypeId}">${productCategoryTypeData.get("description",locale)}</option> - </#list> + <#assign selectedKey = ""> + <#list productCategoryTypes as productCategoryTypeData> + <#if requestParameters.productCategoryTypeId?has_content> + <#assign selectedKey = requestParameters.productCategoryTypeId> + <#elseif (productCategory?has_content && productCategory.productCategoryTypeId?if_exists == productCategoryTypeData.productCategoryTypeId)> + <#assign selectedKey = productCategory.productCategoryTypeId> + </#if> + <option <#if selectedKey == productCategoryTypeData.productCategoryTypeId?if_exists>selected="selected"</#if> value="${productCategoryTypeData.productCategoryTypeId}">${productCategoryTypeData.get("description",locale)}</option> + </#list> </select> </td> </tr> Modified: ofbiz/trunk/framework/common/webcommon/includes/listVisualThemes.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/webcommon/includes/listVisualThemes.ftl?rev=1230479&r1=1230478&r2=1230479&view=diff ============================================================================== --- ofbiz/trunk/framework/common/webcommon/includes/listVisualThemes.ftl (original) +++ ofbiz/trunk/framework/common/webcommon/includes/listVisualThemes.ftl Thu Jan 12 10:39:49 2012 @@ -34,11 +34,11 @@ margin: 1em; 'hideOnContentClick': true }); $("a.group").fancybox({ - 'transitionIn' : 'elastic', - 'transitionOut' : 'elastic', - 'speedIn' : 600, - 'speedOut' : 200, - 'overlayShow' : false + 'transitionIn' : 'elastic', + 'transitionOut' : 'elastic', + 'speedIn' : 600, + 'speedOut' : 200, + 'overlayShow' : false }); }); </script> |
Free forum by Nabble | Edit this page |