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

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

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

adrianc
Author: adrianc
Date: Tue May  6 11:52:45 2008
New Revision: 653882

URL: http://svn.apache.org/viewvc?rev=653882&view=rev
Log:
Small fixup for last commit. Hard-coding locale-specific text in the widget XML files should be avoided.

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

Modified: ofbiz/trunk/framework/exampleext/widget/example/CommonScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/exampleext/widget/example/CommonScreens.xml?rev=653882&r1=653881&r2=653882&view=diff
==============================================================================
--- ofbiz/trunk/framework/exampleext/widget/example/CommonScreens.xml (original)
+++ ofbiz/trunk/framework/exampleext/widget/example/CommonScreens.xml Tue May  6 11:52:45 2008
@@ -66,7 +66,7 @@
                                         <not><if-empty field-name="example"/></not>
                                     </condition>
                                     <widgets>
-                                        <container style="h1"><label>${uiLabelMap.${titleProperty}} ${uiLabelMap.CommonFor} "${example.exampleName}" [${exampleId}]</label></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>