svn commit: r790925 - in /ofbiz/branches/release09.04/applications/accounting: webapp/accounting/payment/PaymentSubTabBar.ftl widget/CommonScreens.xml

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

svn commit: r790925 - in /ofbiz/branches/release09.04/applications/accounting: webapp/accounting/payment/PaymentSubTabBar.ftl widget/CommonScreens.xml

ashish-18
Author: ashish
Date: Fri Jul  3 14:19:14 2009
New Revision: 790925

URL: http://svn.apache.org/viewvc?rev=790925&view=rev
Log:
Applied fix from trunk revision: 790924.
Applied patch from jira issue OFBIZ-2694 (In Accouting Payment Section The PaymentSubTabBar options are not working properly, so converting it to ftl so that desired functionality can be achieved.)
There were bug reported Menu Widget code and for more details see the discussion available at OFBIZ-2684.

Thanks Surya for your contribution.

Added:
    ofbiz/branches/release09.04/applications/accounting/webapp/accounting/payment/PaymentSubTabBar.ftl
      - copied unchanged from r790924, ofbiz/trunk/applications/accounting/webapp/accounting/payment/PaymentSubTabBar.ftl
Modified:
    ofbiz/branches/release09.04/applications/accounting/widget/CommonScreens.xml

Modified: ofbiz/branches/release09.04/applications/accounting/widget/CommonScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release09.04/applications/accounting/widget/CommonScreens.xml?rev=790925&r1=790924&r2=790925&view=diff
==============================================================================
--- ofbiz/branches/release09.04/applications/accounting/widget/CommonScreens.xml (original)
+++ ofbiz/branches/release09.04/applications/accounting/widget/CommonScreens.xml Fri Jul  3 14:19:14 2009
@@ -63,7 +63,8 @@
                             </condition>
                             <widgets>
                                 <include-menu name="PaymentTabBar" location="component://accounting/widget/Menus.xml"/>
-                                <include-menu name="PaymentSubTabBar" location="component://accounting/widget/Menus.xml"/>
+                                <platform-specific><html><html-template location="component://accounting/webapp/accounting/payment/PaymentSubTabBar.ftl"/></html></platform-specific>
+                                <!--include-menu name="PaymentSubTabBar" location="component://accounting/widget/Menus.xml"/-->
                                 <container style="leftclear">
                                     <label style="h1" text="${uiLabelMap[labelTitleProperty]} ${uiLabelMap.CommonId}:[${paymentId}]  ${${extraFunctionName}}"/>
                                 </container>