Author: jleroux
Date: Sun Sep 29 07:26:15 2019
New Revision: 1867693
URL:
http://svn.apache.org/viewvc?rev=1867693&view=revLog:
Improved: Make Create Menu tab bar for Facility consistent
(OFBIZ-8181)
Changes CommonCreate label for ProductNewFacility in FacilityActionBar to make
clear it's about creating a facility and nothing else
Thanks: Avnindra Sharma for report
Modified:
ofbiz/ofbiz-framework/trunk/applications/product/widget/facility/FacilityMenus.xml
Modified: ofbiz/ofbiz-framework/trunk/applications/product/widget/facility/FacilityMenus.xml
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/product/widget/facility/FacilityMenus.xml?rev=1867693&r1=1867692&r2=1867693&view=diff==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/product/widget/facility/FacilityMenus.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/product/widget/facility/FacilityMenus.xml Sun Sep 29 07:26:15 2019
@@ -43,11 +43,11 @@ under the License.
</menu>
<menu name="FacilityActionBar" menu-container-style="button-bar button-style-2" default-selected-style="selected">
- <menu-item name="createNewFacility" title="${uiLabelMap.CommonCreate}">
+ <menu-item name="createNewFacility" title="${uiLabelMap.ProductNewFacility}">
<condition>
<if-service-permission service-name="facilityGenericPermission" main-action="CREATE"/>
</condition>
- <link target="EditFacility" text="${uiLabelMap.CommonCreate}" style="buttontext create"/>
+ <link target="EditFacility" text="${uiLabelMap.ProductNewFacility}" style="buttontext create"/>
</menu-item>
<menu-item name="calendar" title="${uiLabelMap.CommonViewCalendar}">
<condition>