svn commit: r942574 - /ofbiz/trunk/framework/example/widget/example/FormWidgetExampleForms.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r942574 - /ofbiz/trunk/framework/example/widget/example/FormWidgetExampleForms.xml

jleroux@apache.org
Author: jleroux
Date: Sun May  9 18:20:47 2010
New Revision: 942574

URL: http://svn.apache.org/viewvc?rev=942574&view=rev
Log:
By default, the layer is not centered 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=942574&r1=942573&r2=942574&view=diff
==============================================================================
--- ofbiz/trunk/framework/example/widget/example/FormWidgetExampleForms.xml (original)
+++ ofbiz/trunk/framework/example/widget/example/FormWidgetExampleForms.xml Sun May  9 18:20:47 2010
@@ -288,7 +288,7 @@ under the License.
             <lookup target-form-name="LookupPartyExample" presentation="window"/>
         </field>
         <!-- Standard Lookup in a layer (new style)-->
-        <!-- passes the name in one and the id in another field, the layer is centered -->
+        <!-- passes the name in one and the id in another field -->
         <field name="partyName" title="${uiLabelMap.CommonName}">
             <lookup target-form-name="LookupPartyExampleByName" description-field-name="partyIdTo"/>
         </field>