Author: deepak
Date: Mon Dec 18 18:17:03 2017 New Revision: 1818601 URL: http://svn.apache.org/viewvc?rev=1818601&view=rev Log: Improved: Moved plugins js from images to common/js (OFBIZ-5776) Modified: ofbiz/ofbiz-plugins/trunk/example/widget/example/FormWidgetExampleScreens.xml ofbiz/ofbiz-plugins/trunk/myportal/widget/PortalAdmScreens.xml ofbiz/ofbiz-plugins/trunk/projectmgr/widget/ProjectScreens.xml Modified: ofbiz/ofbiz-plugins/trunk/example/widget/example/FormWidgetExampleScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/example/widget/example/FormWidgetExampleScreens.xml?rev=1818601&r1=1818600&r2=1818601&view=diff ============================================================================== --- ofbiz/ofbiz-plugins/trunk/example/widget/example/FormWidgetExampleScreens.xml (original) +++ ofbiz/ofbiz-plugins/trunk/example/widget/example/FormWidgetExampleScreens.xml Mon Dec 18 18:17:03 2017 @@ -25,7 +25,7 @@ under the License. <section> <actions> <set field="headerItem" value="FormWidgetExamples"/> - <set field="layoutSettings.javaScripts[]" value="/images/combobox.js" global="true" /> + <set field="layoutSettings.javaScripts[]" value="/common/js/util/combobox.js" global="true" /> <set field="formWidgetExampleFormsUrl" value="http://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins/trunk/example/widget/example/FormWidgetExampleForms.xml"/> </actions> <widgets> Modified: ofbiz/ofbiz-plugins/trunk/myportal/widget/PortalAdmScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/myportal/widget/PortalAdmScreens.xml?rev=1818601&r1=1818600&r2=1818601&view=diff ============================================================================== --- ofbiz/ofbiz-plugins/trunk/myportal/widget/PortalAdmScreens.xml (original) +++ ofbiz/ofbiz-plugins/trunk/myportal/widget/PortalAdmScreens.xml Mon Dec 18 18:17:03 2017 @@ -81,8 +81,8 @@ under the License. <section> <actions> <set field="headerItem" value="PortalPageAdminItem"/> - <set field="layoutSettings.javaScripts[]" value="/images/myportal.js" global="true"/> - <set field="layoutSettings.styleSheets[+0]" value="/images/myportal.css" global="true"/> + <set field="layoutSettings.javaScripts[]" value="/common/js/plugins/myportal.js" global="true"/> + <set field="layoutSettings.styleSheets[+0]" value="/common/js/plugins/myportal.css" global="true"/> <entity-one entity-name="PortalPage" value-field="portalPage"/> </actions> <widgets> Modified: ofbiz/ofbiz-plugins/trunk/projectmgr/widget/ProjectScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/projectmgr/widget/ProjectScreens.xml?rev=1818601&r1=1818600&r2=1818601&view=diff ============================================================================== --- ofbiz/ofbiz-plugins/trunk/projectmgr/widget/ProjectScreens.xml (original) +++ ofbiz/ofbiz-plugins/trunk/projectmgr/widget/ProjectScreens.xml Mon Dec 18 18:17:03 2017 @@ -416,8 +416,8 @@ under the License. <actions> <set field="titleProperty" value="ProjectMgrGanttChart"/> <set field="tabButtonItem" value="ganttchart"/> - <set field="layoutSettings.javaScripts[]" value="/images/jsgantt.js" global="true"/> - <set field="layoutSettings.styleSheets[]" value="/images/jsgantt.css" global="true"/> + <set field="layoutSettings.javaScripts[]" value="/common/js/plugins/jsgantt/jsgantt.js" global="true"/> + <set field="layoutSettings.styleSheets[]" value="/common/js/plugins/jsgantt/jsgantt.css" global="true"/> <script location="component://projectmgr/groovyScripts/GanttChart.groovy"/> </actions> <widgets> @@ -972,8 +972,8 @@ under the License. <section> <actions> <property-map resource="ProjectMgrUiLabels" map-name="uiLabelMap" global="true"/> - <set field="layoutSettings.javaScripts[]" value="/images/jsgantt.js" global="true"/> - <set field="layoutSettings.styleSheets[]" value="/images/jsgantt.css" global="true"/> + <set field="layoutSettings.javaScripts[]" value="/common/js/plugins/jsgantt/jsgantt.js" global="true"/> + <set field="layoutSettings.styleSheets[]" value="/common/js/plugins/jsgantt/jsgantt.css" global="true"/> <entity-condition entity-name="WorkEffortPartyAssignByGroup" list="projects" filter-by-date="true"> <condition-list combine="and"> <condition-expr field-name="partyId" from-field="userLogin.partyId"/> |
Free forum by Nabble | Edit this page |