Author: jacopoc
Date: Sun Nov 5 01:59:35 2006 New Revision: 471389 URL: http://svn.apache.org/viewvc?view=rev&rev=471389 Log: Misc menu cleanups Modified: incubator/ofbiz/trunk/applications/content/webapp/content/cms/CMSMenus.xml incubator/ofbiz/trunk/applications/content/widget/cms/CMSScreens.xml Modified: incubator/ofbiz/trunk/applications/content/webapp/content/cms/CMSMenus.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/cms/CMSMenus.xml?view=diff&rev=471389&r1=471388&r2=471389 ============================================================================== --- incubator/ofbiz/trunk/applications/content/webapp/content/cms/CMSMenus.xml (original) +++ incubator/ofbiz/trunk/applications/content/webapp/content/cms/CMSMenus.xml Sun Nov 5 01:59:35 2006 @@ -31,7 +31,7 @@ <menu-item name="contentfind" title="${uiLabelMap.ContentContent}" > - <link id="contentfind" target="${menuContext.contentTarget}"/> + <link id="contentfind" target="CMSContentFind"/> </menu-item> <menu-item name="subsites" title="${uiLabelMap.ContentSubSites}" > <link id="dflt" target="CMSSites?forumId=${subsites.forumId}"/> Modified: incubator/ofbiz/trunk/applications/content/widget/cms/CMSScreens.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/widget/cms/CMSScreens.xml?view=diff&rev=471389&r1=471388&r2=471389 ============================================================================== --- incubator/ofbiz/trunk/applications/content/widget/cms/CMSScreens.xml (original) +++ incubator/ofbiz/trunk/applications/content/widget/cms/CMSScreens.xml Sun Nov 5 01:59:35 2006 @@ -189,6 +189,7 @@ <script location="component://content/widget/cms/search.bsh"/> <set field="title" value="CMS Search Page"/> <set field="titleProperty" value="PageTitleSearchContent"/> + <set field="currentCMSMenuItemName" value="search" to-scope="user"/> </actions> <widgets> <decorator-screen name="commonCmsDecorator" location="${parameters.mainDecoratorLocation}"> @@ -215,6 +216,7 @@ <script location="component://content/widget/getMenuContext.bsh"/> <set field="title" value="CMS Search Page"/> <set field="titleProperty" value="PageTitleSearchContent"/> + <set field="currentCMSMenuItemName" value="index" to-scope="user"/> </actions> <widgets> <decorator-screen name="commonCmsDecorator" location="${parameters.mainDecoratorLocation}"> @@ -238,8 +240,9 @@ <set field="titleProperty" value="PageTitleSearchContent"/> <set field="forumId" from-field="parameters.contentId"/> <set field="defaultSiteId" value="WebStoreFORUM"/> + <set field="currentCMSMenuItemName" value="subsites" to-scope="user"/> <script location="component://content/widget/cms/userpermprep.bsh"/> - <script location="component://content/widget/cms/mostrecentprep.bsh"/> + <script location="component://content/widget/cms/mostrecentprep.bsh"/> </actions> <widgets> <decorator-screen name="commonCmsDecorator" location="${parameters.mainDecoratorLocation}"> |
Free forum by Nabble | Edit this page |