You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ad...@apache.org on 2008/06/16 18:07:48 UTC

svn commit: r668213 - /ofbiz/trunk/framework/example/widget/example/ExampleMenus.xml

Author: adrianc
Date: Mon Jun 16 09:07:47 2008
New Revision: 668213

URL: http://svn.apache.org/viewvc?rev=668213&view=rev
Log:
Removed deprecated CSS styles from the Example component.

Modified:
    ofbiz/trunk/framework/example/widget/example/ExampleMenus.xml

Modified: ofbiz/trunk/framework/example/widget/example/ExampleMenus.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/example/widget/example/ExampleMenus.xml?rev=668213&r1=668212&r2=668213&view=diff
==============================================================================
--- ofbiz/trunk/framework/example/widget/example/ExampleMenus.xml (original)
+++ ofbiz/trunk/framework/example/widget/example/ExampleMenus.xml Mon Jun 16 09:07:47 2008
@@ -28,11 +28,11 @@
         <menu-item name="ExampleFeature" title="${uiLabelMap.ExampleFeature}"><link target="FindExampleFeature"/></menu-item>
         <menu-item name="FormWidgetExamples" title="${uiLabelMap.ExampleFormWidgetExamples}"><link target="FormWidgetExamples"/></menu-item>
         <menu-item name="AjaxExample" title="Ajax Examples"><link target="authview/findExampleAjax"/></menu-item>
-        <menu-item name="Logout" title="Logout" align-style="col-right" selected-style="selected">
+        <menu-item name="Logout" title="Logout" align-style="opposed">
             <condition><not><if-empty field-name="userLogin"/></not></condition>
             <link target="logout"/>
         </menu-item>
-        <menu-item name="Login" title="Login" align-style="col-right" selected-style="selected">
+        <menu-item name="Login" title="Login" align-style="opposed">
             <condition><if-empty field-name="userLogin"/></condition>
             <link target="${checkLoginUrl}"/>
         </menu-item>