svn commit: r929989 - /ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventScreens.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r929989 - /ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventScreens.xml

erwan
Author: erwan
Date: Thu Apr  1 14:26:11 2010
New Revision: 929989

URL: http://svn.apache.org/viewvc?rev=929989&view=rev
Log:
Closing XML tags, no functional changes

Modified:
    ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventScreens.xml

Modified: ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventScreens.xml?rev=929989&r1=929988&r2=929989&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventScreens.xml (original)
+++ ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventScreens.xml Thu Apr  1 14:26:11 2010
@@ -107,7 +107,7 @@ under the License.
                                         <not><if-empty field="contacts"/></not>
                                     </condition>
                                     <widgets>
-                                        <horizontal-separator></horizontal-separator>
+                                        <horizontal-separator/>
                                         <container style="h1"><label text="${uiLabelMap.PageTitleListCommunicationsRelatedParties} ${partyId}"/></container>
                                         <iterate-section entry="contact" list="contacts">
                                             <section>
@@ -163,7 +163,7 @@ under the License.
                                                 </or>
                                             </condition>
                                             <widgets>
-                                                <horizontal-separator></horizontal-separator>
+                                                <horizontal-separator/>
                                                 <container style="h1"><label text="${uiLabelMap.PageTitleListCommunicationsRelatedParties} ${partyId}"/></container>
                                                 <container style="h2"><label text="${partyIdFrom}"/></container>      
                                                 <iterate-section entry="account" list="accounts">
@@ -995,7 +995,7 @@ under the License.
                         <not><if-empty field="commEventsUnknown"/></not>
                     </condition>
                     <widgets>
-                        <label style="h2" text="${uiLabelMap.PartyEmailsFromUnknownOrigin}"></label>
+                        <label style="h2" text="${uiLabelMap.PartyEmailsFromUnknownOrigin}"/>
                         <include-form name="ListMyUnknownPartyEmails" location="component://party/widget/partymgr/CommunicationEventForms.xml"/>
                     </widgets>
                 </section>
@@ -1005,7 +1005,7 @@ under the License.
                         <not><if-empty field="commEventDraft"/></not>
                     </condition>
                     <widgets>
-                        <label style="h2" text="${uiLabelMap.PartyDraftEmails}"></label>
+                        <label style="h2" text="${uiLabelMap.PartyDraftEmails}"/>
                         <include-form name="ListDraftEmails" location="component://party/widget/partymgr/CommunicationEventForms.xml"/>
                     </widgets>
                 </section>
@@ -1014,7 +1014,7 @@ under the License.
                         <not><if-empty field="commEventProgress"/></not>
                     </condition>
                     <widgets>
-                        <label style="h2" text="${uiLabelMap.PartyInProgresstEmails}"></label>
+                        <label style="h2" text="${uiLabelMap.PartyInProgresstEmails}"/>
                         <include-form name="ListProgressEmails" location="component://party/widget/partymgr/CommunicationEventForms.xml"/>
                     </widgets>
                 </section>