Author: apatel
Date: Mon Aug 3 08:12:18 2009
New Revision: 800246
URL:
http://svn.apache.org/viewvc?rev=800246&view=revLog:
Little help entry in select box.
Modified:
ofbiz/trunk/applications/accounting/webapp/ap/invoices/PurchaseInvoices.ftl
Modified: ofbiz/trunk/applications/accounting/webapp/ap/invoices/PurchaseInvoices.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/webapp/ap/invoices/PurchaseInvoices.ftl?rev=800246&r1=800245&r2=800246&view=diff==============================================================================
--- ofbiz/trunk/applications/accounting/webapp/ap/invoices/PurchaseInvoices.ftl (original)
+++ ofbiz/trunk/applications/accounting/webapp/ap/invoices/PurchaseInvoices.ftl Mon Aug 3 08:12:18 2009
@@ -112,7 +112,7 @@
<div align="right">
<!-- May add some more options in future like cancel selected invoices-->
<select name="serviceName" id="serviceName" onchange="javascript:setServiceName(this);">
- <option value=""/>
+ <option value="">Select Action</options>
<option value="processMassCheckRun">${uiLabelMap.AccountingIssueCheck}</option>
</select>
<input id="submitButton" type="button" onclick="javascript:runAction();" value="${uiLabelMap.OrderRunAction}" disabled/>