Author: erwan
Date: Sun Apr 22 06:30:34 2012
New Revision: 1328802
URL:
http://svn.apache.org/viewvc?rev=1328802&view=revLog:
A patch from yashwant dhakad OFBIZ-4829 Missing decorator location in ExampleExt component
Modified:
ofbiz/branches/release10.04/framework/exampleext/widget/example/CommonScreens.xml
Modified: ofbiz/branches/release10.04/framework/exampleext/widget/example/CommonScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release10.04/framework/exampleext/widget/example/CommonScreens.xml?rev=1328802&r1=1328801&r2=1328802&view=diff==============================================================================
--- ofbiz/branches/release10.04/framework/exampleext/widget/example/CommonScreens.xml (original)
+++ ofbiz/branches/release10.04/framework/exampleext/widget/example/CommonScreens.xml Sun Apr 22 06:30:34 2012
@@ -89,5 +89,26 @@ under the License.
</widgets>
</section>
</screen>
+ <screen name="CommonExampleGeoLocationDecorator">
+ <section>
+ <widgets>
+ <include-screen name="CommonExampleGeoLocationDecorator" location="component://example/widget/example/CommonScreens.xml"/>
+ </widgets>
+ </section>
+ </screen>
+ <screen name="CommonExampleOsmGeoLocationDecorator">
+ <section>
+ <widgets>
+ <include-screen name="CommonExampleOsmGeoLocationDecorator" location="component://example/widget/example/CommonScreens.xml"/>
+ </widgets>
+ </section>
+ </screen>
+ <screen name="CommonBirtDecorator">
+ <section>
+ <widgets>
+ <include-screen name="CommonBirtDecorator" location="component://example/widget/example/CommonScreens.xml"/>
+ </widgets>
+ </section>
+ </screen>
</screens>