You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2007/02/28 01:11:10 UTC

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

Author: jaz
Date: Tue Feb 27 16:11:09 2007
New Revision: 512513

URL: http://svn.apache.org/viewvc?view=rev&rev=512513
Log:
added div ID to the messages area; so we can utilize this in ajax requests

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=512513&r1=512512&r2=512513
==============================================================================
--- ofbiz/trunk/framework/common/widget/CommonScreens.xml (original)
+++ ofbiz/trunk/framework/common/widget/CommonScreens.xml Tue Feb 27 16:11:09 2007
@@ -128,8 +128,10 @@
                             <include-screen name="${leftbarScreenName}" location="${leftbarScreenLocation}"/>
 
                             <container id="content-main-section" style="${MainColumnStyle}">
-                                <!-- render messages -->
-                                <platform-specific><html><html-template location="component://common/webcommon/includes/messages.ftl"/></html></platform-specific>
+                                <container id="content-messages">
+                                    <!-- render messages -->
+                                    <platform-specific><html><html-template location="component://common/webcommon/includes/messages.ftl"/></html></platform-specific>
+                                </container>
                                 <decorator-section-include name="body"/>
                             </container>
                             <container style="endcolumns"><label text="&amp;nbsp;"/></container>