svn commit: r741381 - in /ofbiz/trunk/framework/example/widget/example: CommonScreens.xml ExampleMenus.xml

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

svn commit: r741381 - in /ofbiz/trunk/framework/example/widget/example: CommonScreens.xml ExampleMenus.xml

jonesde
Author: jonesde
Date: Fri Feb  6 02:32:10 2009
New Revision: 741381

URL: http://svn.apache.org/viewvc?rev=741381&view=rev
Log:
Moved Help link from tab bar to the link section below it as the Help page was NOT a tab, or in other words by clicking on it you go to a screen outside fo the tab set and the tabs disappear

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

Modified: ofbiz/trunk/framework/example/widget/example/CommonScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/example/widget/example/CommonScreens.xml?rev=741381&r1=741380&r2=741381&view=diff
==============================================================================
--- ofbiz/trunk/framework/example/widget/example/CommonScreens.xml (original)
+++ ofbiz/trunk/framework/example/widget/example/CommonScreens.xml Fri Feb  6 02:32:10 2009
@@ -97,6 +97,7 @@
                                             <link target="EditExample" text="${uiLabelMap.ExampleNewExample}" style="buttontext"/>
                                             <link target="ExampleReportHtml?exampleId=${exampleId}" text="${uiLabelMap.CommonPrinterFriendly}" style="buttontext"/>
                                             <link target="ExampleReportPdf?exampleId=${exampleId}" text="${uiLabelMap.CommonPdf}" style="buttontext"/>
+                                            <link target="help?topic=ExampleEditHelp" text="${uiLabelMap.CommonHelp}" style="buttontext" target-window="_blank"/>
                                         </container>
                                     </widgets>
                                     <fail-widgets>

Modified: ofbiz/trunk/framework/example/widget/example/ExampleMenus.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/example/widget/example/ExampleMenus.xml?rev=741381&r1=741380&r2=741381&view=diff
==============================================================================
--- ofbiz/trunk/framework/example/widget/example/ExampleMenus.xml (original)
+++ ofbiz/trunk/framework/example/widget/example/ExampleMenus.xml Fri Feb  6 02:32:10 2009
@@ -40,9 +40,6 @@
         <menu-item name="EditExampleFeatureAppls" title="${uiLabelMap.ExampleFeatures}">
             <link target="EditExampleFeatureAppls?exampleId=${exampleId}"/>
         </menu-item>
-        <menu-item name="EditExampleHelp" title="${uiLabelMap.CommonHelp}">
-            <link target="help?topic=ExampleEditHelp" target-window="_blank"/>
-        </menu-item>
     </menu>
 
     <menu name="EditExampleFeature" default-selected-style="selected" type="simple"