[OFBiz] SVN: r7461 - trunk/framework/common/widget

jonesde@svn.ofbiz.org jonesde at svn.ofbiz.org
Mon May 1 04:50:25 CDT 2006


Author: jonesde
Date: 2006-05-01 04:50:20 -0500 (Mon, 01 May 2006)
New Revision: 7461

Modified:
   trunk/framework/common/widget/CommonScreens.xml
Log:
Small changes to screenlet screen: removed boxhead which was cumbersome and incorrect (used the wrong style, ie screenlet-body instead of screenlet-header; added container in screenlet screen for screenlet-header to make it easier to apply that way

Modified: trunk/framework/common/widget/CommonScreens.xml
===================================================================
--- trunk/framework/common/widget/CommonScreens.xml	2006-05-01 09:28:41 UTC (rev 7460)
+++ trunk/framework/common/widget/CommonScreens.xml	2006-05-01 09:50:20 UTC (rev 7461)
@@ -123,12 +123,14 @@
         </section>
     </screen>
 
-    <!-- Global decorators for screenlet, etc -->
+    <!-- Global decorator for screenlet -->
     <screen name="screenlet">
         <section>
             <widgets>
                 <container style="screenlet">
-                    <decorator-section-include name="screenlet-header"/>
+                    <container style="screenlet-header">
+                        <decorator-section-include name="screenlet-header"/>
+                    </container>
                     <container style="screenlet-body">
                         <decorator-section-include name="screenlet-body"/>
                     </container>
@@ -136,13 +138,4 @@
             </widgets>
         </section>
     </screen>
-    <screen name="boxhead">
-        <section>
-            <widgets>
-                <container style="screenlet-body">
-                    <label text="${boxhead}" style="boxhead"/>
-                </container>
-            </widgets>
-        </section>
-    </screen>
 </screens>



More information about the Svn mailing list