Author: deepak
Date: Mon Mar 20 18:05:23 2017
New Revision: 1787823
URL:
http://svn.apache.org/viewvc?rev=1787823&view=revLog:
Improved: Make Create Menu tab bar for Contact consistent (OFBIZ-8201)
Thanks Avnindra Sharma for reporting.
Modified:
ofbiz/ofbiz-framework/trunk/applications/marketing/widget/CommonScreens.xml
ofbiz/ofbiz-framework/trunk/applications/marketing/widget/ContactListScreens.xml
Modified: ofbiz/ofbiz-framework/trunk/applications/marketing/widget/CommonScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/marketing/widget/CommonScreens.xml?rev=1787823&r1=1787822&r2=1787823&view=diff==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/marketing/widget/CommonScreens.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/marketing/widget/CommonScreens.xml Mon Mar 20 18:05:23 2017
@@ -82,6 +82,11 @@ under the License.
<section>
<condition><not><if-empty field="contactListId"/></not></condition>
<widgets>
+ <container style="button-bar">
+ <link text="${uiLabelMap.MarketingContactListCreate}" target="EditContactList" style="buttontext create">
+ <parameter param-name="DONE_PAGE" from-field="donePage"/>
+ </link>
+ </container>
<container>
<label style="h1">${uiLabelMap.MarketingContactList} ${contactList.contactListName} [${contactListId}]</label>
</container>
Modified: ofbiz/ofbiz-framework/trunk/applications/marketing/widget/ContactListScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/marketing/widget/ContactListScreens.xml?rev=1787823&r1=1787822&r2=1787823&view=diff==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/marketing/widget/ContactListScreens.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/marketing/widget/ContactListScreens.xml Mon Mar 20 18:05:23 2017
@@ -75,11 +75,6 @@ under the License.
</condition>
<widgets>
<screenlet title="${uiLabelMap.PageTitleEditContactList}">
- <container style="button-bar">
- <link text="${uiLabelMap.MarketingContactListCreate}" target="EditContactList" style="buttontext create">
- <parameter param-name="DONE_PAGE" from-field="donePage"/>
- </link>
- </container>
<include-form name="EditContactList" location="component://marketing/widget/ContactListForms.xml"/>
</screenlet>
</widgets>