Author: mrisaliti
Date: Wed Mar 26 11:14:51 2008
New Revision: 641452
URL:
http://svn.apache.org/viewvc?rev=641452&view=revLog:
Remove deprecated style viewManyTR1 that is now no more used.
Modified:
ofbiz/trunk/applications/manufacturing/webapp/manufacturing/mrp/findInventoryEventPlan.ftl
ofbiz/trunk/applications/order/webapp/ordermgr/setup/paymentsetup.ftl
Modified: ofbiz/trunk/applications/manufacturing/webapp/manufacturing/mrp/findInventoryEventPlan.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/mrp/findInventoryEventPlan.ftl?rev=641452&r1=641451&r2=641452&view=diff==============================================================================
--- ofbiz/trunk/applications/manufacturing/webapp/manufacturing/mrp/findInventoryEventPlan.ftl (original)
+++ ofbiz/trunk/applications/manufacturing/webapp/manufacturing/mrp/findInventoryEventPlan.ftl Wed Mar 26 11:14:51 2008
@@ -110,7 +110,7 @@
<td width='100%'>
<#if inventoryList?exists>
<#if 0 < inventoryList?size>
- <#assign rowClass = "viewManyTR2">
+ <#assign rowClass = "alternate-row">
<table class="basic-table" cellspacing="0">
<tr>
<td width="50%" class="boxhead">${uiLabelMap.CommonElementsFound}</td>
Modified: ofbiz/trunk/applications/order/webapp/ordermgr/setup/paymentsetup.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/setup/paymentsetup.ftl?rev=641452&r1=641451&r2=641452&view=diff==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/setup/paymentsetup.ftl (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/setup/paymentsetup.ftl Wed Mar 26 11:14:51 2008
@@ -42,7 +42,7 @@
<tr>
<td>
<table width="100%" cellpadding="2" cellspacing="2" border="0">
- <tr class="viewOneTR1">
+ <tr class="header-row">
<td nowrap><div class="tableheadtext">WebSite</div></td>
<td nowrap><div class="tableheadtext">PayMethod Type</div></td>
<td nowrap><div class="tableheadtext">Auth Service</div></td>
@@ -54,10 +54,10 @@
</tr>
<#if paymentSetups?has_content>
<#list paymentSetups as paymentSetting>
- <#if rowStyle?exists && rowStyle == "viewManyTR1">
- <#assign rowStyle = "viewManyTR2">
+ <#if rowStyle?exists && rowStyle == "alternate-row">
+ <#assign rowStyle = "alternate-rowSelected">
<#else>
- <#assign rowStyle = "viewManyTR1">
+ <#assign rowStyle = "alternate-row">
</#if>
<tr class="${rowStyle}">
<td><div class="tabletext">${paymentSetting.siteName?if_exists}</div></td>