svn commit: r988434 - in /ofbiz/trunk/framework/webtools/widget: CommonScreens.xml TempExprScreens.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r988434 - in /ofbiz/trunk/framework/webtools/widget: CommonScreens.xml TempExprScreens.xml

buscob
Author: buscob
Date: Tue Aug 24 08:47:40 2010
New Revision: 988434

URL: http://svn.apache.org/viewvc?rev=988434&view=rev
Log:
Fixed TabBar menus highlights in WebTools configuration screens

Modified:
    ofbiz/trunk/framework/webtools/widget/CommonScreens.xml
    ofbiz/trunk/framework/webtools/widget/TempExprScreens.xml

Modified: ofbiz/trunk/framework/webtools/widget/CommonScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/widget/CommonScreens.xml?rev=988434&r1=988433&r2=988434&view=diff
==============================================================================
--- ofbiz/trunk/framework/webtools/widget/CommonScreens.xml (original)
+++ ofbiz/trunk/framework/webtools/widget/CommonScreens.xml Tue Aug 24 08:47:40 2010
@@ -91,7 +91,7 @@ under the License.
     <screen name="browsercerts">
         <section>
             <actions>
-                <set field="headerItem" value="main"/>
+                <set field="tabButtonItem" value="myCertificates"/>
                 <set field="titleProperty" value="WebtoolsCertsX509"/>
             </actions>
             <widgets>

Modified: ofbiz/trunk/framework/webtools/widget/TempExprScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/widget/TempExprScreens.xml?rev=988434&r1=988433&r2=988434&view=diff
==============================================================================
--- ofbiz/trunk/framework/webtools/widget/TempExprScreens.xml (original)
+++ ofbiz/trunk/framework/webtools/widget/TempExprScreens.xml Tue Aug 24 08:47:40 2010
@@ -24,7 +24,7 @@ under the License.
     <screen name="TemporalExpressionDecorator">
         <section>
             <actions>
-                <set field="headerItem" value="tempexpr"/>
+                <set field="tabButtonItem" value="tempexpr"/>
                 <property-map resource="TemporalExpressionUiLabels" map-name="uiLabelMap" global="true"/>
                 <set field="title" value="${uiLabelMap[titleProperty]}" global="true"/>
             </actions>