You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2009/11/03 10:30:00 UTC

svn commit: r832361 - in /ofbiz/trunk/applications/marketing: config/MarketingUiLabels.xml widget/sfa/LeadScreens.xml

Author: jleroux
Date: Tue Nov  3 09:30:00 2009
New Revision: 832361

URL: http://svn.apache.org/viewvc?rev=832361&view=rev
Log:
A patch from Erwan de FERRIERES "<br> is displayed in NewLeadFromVCard and is not necessary" (https://issues.apache.org/jira/browse/OFBIZ-3143) - OFBIZ-3143
a label just with <br/> was wrongly included in the NewLeadFromVCard screen
+ Better French label

Modified:
    ofbiz/trunk/applications/marketing/config/MarketingUiLabels.xml
    ofbiz/trunk/applications/marketing/widget/sfa/LeadScreens.xml

Modified: ofbiz/trunk/applications/marketing/config/MarketingUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/config/MarketingUiLabels.xml?rev=832361&r1=832360&r2=832361&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/config/MarketingUiLabels.xml (original)
+++ ofbiz/trunk/applications/marketing/config/MarketingUiLabels.xml Tue Nov  3 09:30:00 2009
@@ -1293,7 +1293,7 @@
     <property key="PageTitleCreateLeadFromVCard">
         <value xml:lang="en">Create Lead from vCard</value>
         <value xml:lang="es">Crear nuevo lead desde vCard</value>
-        <value xml:lang="fr">Créer un prospect depuis la vCard</value>
+        <value xml:lang="fr">Créer un prospect depuis une vCard</value>
         <value xml:lang="it">Creare lead dalla vCard</value>
         <value xml:lang="zh">从vCard新建线索</value>
     </property>

Modified: ofbiz/trunk/applications/marketing/widget/sfa/LeadScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/widget/sfa/LeadScreens.xml?rev=832361&r1=832360&r2=832361&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/widget/sfa/LeadScreens.xml (original)
+++ ofbiz/trunk/applications/marketing/widget/sfa/LeadScreens.xml Tue Nov  3 09:30:00 2009
@@ -168,7 +168,6 @@
                     <decorator-section name="body">
                         <screenlet title="${uiLabelMap.PageTitleCreateLeadFromVCard}">
                             <container><label style="h3" text="${uiLabelMap.SfaAutoCreateLeadByImportingVCard}"/></container>
-                            <label>&lt;br/&gt;</label>
                             <include-form  name="NewLeadFromVCard" location="component://marketing/widget/sfa/forms/LeadForms.xml"/>
                         </screenlet>
                     </decorator-section>