svn commit: r544794 - in /ofbiz/trunk/framework: common/widget/CommonScreens.xml images/webapp/images/maincss.css

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r544794 - in /ofbiz/trunk/framework: common/widget/CommonScreens.xml images/webapp/images/maincss.css

jacopoc
Author: jacopoc
Date: Wed Jun  6 03:05:47 2007
New Revision: 544794

URL: http://svn.apache.org/viewvc?view=rev&rev=544794
Log:
Applied patch from Adrian Crum (OFBIZ-1063) to move the system messages to a container outside of the main content area.

Modified:
    ofbiz/trunk/framework/common/widget/CommonScreens.xml
    ofbiz/trunk/framework/images/webapp/images/maincss.css

Modified: ofbiz/trunk/framework/common/widget/CommonScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/widget/CommonScreens.xml?view=diff&rev=544794&r1=544793&r2=544794
==============================================================================
--- ofbiz/trunk/framework/common/widget/CommonScreens.xml (original)
+++ ofbiz/trunk/framework/common/widget/CommonScreens.xml Wed Jun  6 03:05:47 2007
@@ -121,6 +121,7 @@
                         <include-menu name="${applicationMenuName}" location="${applicationMenuLocation}"/>
                     </fail-widgets>
                 </section>
+                <platform-specific><html><html-template location="component://common/webcommon/includes/messages.ftl"/></html></platform-specific>
                 <container style="contentarea">
                     <container id="column-container">
                         <!-- by default will render left-bar only if leftbarScreen value not empty -->
@@ -128,7 +129,6 @@
 
                         <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"/>
                         </container>
                         <container style="clear"></container>

Modified: ofbiz/trunk/framework/images/webapp/images/maincss.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/maincss.css?view=diff&rev=544794&r1=544793&r2=544794
==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/maincss.css (original)
+++ ofbiz/trunk/framework/images/webapp/images/maincss.css Wed Jun  6 03:05:47 2007
@@ -571,16 +571,21 @@
 /*width: 100%;*/
 }
 
-.errorMessage {
-color: #ff0000;
+.eventMessage, .errorMessage {
+background-color: #FFFFFF;
+border: solid #000000 0.1em;
 font-size: 1.1em;
 font-weight: bold;
+margin: 1em;
+padding: 1em;
 }
 
 .eventMessage {
 color: #000099;
-font-size: 1.1em;
-font-weight: bold;
+}
+
+.errorMessage {
+color: #ff0000;
 }
 
 .viewOneTR1 {