svn commit: r899060 - /ofbiz/trunk/framework/common/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: r899060 - /ofbiz/trunk/framework/common/widget/CommonScreens.xml

jonesde
Author: jonesde
Date: Thu Jan 14 04:56:08 2010
New Revision: 899060

URL: http://svn.apache.org/viewvc?rev=899060&view=rev
Log:
If user it not logged in don't include the CommonAppBarMenu as it only has the main link, and that is disabled if the user isn't logged in resulting in a funny empty menu

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

Modified: ofbiz/trunk/framework/common/widget/CommonScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/widget/CommonScreens.xml?rev=899060&r1=899059&r2=899060&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/widget/CommonScreens.xml (original)
+++ ofbiz/trunk/framework/common/widget/CommonScreens.xml Thu Jan 14 04:56:08 2010
@@ -182,7 +182,7 @@
                         </section>
                     </widgets>
                     <fail-widgets>
-                        <include-menu name="CommonAppBarMenu" location="component://common/widget/CommonMenus.xml"/>
+                        <!-- better to just not include this, the CommonAppBarMenu doesn't show anything by default if the user isn't logged in, causing a funny empty menu: <include-menu name="CommonAppBarMenu" location="component://common/widget/CommonMenus.xml"/> -->
                     </fail-widgets>
                 </section>