svn commit: r945728 - /ofbiz/trunk/framework/webtools/widget/CommonScreens.xml

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

svn commit: r945728 - /ofbiz/trunk/framework/webtools/widget/CommonScreens.xml

erwan
Author: erwan
Date: Tue May 18 16:10:10 2010
New Revision: 945728

URL: http://svn.apache.org/viewvc?rev=945728&view=rev
Log:
Missing screen when using the portal admin in webtools

Modified:
    ofbiz/trunk/framework/webtools/widget/CommonScreens.xml

Modified: ofbiz/trunk/framework/webtools/widget/CommonScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/widget/CommonScreens.xml?rev=945728&r1=945727&r2=945728&view=diff
==============================================================================
--- ofbiz/trunk/framework/webtools/widget/CommonScreens.xml (original)
+++ ofbiz/trunk/framework/webtools/widget/CommonScreens.xml Tue May 18 16:10:10 2010
@@ -283,4 +283,17 @@ under the License.
             </widgets>
         </section>
     </screen>
+
+    <screen name="uiLabelDecorator">
+        <section>
+            <actions>
+                <property-map resource="TemporalExpressionUiLabels" map-name="uiLabelMap" global="true"/>
+                <property-map resource="WebtoolsUiLabels" map-name="uiLabelMap" global="true"/>
+                <property-map resource="CommonUiLabels" map-name="uiLabelMap" global="true"/>
+            </actions>
+            <widgets>
+                <decorator-section-include name="body"/>
+            </widgets>
+         </section>
+     </screen>
 </screens>