Author: jleroux
Date: Wed May 19 07:29:28 2010
New Revision: 946066
URL:
http://svn.apache.org/viewvc?rev=946066&view=revLog:
A patch from Ankit Jain "Allow to open a layer lookup from a layer lookup recursively" (
https://issues.apache.org/jira/browse/OFBIZ-3693) - OFBIZ-3693
This patch fixes a specific issue in WorkEffort lookup (signaled by Sascha yesterday: button style)
Modified:
ofbiz/trunk/applications/workeffort/widget/LookupForms.xml
Modified: ofbiz/trunk/applications/workeffort/widget/LookupForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/widget/LookupForms.xml?rev=946066&r1=946065&r2=946066&view=diff==============================================================================
--- ofbiz/trunk/applications/workeffort/widget/LookupForms.xml (original)
+++ ofbiz/trunk/applications/workeffort/widget/LookupForms.xml Wed May 19 07:29:28 2010
@@ -88,7 +88,7 @@ under the License.
<field name="noteId"><ignored/></field>
<field name="noConditionFind"><hidden value="Y"/><!-- if this isn't there then with all fields empty no query will be done --></field>
- <field name="submitButton" title="${uiLabelMap.CommonFind}" widget-style="buttontext"><submit button-type="text-link"/></field>
+ <field name="submitButton" title="${uiLabelMap.CommonFind}" widget-style="buttontext"><submit button-type="button"/></field>
</form>
<form name="lookupWorkEffortShort" target="LookupWorkEffortShort" title="" type="single"
header-row-style="header-row" default-table-style="basic-table">