Author: erwan
Date: Tue Apr 17 17:00:59 2012 New Revision: 1327181 URL: http://svn.apache.org/viewvc?rev=1327181&view=rev Log: moving GetMenuContext.groovy to its right location with the other groovy scripts Added: ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/cms/GetMenuContext.groovy (props changed) - copied unchanged from r1327031, ofbiz/trunk/applications/content/widget/GetMenuContext.groovy Removed: ofbiz/trunk/applications/content/widget/GetMenuContext.groovy Modified: ofbiz/trunk/applications/content/widget/cms/CMSScreens.xml ofbiz/trunk/applications/content/widget/content/ContentScreens.xml Propchange: ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/cms/GetMenuContext.groovy ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/cms/GetMenuContext.groovy ------------------------------------------------------------------------------ svn:keywords = "Date Rev Author URL Id" Propchange: ofbiz/trunk/applications/content/webapp/content/WEB-INF/actions/cms/GetMenuContext.groovy ------------------------------------------------------------------------------ svn:mime-type = text/plain Modified: ofbiz/trunk/applications/content/widget/cms/CMSScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/widget/cms/CMSScreens.xml?rev=1327181&r1=1327180&r2=1327181&view=diff ============================================================================== --- ofbiz/trunk/applications/content/widget/cms/CMSScreens.xml (original) +++ ofbiz/trunk/applications/content/widget/cms/CMSScreens.xml Tue Apr 17 17:00:59 2012 @@ -60,7 +60,7 @@ under the License. <screen name="CMSContentEdit"> <section> <actions> - <script location="component://content/widget/GetMenuContext.groovy"/> + <script location="component://content/webapp/content/WEB-INF/actions/cms/GetMenuContext.groovy"/> <set field="titleProperty" value="PageTitleEditCMSContent"/> <entity-one entity-name="Content" value-field="currentValue"> <field-map field-name="contentId" from-field="parameters.contentId"/> @@ -93,7 +93,7 @@ under the License. <screen name="CMSContentAdd"> <section> <actions> - <script location="component://content/widget/GetMenuContext.groovy"/> + <script location="component://content/webapp/content/WEB-INF/actions/cms/GetMenuContext.groovy"/> <set field="titleProperty" value="PageTitleEditContent"/> </actions> <widgets> @@ -186,7 +186,7 @@ under the License. <screen name="AdminSearch"> <section> <actions> - <script location="component://content/widget/GetMenuContext.groovy"/> + <script location="component://content/webapp/content/WEB-INF/actions/cms/GetMenuContext.groovy"/> <script location="component://content/webapp/content/WEB-INF/actions/cms/AdvancedSearchPrep.groovy"/> <script location="component://content/webapp/content/WEB-INF/actions/cms/Search.groovy"/> <set field="titleProperty" value="ContentCMSSearchPage"/> @@ -212,7 +212,7 @@ under the License. <screen name="AdminIndex"> <section> <actions> - <script location="component://content/widget/GetMenuContext.groovy"/> + <script location="component://content/webapp/content/WEB-INF/actions/cms/GetMenuContext.groovy"/> <set field="titleProperty" value="ContentCMSSearchPage"/> <set field="currentCMSMenuItemName" value="index" to-scope="user"/> </actions> @@ -232,7 +232,7 @@ under the License. <screen name="CMSSites"> <section> <actions> - <script location="component://content/widget/GetMenuContext.groovy"/> + <script location="component://content/webapp/content/WEB-INF/actions/cms/GetMenuContext.groovy"/> <set field="titleProperty" value="ContentCMSSearchPage"/> <set field="forumId" from-field="parameters.contentId"/> <set field="defaultSiteId" value="WebStoreFORUM"/> @@ -257,7 +257,7 @@ under the License. <screen name="addSubSite"> <section> <actions> - <script location="component://content/widget/GetMenuContext.groovy"/> + <script location="component://content/webapp/content/WEB-INF/actions/cms/GetMenuContext.groovy"/> <set field="titleProperty" value="PageTitleSearchContent"/> </actions> <widgets> @@ -276,7 +276,7 @@ under the License. <screen name="TestPermission"> <section> <actions> - <script location="component://content/widget/GetMenuContext.groovy"/> + <script location="component://content/webapp/content/WEB-INF/actions/cms/GetMenuContext.groovy"/> <set field="titleProperty" value="ContentTestPermission"/> </actions> <widgets> Modified: ofbiz/trunk/applications/content/widget/content/ContentScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/widget/content/ContentScreens.xml?rev=1327181&r1=1327180&r2=1327181&view=diff ============================================================================== --- ofbiz/trunk/applications/content/widget/content/ContentScreens.xml (original) +++ ofbiz/trunk/applications/content/widget/content/ContentScreens.xml Tue Apr 17 17:00:59 2012 @@ -289,7 +289,7 @@ under the License. <screen name="EditContentRole"> <section> <actions> - <script location="component://content/widget/GetMenuContext.groovy"/> + <script location="component://content/webapp/content/WEB-INF/actions/cms/GetMenuContext.groovy"/> <set field="titleProperty" value="PageTitleEditContentRole"/> <set field="tabButtonItem" value="role"/> @@ -315,7 +315,7 @@ under the License. <screen name="EditContentPurpose"> <section> <actions> - <script location="component://content/widget/GetMenuContext.groovy"/> + <script location="component://content/webapp/content/WEB-INF/actions/cms/GetMenuContext.groovy"/> <set field="titleProperty" value="PageTitleEditContentPurpose"/> <set field="tabButtonItem" value="purpose"/> <set field="contentId" from-field="parameters.contentId"/> @@ -339,7 +339,7 @@ under the License. <screen name="EditContentAttribute"> <section> <actions> - <script location="component://content/widget/GetMenuContext.groovy"/> + <script location="component://content/webapp/content/WEB-INF/actions/cms/GetMenuContext.groovy"/> <set field="titleProperty" value="PageTitleEditContentAttribute"/> <set field="tabButtonItem" value="attribute"/> <set field="contentId" from-field="parameters.contentId"/> @@ -399,7 +399,7 @@ under the License. <screen name="EditContentMetaData"> <section> <actions> - <script location="component://content/widget/GetMenuContext.groovy"/> + <script location="component://content/webapp/content/WEB-INF/actions/cms/GetMenuContext.groovy"/> <set field="titleProperty" value="PageTitleEditContentMetadata"/> <set field="tabButtonItem" value="metaData"/> <set field="contentId" from-field="parameters.contentId"/> @@ -423,7 +423,7 @@ under the License. <screen name="EditContentWorkEfforts"> <section> <actions> - <script location="component://content/widget/GetMenuContext.groovy"/> + <script location="component://content/webapp/content/WEB-INF/actions/cms/GetMenuContext.groovy"/> <set field="titleProperty" value="PageTitleEditContentWorkEffort"/> <set field="tabButtonItem" value="workEffort"/> <set field="contentId" from-field="parameters.contentId"/> @@ -637,7 +637,7 @@ under the License. <screen name="EditContentKeywords"> <section> <actions> - <script location="component://content/widget/GetMenuContext.groovy"/> + <script location="component://content/webapp/content/WEB-INF/actions/cms/GetMenuContext.groovy"/> <set field="titleProperty" value="PageTitleEditContentKeywords"/> <set field="tabButtonItem" value="keywords"/> <set field="contentId" from-field="parameters.contentId"/> |
Free forum by Nabble | Edit this page |