You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mr...@apache.org on 2009/12/15 22:24:59 UTC

svn commit: r890998 - /ofbiz/trunk/applications/humanres/widget/EmployeeScreens.xml

Author: mrisaliti
Date: Tue Dec 15 21:24:58 2009
New Revision: 890998

URL: http://svn.apache.org/viewvc?rev=890998&view=rev
Log:
Closed a tag correctly

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

Modified: ofbiz/trunk/applications/humanres/widget/EmployeeScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/EmployeeScreens.xml?rev=890998&r1=890997&r2=890998&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/widget/EmployeeScreens.xml (original)
+++ ofbiz/trunk/applications/humanres/widget/EmployeeScreens.xml Tue Dec 15 21:24:58 2009
@@ -200,7 +200,7 @@
                 <decorator-screen name="EmployeeDecorator" location="${parameters.mainDecoratorLocation}">
                     <decorator-section name="body">
                         <screenlet id="TrainingStatus" title="${uiLabelMap.HumanResTrainingStatus}" collapsible="true">
-                            <include-form name="ListTrainingStatus" location="component://humanres/widget/forms/PersonTrainingForms.xml"/>>
+                            <include-form name="ListTrainingStatus" location="component://humanres/widget/forms/PersonTrainingForms.xml"/>
                         </screenlet>
                     </decorator-section>
                 </decorator-screen>