Author: jleroux
Date: Sun Oct 18 13:42:51 2009
New Revision: 826437

URL: http://svn.apache.org/viewvc?rev=826437&view=rev
Log:
A patch from Bruno Busco "The screenlet Global decorator is not needed any 
more" (https://issues.apache.org/jira/browse/OFBIZ-3048) - OFBIZ-3048
In the attached patch I just removed the "screenlet" global decorator that is 
not used any more since we have now the screenlet widget.

Modified:
    ofbiz/trunk/framework/common/widget/CommonScreens.xml

Modified: ofbiz/trunk/framework/common/widget/CommonScreens.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/widget/CommonScreens.xml?rev=826437&r1=826436&r2=826437&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/widget/CommonScreens.xml (original)
+++ ofbiz/trunk/framework/common/widget/CommonScreens.xml Sun Oct 18 13:42:51 
2009
@@ -275,22 +275,6 @@
         </section>
     </screen>
 
-    <!-- Global decorator for screenlet -->
-    <screen name="screenlet">
-        <section>
-            <widgets>
-                <container style="screenlet">
-                    <container style="screenlet-header">
-                        <decorator-section-include name="screenlet-header"/>
-                    </container>
-                    <container style="screenlet-body">
-                        <decorator-section-include name="screenlet-body"/>
-                    </container>
-                </container>
-            </widgets>
-        </section>
-    </screen>
-
     <!-- Simple decorator (no application and menu bars); it can be used:
          * for printer friendly html screens (no logo and no application bar, 
header and footer); a print button is also available at the top of the screen
          * for simple PDF report (a simple header with the logo/date is 
rendered and a footer with page numbers)


Reply via email to