Author: jaz
Date: Tue Feb 27 16:11:09 2007
New Revision: 512513
URL:
http://svn.apache.org/viewvc?view=rev&rev=512513Log:
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="&nbsp;"/></container>