Author: jleroux
Date: Sun May 9 18:13:01 2010
New Revision: 942572
URL:
http://svn.apache.org/viewvc?rev=942572&view=revLog:
As it's the default, presentation="layer" is not needed anymore
Modified:
ofbiz/trunk/framework/example/widget/example/FormWidgetExampleForms.xml
Modified: ofbiz/trunk/framework/example/widget/example/FormWidgetExampleForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/example/widget/example/FormWidgetExampleForms.xml?rev=942572&r1=942571&r2=942572&view=diff==============================================================================
--- ofbiz/trunk/framework/example/widget/example/FormWidgetExampleForms.xml (original)
+++ ofbiz/trunk/framework/example/widget/example/FormWidgetExampleForms.xml Sun May 9 18:13:01 2010
@@ -290,7 +290,7 @@ under the License.
<!-- Standard Lookup in a layer (new style)-->
<!-- passes the name in one and the id in another field, the layer is centered -->
<field name="partyName" title="${uiLabelMap.CommonName}">
- <lookup target-form-name="LookupPartyExampleByName" description-field-name="partyIdTo" presentation="layer"/>
+ <lookup target-form-name="LookupPartyExampleByName" description-field-name="partyIdTo"/>
</field>
<!-- This field may be hidden and the name rendered in partyName using default-value if partyIdTo exists-->
<field name="partyIdTo" title="${uiLabelMap.CommonPartyID} ${uiLabelMap.CommonTo}"><text/></field><!-- the text field is only used for rendering -->