You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by bu...@apache.org on 2010/10/17 09:33:36 UTC

svn commit: r1023429 - /ofbiz/trunk/framework/common/widget/PortalPageScreens.xml

Author: buscob
Date: Sun Oct 17 07:33:35 2010
New Revision: 1023429

URL: http://svn.apache.org/viewvc?rev=1023429&view=rev
Log:
Removed unused showPortletUiLabelDecorator.
Generally xxxxUiLabelDecorator should not be used. Having a decorator that only adds UiLabel resources creates unnecessary screen dependences.

Modified:
    ofbiz/trunk/framework/common/widget/PortalPageScreens.xml

Modified: ofbiz/trunk/framework/common/widget/PortalPageScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/widget/PortalPageScreens.xml?rev=1023429&r1=1023428&r2=1023429&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/widget/PortalPageScreens.xml (original)
+++ ofbiz/trunk/framework/common/widget/PortalPageScreens.xml Sun Oct 17 07:33:35 2010
@@ -44,17 +44,6 @@ under the License.
             </widgets>
         </section>
     </screen>
-    <screen name="showPortletUiLabelDecorator">
-        <section>
-            <widgets>
-                <decorator-screen name="uiLabelDecorator" location="${parameters.mainDecoratorLocation}">
-                    <decorator-section name="body">
-                        <include-screen name="showPortlet"/>
-                    </decorator-section>
-                </decorator-screen>
-            </widgets>
-        </section>
-    </screen>
     <screen name="showPortletMainDecorator">
         <section>
             <widgets>