svn commit: r1867690 - /ofbiz/ofbiz-framework/trunk/applications/marketing/widget/SegmentScreens.xml

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

svn commit: r1867690 - /ofbiz/ofbiz-framework/trunk/applications/marketing/widget/SegmentScreens.xml

jleroux@apache.org
Author: jleroux
Date: Sun Sep 29 07:01:15 2019
New Revision: 1867690

URL: http://svn.apache.org/viewvc?rev=1867690&view=rev
Log:
Improved: Make Create Menu tab bar for Segment consistent
(OFBIZ-8200)

Adds a create Segment tab bar in the main decorator to maintain the consistency
throughout the tab bar of Segment.

Thanks: Avnindra Sharma for report and patch, Devanshu Vyas for test

Modified:
    ofbiz/ofbiz-framework/trunk/applications/marketing/widget/SegmentScreens.xml

Modified: ofbiz/ofbiz-framework/trunk/applications/marketing/widget/SegmentScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/marketing/widget/SegmentScreens.xml?rev=1867690&r1=1867689&r2=1867690&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/marketing/widget/SegmentScreens.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/marketing/widget/SegmentScreens.xml Sun Sep 29 07:01:15 2019
@@ -49,10 +49,10 @@ under the License.
                                 <if-has-permission permission="MARKETING" action="_VIEW"/>
                             </condition>
                             <widgets>
+                                <container style="button-bar">
+                                    <link text="${uiLabelMap.MarketingSegmentGroupCreate}" target="viewSegmentGroup" style="buttontext create"/>
+                                </container>
                                 <screenlet title="${uiLabelMap.PageTitleFindSegmentGroup}">
-                                    <container style="button-bar">
-                                        <link text="${uiLabelMap.MarketingSegmentGroupCreate}" target="viewSegmentGroup" style="buttontext create"/>
-                                    </container>
                                     <include-form name="FindSegmentGroup" location="component://marketing/widget/SegmentForms.xml"/>
                                 </screenlet>
                             </widgets>