Author: hansbak
Date: Mon Feb 2 15:21:51 2009 New Revision: 740000 URL: http://svn.apache.org/viewvc?rev=740000&view=rev Log: small correction to move the title back under- and not next to the subtabbar Modified: ofbiz/trunk/applications/accounting/widget/InvoiceScreens.xml ofbiz/trunk/applications/party/widget/partymgr/CommonScreens.xml ofbiz/trunk/specialpurpose/projectmgr/widget/CommonScreens.xml Modified: ofbiz/trunk/applications/accounting/widget/InvoiceScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/InvoiceScreens.xml?rev=740000&r1=739999&r2=740000&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/widget/InvoiceScreens.xml (original) +++ ofbiz/trunk/applications/accounting/widget/InvoiceScreens.xml Mon Feb 2 15:21:51 2009 @@ -62,8 +62,6 @@ <actions> <set field="headerItem" value="invoices"/> <set field="titleProperty" value="PageTitleFindInvoice"/> - <set field="viewIndex" from-field="parameters.VIEW_INDEX" type="Integer"/> - <set field="viewSize" from-field="parameters.VIEW_SIZE" type="Integer" default-value="30"/> </actions> <widgets> <decorator-screen name="CommonInvoiceDecorator" location="${parameters.invoiceDecoratorLocation}"> @@ -73,6 +71,7 @@ <decorator-screen name="FindScreenDecorator" location="component://common/widget/CommonScreens.xml"> <decorator-section name="menu-bar"> <include-menu name="InvoiceSubTabBar" location="component://accounting/widget/Menus.xml"/> + <container style="clear"/> </decorator-section> <decorator-section name="search-options"> <include-form name="FindInvoices" location="component://accounting/webapp/accounting/invoice/InvoiceForms.xml"/> Modified: ofbiz/trunk/applications/party/widget/partymgr/CommonScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/CommonScreens.xml?rev=740000&r1=739999&r2=740000&view=diff ============================================================================== --- ofbiz/trunk/applications/party/widget/partymgr/CommonScreens.xml (original) +++ ofbiz/trunk/applications/party/widget/partymgr/CommonScreens.xml Mon Feb 2 15:21:51 2009 @@ -90,6 +90,7 @@ <condition><not><if-empty field="partyId"/></not></condition> <widgets> <include-menu location="component://party/widget/partymgr/PartyMenus.xml" name="ProfileSubTabBar"/> + <container style="clear"/> <container style="h1"> <section> <condition> Modified: ofbiz/trunk/specialpurpose/projectmgr/widget/CommonScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/widget/CommonScreens.xml?rev=740000&r1=739999&r2=740000&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/projectmgr/widget/CommonScreens.xml (original) +++ ofbiz/trunk/specialpurpose/projectmgr/widget/CommonScreens.xml Mon Feb 2 15:21:51 2009 @@ -73,9 +73,10 @@ <if-empty field="project"/> </not> </condition> - <widgets> + <widgets> <include-menu name="ProjectTabBar" location="component://projectmgr/widget/Menus.xml"/> <include-menu name="ProjectSubTabBar" location="component://projectmgr/widget/Menus.xml"/> + <container style="clear"/> <label style="h1" text="${uiLabelMap.ProjectMgrProjectCurrent}: ${project.workEffortName}[${project.workEffortId}]"/> </widgets> </section> |
Free forum by Nabble | Edit this page |