Author: adrianc
Date: Thu May 1 16:52:06 2008
New Revision: 652716
URL:
http://svn.apache.org/viewvc?rev=652716&view=revLog:
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>