You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by er...@apache.org on 2010/05/24 17:05:12 UTC

svn commit: r947663 - /ofbiz/trunk/applications/humanres/widget/PersonTrainingScreens.xml

Author: erwan
Date: Mon May 24 15:05:12 2010
New Revision: 947663

URL: http://svn.apache.org/viewvc?rev=947663&view=rev
Log:
Removing some hard-coded uilabels

Modified:
    ofbiz/trunk/applications/humanres/widget/PersonTrainingScreens.xml

Modified: ofbiz/trunk/applications/humanres/widget/PersonTrainingScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/PersonTrainingScreens.xml?rev=947663&r1=947662&r2=947663&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/widget/PersonTrainingScreens.xml (original)
+++ ofbiz/trunk/applications/humanres/widget/PersonTrainingScreens.xml Mon May 24 15:05:12 2010
@@ -156,11 +156,11 @@
                             </condition>
                             <widgets><!-- edit section -->
                                 <container style="lefthalf">
-                                    <label style="h1" text="Add/Edit a Calendar Event"/>
+                                    <label style="h1" text="${uiLabelMap.WorkEffortAddCalendarEvent}"/>
                                     <include-form name="editTrainingCalendar" location="component://humanres/widget/forms/PersonTrainingForms.xml"/>
                                 </container>
                                 <container style="righthalf">
-                                    <label style="h1" text="Participants"/>
+                                    <label style="h1" text="${uiLabelMap.WorkEffortParticipants}"/>
                                     <include-form name="ListTrainingParticipants" location="component://humanres/widget/forms/PersonTrainingForms.xml"/>
                                     <section>
                                         <condition>
@@ -180,7 +180,7 @@
                             </widgets>
                             <fail-widgets><!-- view section -->
                                 <container style="lefthalf">
-                                    <label style="h1" text="Calendar Event Summary"/>
+                                    <label style="h1" text="${uiLabelMap.WorkEffortSummary}"/>
                                     <include-form name="showTrainingCalendar" location="component://humanres/widget/forms/PersonTrainingForms.xml"/>
                                 </container>
                             </fail-widgets>