Author: adrianc
Date: Thu Jul  2 16:30:53 2009
New Revision: 790656

URL: http://svn.apache.org/viewvc?rev=790656&view=rev
Log:
Ugh. One more small fix.

Modified:
    ofbiz/trunk/applications/workeffort/widget/WorkEffortScreens.xml

Modified: ofbiz/trunk/applications/workeffort/widget/WorkEffortScreens.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/widget/WorkEffortScreens.xml?rev=790656&r1=790655&r2=790656&view=diff
==============================================================================
--- ofbiz/trunk/applications/workeffort/widget/WorkEffortScreens.xml (original)
+++ ofbiz/trunk/applications/workeffort/widget/WorkEffortScreens.xml Thu Jul  2 
16:30:53 2009
@@ -872,7 +872,7 @@
         <section>
             <actions>
                 <set field="headerItem" value="WorkEffortICalendar"/>
-                <set field="title" 
value="${uiLabelMap.WorkEffortICalendarFind}"/>
+                <set field="titleProperty" value="WorkEffortICalendarFind"/>
             </actions>
             <widgets>
                 <decorator-screen name="main-decorator" 
location="${parameters.mainDecoratorLocation}">
@@ -883,7 +883,7 @@
                             </condition>
                             <widgets>
                                 <container style="h1">
-                                    <label text="${title}"/>
+                                    <label 
text="${uiLabelMap.WorkEffortICalendarFind}"/>
                                 </container>
                                 <container style="button-bar">
                                     <link text="${uiLabelMap.CommonCreate}" 
target="EditICalendar" style="buttontext"/>


Reply via email to