Author: jacopoc Date: Mon Sep 16 18:13:51 2013 New Revision: 1523739 URL: http://svn.apache.org/r1523739 Log: Removed commented out lines created for test purposes.
Modified: ofbiz/trunk/applications/commonext/widget/CommonScreens.xml ofbiz/trunk/framework/webtools/widget/CommonScreens.xml Modified: ofbiz/trunk/applications/commonext/widget/CommonScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/commonext/widget/CommonScreens.xml?rev=1523739&r1=1523738&r2=1523739&view=diff ============================================================================== --- ofbiz/trunk/applications/commonext/widget/CommonScreens.xml (original) +++ ofbiz/trunk/applications/commonext/widget/CommonScreens.xml Mon Sep 16 18:13:51 2013 @@ -46,7 +46,6 @@ under the License. <set field="layoutSettings.middleTopLink3" value="${lastSystemInfoNote3.moreInfoUrl}${groovy: if (lastSystemInfoNote3&&lastSystemInfoNote3.moreInfoItemName&&lastSystemInfoNote3.moreInfoItemId)"?" + lastSystemInfoNote3.moreInfoItemName + "=" + lastSystemInfoNote3.moreInfoItemId + "&id=" + lastSystemInfoNote3.moreInfoItemId;}"/> <!-- Help link actions --> <set field="helpTopic" value="${groovy: webappName.toUpperCase() + '_' + requestAttributes._CURRENT_VIEW_}"/> -<!-- <set field="dummy" value="${groovy: System.out.println('helpTopic===============' + context.helpTopic)}"/>--> <entity-and list="pageAvail" entity-name="ContentAssoc"> <field-map field-name="mapKey" from-field="helpTopic"/> </entity-and> Modified: ofbiz/trunk/framework/webtools/widget/CommonScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/widget/CommonScreens.xml?rev=1523739&r1=1523738&r2=1523739&view=diff ============================================================================== --- ofbiz/trunk/framework/webtools/widget/CommonScreens.xml (original) +++ ofbiz/trunk/framework/webtools/widget/CommonScreens.xml Mon Sep 16 18:13:51 2013 @@ -39,7 +39,6 @@ under the License. <!-- <set field="appheaderTemplate" value="component://webtools/webapp/webtools/includes/appheader.ftl" global="true"/> --> <!-- Help link actions --> <set field="helpTopic" value="${groovy: webappName.toUpperCase() + '_' + requestAttributes._CURRENT_VIEW_}"/> -<!-- <set field="dummy" value="${groovy: System.out.println('helpTopic===============' + context.helpTopic)}"/>--> <set field="applicationMenuLocation" value="component://webtools/widget/Menus.xml" global="true"/> <set field="applicationMenuName" value="WebtoolsAppBar" global="true"/> <set field="applicationTitle" value="${uiLabelMap.FrameworkWebTools}" global="true"/>