You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ad...@apache.org on 2010/12/30 00:30:54 UTC

svn commit: r1053770 - /ofbiz/trunk/framework/common/widget/CommonScreens.xml

Author: adrianc
Date: Wed Dec 29 23:30:54 2010
New Revision: 1053770

URL: http://svn.apache.org/viewvc?rev=1053770&view=rev
Log:
FindScreenDecorator uses the page-title style.

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=1053770&r1=1053769&r2=1053770&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/widget/CommonScreens.xml (original)
+++ ofbiz/trunk/framework/common/widget/CommonScreens.xml Wed Dec 29 23:30:54 2010
@@ -483,10 +483,10 @@ under the License.
                         <if-empty field="titleProperty"/>
                     </condition>
                     <widgets>
-                        <label style="h1" text="${title}"></label>
+                        <container style="page-title"><label text="${title}"></label></container>
                     </widgets>
                     <fail-widgets>
-                        <label style="h1" text="${uiLabelMap[titleProperty]}"/>
+                        <container style="page-title"><label text="${uiLabelMap[titleProperty]}"></label></container>
                     </fail-widgets>
                 </section>
                 <decorator-section-include name="menu-bar"/>