Author: hansbak
Date: Mon May 17 07:53:28 2010
New Revision: 945008
URL:
http://svn.apache.org/viewvc?rev=945008&view=revLog:
add an empty value on the country selection dropdown of the orderfind screen so the default screen shows all orders
Modified:
ofbiz/trunk/applications/order/webapp/ordermgr/order/findOrders.ftl
Modified: ofbiz/trunk/applications/order/webapp/ordermgr/order/findOrders.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/order/findOrders.ftl?rev=945008&r1=945007&r2=945008&view=diff==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/order/findOrders.ftl (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/order/findOrders.ftl Mon May 17 07:53:28 2010
@@ -444,6 +444,8 @@ function toggleOrderIdList() {
<#assign geo = delegator.findOne("Geo", Static["org.ofbiz.base.util.UtilMisc"].toMap("geoId", countryGeoId), true)>
<option value="${countryGeoId}">${geo.geoName?if_exists}</option>
<option value="${countryGeoId}">---</option>
+ <#else>
+ <option value="">---</option>
</#if>
${screens.render("component://common/widget/CommonScreens.xml#countries")}
</select>