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/05/02 01:52:07 UTC

svn commit: r652716 - /ofbiz/trunk/framework/example/widget/example/CommonScreens.xml

Author: adrianc
Date: Thu May  1 16:52:06 2008
New Revision: 652716

URL: http://svn.apache.org/viewvc?rev=652716&view=rev
Log:
Missed one screen in the Example component.

Modified:
    ofbiz/trunk/framework/example/widget/example/CommonScreens.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=652716&r1=652715&r2=652716&view=diff
==============================================================================
--- ofbiz/trunk/framework/example/widget/example/CommonScreens.xml (original)
+++ ofbiz/trunk/framework/example/widget/example/CommonScreens.xml Thu May  1 16:52:06 2008
@@ -79,8 +79,8 @@
                                         <not><if-empty field-name="example"/></not>
                                     </condition>
                                     <widgets>
-                                        <container style="button-bar"><link target="EditExample" text="${uiLabelMap.ExampleNewExample}" style="buttontext"/></container>
                                         <container style="h1"><label>${uiLabelMap.${titleProperty}} ${uiLabelMap.CommonFor} "${example.exampleName}" [${exampleId}]</label></container>
+                                        <container style="button-bar"><link target="EditExample" text="${uiLabelMap.ExampleNewExample}" style="buttontext"/></container>
                                     </widgets>
                                 </section>