Author: erwan
Date: Wed Mar 2 15:33:40 2011
New Revision: 1076255
URL:
http://svn.apache.org/viewvc?rev=1076255&view=revLog:
Removing duplicate title when displaying help, as the screenlet title has already the same label
Modified:
ofbiz/trunk/framework/common/widget/HelpScreens.xml
Modified: ofbiz/trunk/framework/common/widget/HelpScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/widget/HelpScreens.xml?rev=1076255&r1=1076254&r2=1076255&view=diff==============================================================================
--- ofbiz/trunk/framework/common/widget/HelpScreens.xml (original)
+++ ofbiz/trunk/framework/common/widget/HelpScreens.xml Wed Mar 2 15:33:40 2011
@@ -76,7 +76,6 @@ under the License.
<if-empty field="parameters.portalPageId"/>
</condition>
<actions>
- <set field="title" value="${uiLabelMap.CommonExtHelpTitle}"/>
<entity-and entity-name="ContentAssoc" list="contentAssocs">
<field-map field-name="mapKey" from-field="parameters.helpTopic"/>
</entity-and>