Author: jleroux
Date: Tue Nov 3 09:52:29 2009 New Revision: 832366 URL: http://svn.apache.org/viewvc?rev=832366&view=rev Log: Remove a bunch of <label><br/></label> which are not correctly rendered in screens. This follow https://issues.apache.org/jira/browse/OFBIZ-3143 Modified: ofbiz/trunk/applications/marketing/widget/sfa/ContactScreens.xml ofbiz/trunk/applications/marketing/widget/sfa/LeadScreens.xml ofbiz/trunk/specialpurpose/oagis/widget/MessageInfoScreens.xml Modified: ofbiz/trunk/applications/marketing/widget/sfa/ContactScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/widget/sfa/ContactScreens.xml?rev=832366&r1=832365&r2=832366&view=diff ============================================================================== --- ofbiz/trunk/applications/marketing/widget/sfa/ContactScreens.xml (original) +++ ofbiz/trunk/applications/marketing/widget/sfa/ContactScreens.xml Tue Nov 3 09:52:29 2009 @@ -98,7 +98,6 @@ <decorator-screen name="CommonPartyDecorator" location="${parameters.mainDecoratorLocation}"> <decorator-section name="body"> <screenlet title="${uiLabelMap.SfaMergeContacts}"> - <label><br/></label> <include-form name="MergeContacts" location="component://marketing/widget/sfa/forms/ContactForms.xml"/> </screenlet> <screenlet title="${uiLabelMap.SfaMergeContacts}"> Modified: ofbiz/trunk/applications/marketing/widget/sfa/LeadScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/widget/sfa/LeadScreens.xml?rev=832366&r1=832365&r2=832366&view=diff ============================================================================== --- ofbiz/trunk/applications/marketing/widget/sfa/LeadScreens.xml (original) +++ ofbiz/trunk/applications/marketing/widget/sfa/LeadScreens.xml Tue Nov 3 09:52:29 2009 @@ -135,7 +135,6 @@ <decorator-screen name="CommonPartyDecorator" location="${parameters.mainDecoratorLocation}"> <decorator-section name="body"> <screenlet title="${uiLabelMap.SfaMergeLeads}"> - <label><br/></label> <include-form name="MergeLeads" location="component://marketing/widget/sfa/forms/LeadForms.xml"/> </screenlet> <section> Modified: ofbiz/trunk/specialpurpose/oagis/widget/MessageInfoScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/oagis/widget/MessageInfoScreens.xml?rev=832366&r1=832365&r2=832366&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/oagis/widget/MessageInfoScreens.xml (original) +++ ofbiz/trunk/specialpurpose/oagis/widget/MessageInfoScreens.xml Tue Nov 3 09:52:29 2009 @@ -33,7 +33,6 @@ <container> <link target="EditMessageInfo" text="${uiLabelMap.OagisNewMessageInfo}" style="buttontext"/> </container> - <label><br/></label> <include-form name="FindMessageInfos" location="component://oagis/widget/forms/MessageInfoForms.xml"/> </screenlet> <screenlet title="${uiLabelMap.OagisListMessageInfo}"> @@ -81,7 +80,6 @@ <container> <link target="EditMessageErrorInfo" text="${uiLabelMap.OagisNewMessageErrorInfo}" style="buttontext"/> </container> - <label><br/></label> <include-form name="FindMessageErrorInfos" location="component://oagis/widget/forms/MessageInfoForms.xml"/> </screenlet> <screenlet title="${uiLabelMap.OagisListMessageErrorInfo}"> |
Free forum by Nabble | Edit this page |