You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ad...@apache.org on 2008/07/07 17:19:10 UTC

svn commit: r674524 - /ofbiz/trunk/specialpurpose/mypage/widget/CommonScreens.xml

Author: adrianc
Date: Mon Jul  7 08:19:09 2008
New Revision: 674524

URL: http://svn.apache.org/viewvc?rev=674524&view=rev
Log:
Small layout fix in MyPage component.

Modified:
    ofbiz/trunk/specialpurpose/mypage/widget/CommonScreens.xml

Modified: ofbiz/trunk/specialpurpose/mypage/widget/CommonScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/mypage/widget/CommonScreens.xml?rev=674524&r1=674523&r2=674524&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/mypage/widget/CommonScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/mypage/widget/CommonScreens.xml Mon Jul  7 08:19:09 2008
@@ -80,7 +80,7 @@
                     <decorator-section name="body">
                         <section>
                             <widgets>
-                                <label style="h1" text="${uiLabelMap.PartyTheProfileOf} ${lookupPerson.personalTitle} ${lookupPerson.firstName} ${lookupPerson.middleName} ${lookupPerson.lastName} ${lookupPerson.suffix} ${lookupGroup.groupName} [${partyId}]"/>
+                                <container style="h1"><label text="${uiLabelMap.PartyTheProfileOf} ${lookupPerson.personalTitle} ${lookupPerson.firstName} ${lookupPerson.middleName} ${lookupPerson.lastName} ${lookupPerson.suffix} ${lookupGroup.groupName} [${partyId}]"/></container>
                                 <decorator-section-include name="body"/>
                             </widgets>
                         </section>