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 2011/01/15 20:00:04 UTC

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

Author: adrianc
Date: Sat Jan 15 19:00:04 2011
New Revision: 1059391

URL: http://svn.apache.org/viewvc?rev=1059391&view=rev
Log:
Named some of the GlobalDecorator sections so they're easier to find in markup.

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=1059391&r1=1059390&r2=1059391&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/widget/CommonScreens.xml (original)
+++ ofbiz/trunk/framework/common/widget/CommonScreens.xml Sat Jan 15 19:00:04 2011
@@ -153,7 +153,7 @@ under the License.
                 <!-- render header -->
                 <platform-specific><html><html-template location="${headerTemplateLocation}"/></html></platform-specific>
                 <!-- render appbar or its opening part -->
-                <section>
+                <section name="Render-Main-Nav">
                     <condition>
                         <not><if-empty field="appbarOpenTemplateLocation"/></not>
                     </condition>
@@ -166,7 +166,7 @@ under the License.
                 </section>
 
                 <!-- render appheader: both menu widget style and ftl template style menus are supported-->
-                <section>
+                <section name="Render-App-Nav">
                     <condition>
                         <not><if-empty field="userLogin"/></not>
                     </condition>
@@ -213,7 +213,7 @@ under the License.
                 </container>
 
                 <!-- render footer -->
-                <section>
+                <section name="Render-Footer">
                     <condition>
                         <if-empty field="applicationFooterTemplate"/>
                     </condition>