Author: lektran
Date: Fri Jul 3 23:43:10 2009
New Revision: 791039
URL:
http://svn.apache.org/viewvc?rev=791039&view=revLog:
Merged from trunk r791038
Fixed some malformed html reported by Harmeet Bedi OFBIZ-2644
Modified:
ofbiz/branches/release09.04/applications/product/webapp/catalog/category/EditCategoryFeatureCats.ftl
Modified: ofbiz/branches/release09.04/applications/product/webapp/catalog/category/EditCategoryFeatureCats.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release09.04/applications/product/webapp/catalog/category/EditCategoryFeatureCats.ftl?rev=791039&r1=791038&r2=791039&view=diff==============================================================================
--- ofbiz/branches/release09.04/applications/product/webapp/catalog/category/EditCategoryFeatureCats.ftl (original)
+++ ofbiz/branches/release09.04/applications/product/webapp/catalog/category/EditCategoryFeatureCats.ftl Fri Jul 3 23:43:10 2009
@@ -40,7 +40,7 @@
<td><a href="<@ofbizUrl>EditFeatureGroupAppls?productFeatureGroupId=${(productFeatureCatGrpAppl.productFeatureGroupId)?if_exists}</@ofbizUrl>" class="buttontext"><#if productFeatureGroup?exists>${(productFeatureGroup.description)?if_exists}</#if> [${(productFeatureCatGrpAppl.productFeatureGroupId)?if_exists}]</a></td>
<#assign hasntStarted = false>
<#if (productFeatureCatGrpAppl.getTimestamp("fromDate"))?exists && nowTimestamp.before(productFeatureCatGrpAppl.getTimestamp("fromDate"))> <#assign hasntStarted = true></#if>
- <td><div <#if hasntStarted><div style="color: red;"/></#if>${(productFeatureCatGrpAppl.fromDate)?if_exists}</div></td>
+ <td><div<#if hasntStarted> style="color: red;"</#if>>${(productFeatureCatGrpAppl.fromDate)?if_exists}</div></td>
<td align="center">
<form method="post" action="<@ofbizUrl>updateProductFeatureCatGrpAppl</@ofbizUrl>" name="lineFormGrp${line}">
<#assign hasExpired = false>