svn commit: r764920 - /ofbiz/trunk/specialpurpose/assetmaint/widget/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: r764920 - /ofbiz/trunk/specialpurpose/assetmaint/widget/CommonScreens.xml

adrianc
Author: adrianc
Date: Tue Apr 14 18:50:05 2009
New Revision: 764920

URL: http://svn.apache.org/viewvc?rev=764920&view=rev
Log:
Eliminated an unnecessary nested expression.

Modified:
    ofbiz/trunk/specialpurpose/assetmaint/widget/CommonScreens.xml

Modified: ofbiz/trunk/specialpurpose/assetmaint/widget/CommonScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/assetmaint/widget/CommonScreens.xml?rev=764920&r1=764919&r2=764920&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/assetmaint/widget/CommonScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/assetmaint/widget/CommonScreens.xml Tue Apr 14 18:50:05 2009
@@ -119,10 +119,10 @@
                                         <not><if-empty field="fixedAssetId"/></not>
                                     </condition>
                                     <widgets>
-                                        <container style="h1"><label text="${uiLabelMap.${titleProperty}} ${uiLabelMap.CommonFor} ${fixedAsset.fixedAssetName} [${fixedAssetId}]  ${${extraFunctionName}}"/></container>
+                                        <container style="h1"><label text="${uiLabelMap[titleProperty]} ${uiLabelMap.CommonFor} ${fixedAsset.fixedAssetName} [${fixedAssetId}]  ${${extraFunctionName}}"/></container>
                                     </widgets>
                                     <fail-widgets>
-                                        <container style="h1"><label text="${uiLabelMap.${titleProperty}}"/></container>
+                                        <container style="h1"><label text="${uiLabelMap[titleProperty]}"/></container>
                                     </fail-widgets>
                                 </section>
                                 <decorator-section-include name="body"/>