Author: jleroux
Date: Sun Apr 28 13:12:01 2019
New Revision: 1858329

URL: http://svn.apache.org/viewvc?rev=1858329&view=rev
Log:
Improved: Move display of page title in <party> accounting screens to location 
above (action) menu(s)
(OFBIZ-10949)

See  [1] and [2] and other accounting party screens. 

Currently the page title of the screen(s) is shown below the (various) menu(s). 
In order to improve usability the title of the page should be shown the menu(s).

    https://demo-stable.ofbiz.apache.org/accounting/control/AdminMain
    https://demo-trunk.ofbiz.apache.org/accounting/control/AdminMain

jleroux: I wrongly applied a 1st patch while committing for OFBIZ-9905. Trivial
anyway.

Thanks: Pierre Smits

Modified:
    ofbiz/ofbiz-framework/trunk/applications/accounting/widget/GlScreens.xml
    
ofbiz/ofbiz-framework/trunk/applications/accounting/widget/GlSetupScreens.xml

Modified: 
ofbiz/ofbiz-framework/trunk/applications/accounting/widget/GlScreens.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/accounting/widget/GlScreens.xml?rev=1858329&r1=1858328&r2=1858329&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/accounting/widget/GlScreens.xml 
(original)
+++ ofbiz/ofbiz-framework/trunk/applications/accounting/widget/GlScreens.xml 
Sun Apr 28 13:12:01 2019
@@ -33,7 +33,6 @@ under the License.
                 <decorator-screen name="CommonPartyDecorator" 
location="${parameters.partyDecoratorLocation}">
                     <decorator-section name="body">
                         <include-menu name="OrganizationAccountingTabBar" 
location="component://accounting/widget/AccountingMenus.xml"/>
-                        <label style="h1">${uiLabelMap[labelTitleProperty]} 
${uiLabelMap.CommonFor}: ${currentOrganization.groupName} 
[${organizationPartyId}]</label>
                         <decorator-section-include name="body"/>
                     </decorator-section>
                 </decorator-screen>

Modified: 
ofbiz/ofbiz-framework/trunk/applications/accounting/widget/GlSetupScreens.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/accounting/widget/GlSetupScreens.xml?rev=1858329&r1=1858328&r2=1858329&view=diff
==============================================================================
--- 
ofbiz/ofbiz-framework/trunk/applications/accounting/widget/GlSetupScreens.xml 
(original)
+++ 
ofbiz/ofbiz-framework/trunk/applications/accounting/widget/GlSetupScreens.xml 
Sun Apr 28 13:12:01 2019
@@ -42,7 +42,6 @@ under the License.
                                 <include-menu name="PartyAdminAssignTabBar" 
location="component://accounting/widget/AccountingMenus.xml"/>
                             </widgets>
                         </section>
-                        <label style="h1">${labelTitleProperty} 
${uiLabelMap.CommonFor}: ${currentOrganization.groupName} 
[${organizationPartyId}]</label>
                         <decorator-section-include name="body"/>
                     </decorator-section>
                 </decorator-screen>


Reply via email to