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 2007/07/18 01:29:00 UTC

svn commit: r557084 - /ofbiz/trunk/applications/party/widget/partymgr/ProfileScreens.xml

Author: adrianc
Date: Tue Jul 17 16:28:58 2007
New Revision: 557084

URL: http://svn.apache.org/viewvc?view=rev&rev=557084
Log:
A couple of small UI fixups in the Party Manager view profile screen.I also removed the current date/time from the Shipper Account screenlet - not sure why that was put there. The current date/time is already in the masthead.If it is really needed, we can put it in the screenlet title bar.

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

Modified: ofbiz/trunk/applications/party/widget/partymgr/ProfileScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/ProfileScreens.xml?view=diff&rev=557084&r1=557083&r2=557084
==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/ProfileScreens.xml (original)
+++ ofbiz/trunk/applications/party/widget/partymgr/ProfileScreens.xml Tue Jul 17 16:28:58 2007
@@ -349,18 +349,14 @@
         <section>
             <actions>
                 <set field="partyId" from-field="parameters.partyId"/>
-                <set field="thruDate" value="${bsh: org.ofbiz.base.util.UtilDateTime.nowTimestamp()}"/>
             </actions>
             <widgets>
                 <container style="screenlet">
-                    <label text="${context.thruDate}"></label>
-                    <container style="screenlet-header">
-                        <platform-specific>
-                            <html>
-                                <html-template location="component://party/webapp/partymgr/party/profileblocks/ShipperAccount.ftl"/>
-                            </html>
-                        </platform-specific> 
-                    </container>
+                    <platform-specific>
+                        <html>
+                            <html-template location="component://party/webapp/partymgr/party/profileblocks/ShipperAccount.ftl"/>
+                        </html>
+                    </platform-specific> 
                     <container style="screenlet-body">
                         <include-form name="ListCarrierAccounts" location="component://party/webapp/partymgr/party/PartyForms.xml"/>
                     </container>