Author: jaz
Date: Thu Feb 22 14:06:30 2007
New Revision: 510680

URL: http://svn.apache.org/viewvc?view=rev&rev=510680
Log:
gave the main content area a ID tag

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?view=diff&rev=510680&r1=510679&r2=510680
==============================================================================
--- ofbiz/trunk/framework/common/widget/CommonScreens.xml (original)
+++ ofbiz/trunk/framework/common/widget/CommonScreens.xml Thu Feb 22 14:06:30 
2007
@@ -127,7 +127,7 @@
                             <!-- by default will render left-bar only if 
leftbarScreen value not empty -->
                             <include-screen name="${leftbarScreenName}" 
location="${leftbarScreenLocation}"/>
 
-                            <container style="${MainColumnStyle}">
+                            <container id="content-main-section" 
style="${MainColumnStyle}">
                                 <!-- render messages -->
                                 <platform-specific><html><html-template 
location="component://common/webcommon/includes/messages.ftl"/></html></platform-specific>
                                 <decorator-section-include name="body"/>


Reply via email to