[OFBiz] SVN: r4999 - trunk/applications/product/widget/catalog
jacopo at svn.ofbiz.org
jacopo at svn.ofbiz.org
Mon May 16 09:16:28 EDT 2005
Author: jacopo
Date: 2005-05-16 08:16:05 -0500 (Mon, 16 May 2005)
New Revision: 4999
Modified:
trunk/applications/product/widget/catalog/CommonScreens.xml
trunk/applications/product/widget/catalog/ThesaurusScreens.xml
Log:
Added missing headerItem entries: the "main" and "thesaurus" header menu items were not properly highlighted when selected.
Modified: trunk/applications/product/widget/catalog/CommonScreens.xml
===================================================================
--- trunk/applications/product/widget/catalog/CommonScreens.xml 2005-05-16 12:34:43 UTC (rev 4998)
+++ trunk/applications/product/widget/catalog/CommonScreens.xml 2005-05-16 13:16:05 UTC (rev 4999)
@@ -171,6 +171,7 @@
<actions>
<set field="leftbarScreenName" value="leftbar"/>
<set field="MainColumnStyle" value="leftonly"/>
+ <set field="headerItem" value="main"/>
<set field="productId" from-field="parameters.productId"/>
<entity-one entity-name="Product" value-name="product"/>
Modified: trunk/applications/product/widget/catalog/ThesaurusScreens.xml
===================================================================
--- trunk/applications/product/widget/catalog/ThesaurusScreens.xml 2005-05-16 12:34:43 UTC (rev 4998)
+++ trunk/applications/product/widget/catalog/ThesaurusScreens.xml 2005-05-16 13:16:05 UTC (rev 4999)
@@ -56,6 +56,7 @@
<actions>
<set field="titleProperty" value="PageTitleEditProductStore"/>
<set field="tabButtonItem" value="EditKeywordThesaurus"/>
+ <set field="headerItem" value="thesaurus"/>
<script location="component://product/webapp/catalog/WEB-INF/actions/thesaurus/EditKeywordThesaurus.bsh"/>
</actions>
More information about the Svn
mailing list