|
Author: mrisaliti
Date: Tue Jan 4 22:21:44 2011 New Revision: 1055212 URL: http://svn.apache.org/viewvc?rev=1055212&view=rev Log: MULTIFLEX ecommerce Advanced Search layout issues (OFBIZ-3943) Modified: ofbiz/branches/release09.04/specialpurpose/ecommerce/webapp/ecommerce/catalog/advancedsearch.ftl Modified: ofbiz/branches/release09.04/specialpurpose/ecommerce/webapp/ecommerce/catalog/advancedsearch.ftl URL: http://svn.apache.org/viewvc/ofbiz/branches/release09.04/specialpurpose/ecommerce/webapp/ecommerce/catalog/advancedsearch.ftl?rev=1055212&r1=1055211&r2=1055212&view=diff ============================================================================== --- ofbiz/branches/release09.04/specialpurpose/ecommerce/webapp/ecommerce/catalog/advancedsearch.ftl (original) +++ ofbiz/branches/release09.04/specialpurpose/ecommerce/webapp/ecommerce/catalog/advancedsearch.ftl Tue Jan 4 22:21:44 2011 @@ -28,12 +28,11 @@ under the License. <#if searchCategory?has_content> <input type="hidden" name="SEARCH_CATEGORY_ID" value="${searchCategoryId?if_exists}"/> <tr valign="middle"> - <td class="label">${uiLabelMap.ProductCategory}</td> + <td>${uiLabelMap.ProductCategory}</td> <td>${(searchCategory.description)?if_exists}</td> - <td> </td> </tr> <tr valign="middle"> - <td class="label">${uiLabelMap.ProductIncludeSubCategories}</td> + <td>${uiLabelMap.ProductIncludeSubCategories}</td> <td> ${uiLabelMap.CommonYes} <input type="radio" name="SEARCH_SUB_CATEGORIES" value="Y" checked="checked"/> ${uiLabelMap.CommonNo} <input type="radio" name="SEARCH_SUB_CATEGORIES" value="N"/> @@ -41,8 +40,10 @@ under the License. </tr> </#if> <tr valign="middle"> - <td class="label">${uiLabelMap.ProductKeywords}</td> - <td><input type="text" name="SEARCH_STRING" size="40" value="${requestParameters.SEARCH_STRING?if_exists}"> + <td>${uiLabelMap.ProductKeywords}</td> + <td> + <input type="text" name="SEARCH_STRING" size="32" value="${requestParameters.SEARCH_STRING?if_exists}"> + <br /> ${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>> </td> @@ -52,7 +53,7 @@ under the License. <#assign productFeatureType = delegator.findByPrimaryKeyCache("ProductFeatureType", findPftMap)> <#assign productFeatures = productFeaturesByTypeMap[productFeatureTypeId]> <tr valign="middle"> - <td class="label">${(productFeatureType.get("description",locale))?if_exists}</td> + <td>${(productFeatureType.get("description",locale))?if_exists}</td> <td> <select name="pft_${productFeatureTypeId}"> <option value="">- ${uiLabelMap.CommonSelectAny} -</option> @@ -64,7 +65,7 @@ under the License. </tr> </#list> <tr valign="middle"> - <td class="label">${uiLabelMap.ProductSortedBy}</td> + <td>${uiLabelMap.ProductSortedBy}</td> <td> <select name="sortOrder" class="selectBox"> <option value="SortKeywordRelevancy">${uiLabelMap.ProductKeywordRelevancy}</option> @@ -75,13 +76,14 @@ under the License. <option value="SortProductPrice:LIST_PRICE">${uiLabelMap.ProductListPrice}</option> <option value="SortProductPrice:DEFAULT_PRICE">${uiLabelMap.ProductDefaultPrice}</option> </select> + <br /> ${uiLabelMap.EcommerceLowToHigh} <input type="radio" name="sortAscending" value="Y" checked="checked"/> ${uiLabelMap.EcommerceHighToLow} <input type="radio" name="sortAscending" value="N"/> </td> </tr> <#if searchConstraintStrings?has_content> <tr valign="top"> - <td class="label">${uiLabelMap.ProductLastSearch}</td> + <td>${uiLabelMap.ProductLastSearch}</td> <td> <#list searchConstraintStrings as searchConstraintString> <div> - ${searchConstraintString}</div> |
| Free forum by Nabble | Edit this page |
