Author: adrianc
Date: Thu Jan 22 14:04:13 2009
New Revision: 736819
URL:
http://svn.apache.org/viewvc?rev=736819&view=revLog:
Fixed a broken screen in the Webtools component.
Modified:
ofbiz/trunk/framework/webtools/widget/Menus.xml
ofbiz/trunk/framework/webtools/widget/TempExprScreens.xml
Modified: ofbiz/trunk/framework/webtools/widget/Menus.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/widget/Menus.xml?rev=736819&r1=736818&r2=736819&view=diff==============================================================================
--- ofbiz/trunk/framework/webtools/widget/Menus.xml (original)
+++ ofbiz/trunk/framework/webtools/widget/Menus.xml Thu Jan 22 14:04:13 2009
@@ -91,7 +91,7 @@
</menu-item>
<menu-item name="editExpression" title="${uiLabelMap.CommonEdit}">
<condition>
- <not><if-empty field-name="temporalExpression"/></not>
+ <not><if-empty field="temporalExpression"/></not>
</condition>
<link target="editTemporalExpression?tempExprId=${temporalExpression.tempExprId}"/>
</menu-item>
Modified: ofbiz/trunk/framework/webtools/widget/TempExprScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/widget/TempExprScreens.xml?rev=736819&r1=736818&r2=736819&view=diff==============================================================================
--- ofbiz/trunk/framework/webtools/widget/TempExprScreens.xml (original)
+++ ofbiz/trunk/framework/webtools/widget/TempExprScreens.xml Thu Jan 22 14:04:13 2009
@@ -95,7 +95,7 @@
<widgets>
<decorator-screen name="TemporalExpressionDecorator" location="${parameters.tempExprDecoratorLocation}">
<decorator-section name="body">
- <include-menu name="TempExprTabBar" location="component://webtools/widget/WebToolsMenus.xml"/>
+ <include-menu name="TempExprTabBar" location="component://webtools/widget/Menus.xml"/>
<platform-specific>
<html><html-template location="component://webtools/webapp/webtools/tempexpr/tempExprMaint.ftl"/></html>
</platform-specific>