Author: buscob
Date: Sat Oct 3 09:26:23 2009
New Revision: 821280
URL:
http://svn.apache.org/viewvc?rev=821280&view=revLog:
Changed back from <screenlet> to <container style="screenlet"...> pattern since the first seems still not usable in multicolum screens :(
Modified:
ofbiz/trunk/applications/content/widget/content/ContentScreens.xml
Modified: ofbiz/trunk/applications/content/widget/content/ContentScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/widget/content/ContentScreens.xml?rev=821280&r1=821279&r2=821280&view=diff==============================================================================
--- ofbiz/trunk/applications/content/widget/content/ContentScreens.xml (original)
+++ ofbiz/trunk/applications/content/widget/content/ContentScreens.xml Sat Oct 3 09:26:23 2009
@@ -96,9 +96,12 @@
</screenlet>
</container>
<container style="leftonly">
- <screenlet title="${uiLabelMap.ContentContent}">
+ <container style="screenlet-title-bar h3">
+ <label text="${uiLabelMap.ContentContent}"/>
+ </container>
+ <container id="Document" style="screenlet">
<include-screen name="ListDocument"/>
- </screenlet>
+ </container>
</container>
</widgets>
</section>