You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by er...@apache.org on 2011/03/02 16:33:41 UTC

svn commit: r1076255 - /ofbiz/trunk/framework/common/widget/HelpScreens.xml

Author: erwan
Date: Wed Mar  2 15:33:40 2011
New Revision: 1076255

URL: http://svn.apache.org/viewvc?rev=1076255&view=rev
Log:
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>