Author: deepak
Date: Thu May 26 06:48:15 2016 New Revision: 1745567 URL: http://svn.apache.org/viewvc?rev=1745567&view=rev Log: (OFBIZ-6981) Move groovy script under WEB-INF/actions for webpos. Added: ofbiz/trunk/specialpurpose/webpos/webapp/webpos/WEB-INF/actions/WebPosMenus.groovy - copied unchanged from r1745562, ofbiz/trunk/specialpurpose/webpos/widget/WebPosMenus.groovy ofbiz/trunk/specialpurpose/webpos/webapp/webpos/WEB-INF/actions/WebPosSetup.groovy - copied unchanged from r1745562, ofbiz/trunk/specialpurpose/webpos/widget/WebPosSetup.groovy Removed: ofbiz/trunk/specialpurpose/webpos/widget/WebPosMenus.groovy ofbiz/trunk/specialpurpose/webpos/widget/WebPosSetup.groovy Modified: ofbiz/trunk/specialpurpose/webpos/widget/CommonScreens.xml ofbiz/trunk/specialpurpose/webpos/widget/WebPosMenus.xml Modified: ofbiz/trunk/specialpurpose/webpos/widget/CommonScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/webpos/widget/CommonScreens.xml?rev=1745567&r1=1745566&r2=1745567&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/webpos/widget/CommonScreens.xml (original) +++ ofbiz/trunk/specialpurpose/webpos/widget/CommonScreens.xml Thu May 26 06:48:15 2016 @@ -31,7 +31,7 @@ under the License. <property-map resource="AccountingUiLabels" map-name="uiLabelMap" global="true"/> <property-map resource="PartyUiLabels" map-name="uiLabelMap" global="true"/> <property-map resource="OrderUiLabels" map-name="uiLabelMap" global="true"/> - <script location="component://webpos/widget/WebPosSetup.groovy"/> + <script location="component://webpos/webapp/webpos/WEB-INF/actions/WebPosSetup.groovy"/> <set field="layoutSettings.styleSheets[+0]" value="/webpos/images/webpos.css" global="true"/> <set field="layoutSettings.companyName" from-field="uiLabelMap.WebPosCompanyName" global="true"/> Modified: ofbiz/trunk/specialpurpose/webpos/widget/WebPosMenus.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/webpos/widget/WebPosMenus.xml?rev=1745567&r1=1745566&r2=1745567&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/webpos/widget/WebPosMenus.xml (original) +++ ofbiz/trunk/specialpurpose/webpos/widget/WebPosMenus.xml Thu May 26 06:48:15 2016 @@ -20,7 +20,7 @@ under the License. <menus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-menu.xsd"> <menu name="WebPosAppBar" title="${uiLabelMap.WebPosMenuMain}" extends="CommonAppBarMenu" extends-resource="component://common/widget/CommonMenus.xml"> <actions> - <script location="component://webpos/widget/WebPosMenus.groovy"/> + <script location="component://webpos/webapp/webpos/WEB-INF/actions/WebPosMenus.groovy"/> </actions> <menu-item name="Manager" title="${uiLabelMap.WebPosMenuManager}"> <condition> @@ -35,7 +35,7 @@ under the License. <menu name="ManagerTabBar" extends="CommonTabBarMenu" extends-resource="component://common/widget/CommonMenus.xml"> <actions> - <script location="component://webpos/widget/WebPosMenus.groovy"/> + <script location="component://webpos/webapp/webpos/WEB-INF/actions/WebPosMenus.groovy"/> </actions> <menu-item name="ManagerOpenTerminal" title="${uiLabelMap.WebPosManagerOpenTerminal}"> <link target="javascript:openTerminal();" url-mode="plain"/> |
Free forum by Nabble | Edit this page |