You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ap...@apache.org on 2009/06/28 15:43:48 UTC

svn commit: r789098 - /ofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/keywordsearchbox.ftl

Author: apatel
Date: Sun Jun 28 13:43:48 2009
New Revision: 789098

URL: http://svn.apache.org/viewvc?rev=789098&view=rev
Log:
enhanced markup.

Modified:
    ofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/keywordsearchbox.ftl

Modified: ofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/keywordsearchbox.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/keywordsearchbox.ftl?rev=789098&r1=789097&r2=789098&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/keywordsearchbox.ftl (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/keywordsearchbox.ftl Sun Jun 28 13:43:48 2009
@@ -21,6 +21,7 @@
     <h3>${uiLabelMap.ProductSearchCatalog}</h3>
     <div class="screenlet-body">
         <form name="keywordsearchform" method="post" action="<@o...@ofbizUrl>">
+         <fieldset>
           <input type="hidden" name="VIEW_SIZE" value="10"/>
           <input type="hidden" name="PAGING" value="Y"/>
           <div>
@@ -41,9 +42,11 @@
           <#else>
             <input type="hidden" name="SEARCH_CATEGORY_ID" value="${searchCategoryId?if_exists}"/>
           </#if>
-          <div><input type="radio" name="SEARCH_OPERATOR" value="OR" <#if searchOperator == "OR">checked="checked"</#if>/>${uiLabelMap.CommonAny}<input type="radio" name="SEARCH_OPERATOR" value="AND" <#if searchOperator == "AND">checked="checked"</#if>/>${uiLabelMap.CommonAll}&nbsp;<a href="javascript:document.keywordsearchform.submit()" class="buttontext">${uiLabelMap.CommonFind}</a></div>
+          <div><input type="radio" name="SEARCH_OPERATOR" value="OR" <#if searchOperator == "OR">checked="checked"</#if>/>${uiLabelMap.CommonAny}<input type="radio" name="SEARCH_OPERATOR" value="AND" <#if searchOperator == "AND">checked="checked"</#if>/>${uiLabelMap.CommonAll}&nbsp;<a href="javascript:document.keywordsearchform.submit()" class="button">${uiLabelMap.CommonFind}</a></div>
+         </fieldset>
         </form>
         <form name="advancedsearchform" method="post" action="<@o...@ofbizUrl>">
+          <fieldset>
           <#if 0 < otherSearchProdCatalogCategories?size>
             <div>${uiLabelMap.ProductAdvancedSearchIn}: </div>
             <div>
@@ -62,8 +65,9 @@
           </#if>
           <br/>
           <div>
-            <a href="javascript:document.advancedsearchform.submit()" class="buttontext">${uiLabelMap.ProductAdvancedSearch}</a>
+            <a href="javascript:document.advancedsearchform.submit()" class="button">${uiLabelMap.ProductAdvancedSearch}</a>
           </div>
+         </fieldset>
         </form>
     </div>
 </div>