Author: buscob
Date: Fri Apr 30 19:48:54 2010
New Revision: 939796
URL: http://svn.apache.org/viewvc?rev=939796&view=rev
Log:
A patch from Blas Rodriguez Somoza
OFBIZ-3733 - XHTML validation errors round 2+ (specialpurpose/ebay)
https://issues.apache.org/jira/browse/OFBIZ-3733
productsExportToEbay.ftl
attributes without values
ebayApiKeywordSearch.ftl
attributes without values
Modified:
ofbiz/trunk/specialpurpose/ebay/webapp/ebay/find/productsExportToEbay.ftl
ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/store/ebayApiKeywordSearch.ftl
Modified:
ofbiz/trunk/specialpurpose/ebay/webapp/ebay/find/productsExportToEbay.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebay/webapp/ebay/find/productsExportToEbay.ftl?rev=939796&r1=939795&r2=939796&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ebay/webapp/ebay/find/productsExportToEbay.ftl
(original)
+++ ofbiz/trunk/specialpurpose/ebay/webapp/ebay/find/productsExportToEbay.ftl
Fri Apr 30 19:48:54 2010
@@ -136,33 +136,33 @@ under the License.
<table class="basic-table" cellspacing="0">
<tr>
<td align="right" width="23%"
class="label">${uiLabelMap.FormFieldTitle_paymentPayPal}</td>
- <td width="2%"><input type="checkbox"
name="paymentPayPal" <#if parameters.paymentPayPal?exists>checked</#if> /></td>
+ <td width="2%"><input type="checkbox"
name="paymentPayPal" <#if
parameters.paymentPayPal?exists>checked="checked"</#if> /></td>
<td align="right" width="23%"
class="label">${uiLabelMap.FormFieldTitle_paymentVisaMC}</td>
- <td width="2%"><input type="checkbox"
name="paymentVisaMC" <#if parameters.paymentVisaMC?exists>checked</#if> /></td>
+ <td width="2%"><input type="checkbox"
name="paymentVisaMC" <#if
parameters.paymentVisaMC?exists>checked="checked"</#if> /></td>
<td align="right" width="23%"
class="label">${uiLabelMap.FormFieldTitle_paymentAmEx}</td>
- <td width="2%"><input type="checkbox"
name="paymentAmEx" <#if parameters.paymentAmEx?exists>checked</#if> /></td>
+ <td width="2%"><input type="checkbox"
name="paymentAmEx" <#if parameters.paymentAmEx?exists>checked="checked"</#if>
/></td>
<td align="right" width="23%"
class="label">${uiLabelMap.FormFieldTitle_paymentDiscover}</td>
- <td width="2%"><input type="checkbox"
name="paymentDiscover" <#if parameters.paymentDiscover?exists>checked</#if>
/></td>
+ <td width="2%"><input type="checkbox"
name="paymentDiscover" <#if
parameters.paymentDiscover?exists>checked="checked"</#if> /></td>
</tr>
<tr>
<td align="right" width="23%"
class="label">${uiLabelMap.FormFieldTitle_paymentMOCC}</td>
- <td width="2%"><input type="checkbox"
name="paymentMOCC" <#if parameters.paymentMOCC?exists>checked</#if> /></td>
+ <td width="2%"><input type="checkbox"
name="paymentMOCC" <#if parameters.paymentMOCC?exists>checked="checked"</#if>
/></td>
<td align="right" width="23%"
class="label">${uiLabelMap.FormFieldTitle_paymentPersonalCheck}</td>
- <td width="2%"><input type="checkbox"
name="paymentPersonalCheck" <#if
parameters.paymentPersonalCheck?exists>checked</#if> /></td>
+ <td width="2%"><input type="checkbox"
name="paymentPersonalCheck" <#if
parameters.paymentPersonalCheck?exists>checked="checked"</#if> /></td>
<td align="right" width="23%"
class="label">${uiLabelMap.FormFieldTitle_paymentCCAccepted}</td>
- <td width="2%"><input type="checkbox"
name="paymentCCAccepted" <#if parameters.paymentCCAccepted?exists>checked</#if>
/></td>
+ <td width="2%"><input type="checkbox"
name="paymentCCAccepted" <#if
parameters.paymentCCAccepted?exists>checked="checked"</#if> /></td>
<td align="right" width="23%"
class="label">${uiLabelMap.FormFieldTitle_paymentCashInPerson}</td>
- <td width="2%"><input type="checkbox"
name="paymentCashInPerson" <#if
parameters.paymentCashInPerson?exists>checked</#if> /></td>
+ <td width="2%"><input type="checkbox"
name="paymentCashInPerson" <#if
parameters.paymentCashInPerson?exists>checked="checked"</#if> /></td>
</tr>
<tr>
<td align="right" width="23%"
class="label">${uiLabelMap.FormFieldTitle_paymentCashOnPickup}</td>
- <td width="2%"><input type="checkbox"
name="paymentCashOnPickup" <#if
parameters.paymentCashOnPickup?exists>checked</#if> /></td>
+ <td width="2%"><input type="checkbox"
name="paymentCashOnPickup" <#if
parameters.paymentCashOnPickup?exists>checked="checked"</#if> /></td>
<td align="right" width="23%"
class="label">${uiLabelMap.FormFieldTitle_paymentCOD}</td>
- <td width="2%"><input type="checkbox"
name="paymentCOD" <#if parameters.paymentCOD?exists>checked</#if> /></td>
+ <td width="2%"><input type="checkbox"
name="paymentCOD" <#if parameters.paymentCOD?exists>checked="checked"</#if>
/></td>
<td align="right" width="23%"
class="label">${uiLabelMap.FormFieldTitle_paymentCODPrePayDelivery}</td>
- <td width="2%"><input type="checkbox"
name="paymentCODPrePayDelivery" <#if
parameters.paymentCODPrePayDelivery?exists>checked</#if> /></td>
+ <td width="2%"><input type="checkbox"
name="paymentCODPrePayDelivery" <#if
parameters.paymentCODPrePayDelivery?exists>checked="checked"</#if> /></td>
<td align="right" width="23%"
class="label">${uiLabelMap.FormFieldTitle_paymentMoneyXferAccepted}</td>
- <td width="2%"><input type="checkbox"
name="paymentMoneyXferAccepted" <#if
parameters.paymentMoneyXferAccepted?exists>checked</#if> /></td>
+ <td width="2%"><input type="checkbox"
name="paymentMoneyXferAccepted" <#if
parameters.paymentMoneyXferAccepted?exists>checked="checked"</#if> /></td>
</tr>
</table>
</td>
Modified:
ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/store/ebayApiKeywordSearch.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/store/ebayApiKeywordSearch.ftl?rev=939796&r1=939795&r2=939796&view=diff
==============================================================================
---
ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/store/ebayApiKeywordSearch.ftl
(original)
+++
ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/store/ebayApiKeywordSearch.ftl
Fri Apr 30 19:48:54 2010
@@ -124,8 +124,8 @@ under the License.
<td valign="middle">
<div>
<input type="text" name="SEARCH_STRING" size="40"
value="${requestParameters.SEARCH_STRING?if_exists}" />
- ${uiLabelMap.CommonAny}<input type="radio"
name="SEARCH_OPERATOR" value="OR" <#if searchOperator == "OR">checked</#if> />
- ${uiLabelMap.CommonAll}<input type="radio"
name="SEARCH_OPERATOR" value="AND" <#if searchOperator == "AND">checked</#if> />
+ ${uiLabelMap.CommonAny}<input type="radio"
name="SEARCH_OPERATOR" value="OR" <#if searchOperator ==
"OR">checked="checked"</#if> />
+ ${uiLabelMap.CommonAll}<input type="radio"
name="SEARCH_OPERATOR" value="AND" <#if searchOperator ==
"AND">checked="checked"</#if> />
</div>
</td>
</tr>