svn commit: r736341 - /ofbiz/trunk/applications/content/widget/WebSiteScreens.xml

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

svn commit: r736341 - /ofbiz/trunk/applications/content/widget/WebSiteScreens.xml

adrianc
Author: adrianc
Date: Wed Jan 21 08:59:55 2009
New Revision: 736341

URL: http://svn.apache.org/viewvc?rev=736341&view=rev
Log:
Put the screenlet back in the Content Manager screen. The "no-clear" CSS style is intended to be used when problems arise from using menus or screenlets inside multi-column layouts.

Modified:
    ofbiz/trunk/applications/content/widget/WebSiteScreens.xml

Modified: ofbiz/trunk/applications/content/widget/WebSiteScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/widget/WebSiteScreens.xml?rev=736341&r1=736340&r2=736341&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/widget/WebSiteScreens.xml (original)
+++ ofbiz/trunk/applications/content/widget/WebSiteScreens.xml Wed Jan 21 08:59:55 2009
@@ -315,25 +315,15 @@
                 </entity-and>
             </actions>
             <widgets>
-                <container id="cmscontent">
-                    <!-- DO NOT CONVERT TO SCREENLET OTHERWISE THE CMS RIGHTSCREEN DOES NOT WORK -->
-                    <container style="screenlet-title-bar">
-                        <container style="h3">
-                            <label text="${uiLabelMap.PageTitleWebSiteCMSContent}"/>
-                        </container>
-                    </container>
-                    <container style="screenlet-body">
-                        <section>
-                            <widgets>    
-                                <platform-specific>
-                                    <html>
-                                        <html-template location="component://content/webapp/content/website/WebSiteCMSContent.ftl"/>
-                                    </html>
-                                </platform-specific>
-                            </widgets>
-                        </section>
-                    </container>
-                </container>
+                <container id="cmscontent" style="no-clear">
+                    <screenlet title="${uiLabelMap.PageTitleWebSiteCMSContent}">
+                        <platform-specific>
+                            <html>
+                                <html-template location="component://content/webapp/content/website/WebSiteCMSContent.ftl"/>
+                            </html>
+                        </platform-specific>
+                    </screenlet>
+               </container>
             </widgets>
         </section>
     </screen>