Author: jacopoc
Date: Sat Sep 17 13:46:27 2016
New Revision: 1761236

URL: http://svn.apache.org/viewvc?rev=1761236&view=rev
Log:
Improved: change drop-down option from "Any" to empty in Admin Search of the 
"lucene" component to make it consistent with similar search forms in the other 
applications

Thanks: Renuka Srishti for the report and the patch.

Modified:
    ofbiz/trunk/specialpurpose/lucene/template/AdminSearch.ftl

Modified: ofbiz/trunk/specialpurpose/lucene/template/AdminSearch.ftl
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/lucene/template/AdminSearch.ftl?rev=1761236&r1=1761235&r2=1761236&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/lucene/template/AdminSearch.ftl (original)
+++ ofbiz/trunk/specialpurpose/lucene/template/AdminSearch.ftl Sat Sep 17 
13:46:27 2016
@@ -84,7 +84,7 @@ under the License.
         <td valign="middle">
           <div>
             <select name="pft_${productFeatureTypeId}">
-              <option value="">- ${uiLabelMap.CommonAny} -</option>
+              <option value=""></option>
               <#list productFeatures as productFeature>
               <option 
value="${productFeature.productFeatureId}">${productFeature.description?default("No
 Description")} [${productFeature.productFeatureId}]</option>
               </#list>


Reply via email to