Author: adrianc
Date: Tue May 26 17:43:32 2009
New Revision: 778809

URL: http://svn.apache.org/viewvc?rev=778809&view=rev
Log:
Removed deprecated CSS styles from humanres component - 
https://issues.apache.org/jira/browse/OFBIZ-2525.

Modified:
    ofbiz/trunk/applications/humanres/widget/CommonScreens.xml
    ofbiz/trunk/applications/humanres/widget/forms/RecruitmentForms.xml

Modified: ofbiz/trunk/applications/humanres/widget/CommonScreens.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/CommonScreens.xml?rev=778809&r1=778808&r2=778809&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/widget/CommonScreens.xml (original)
+++ ofbiz/trunk/applications/humanres/widget/CommonScreens.xml Tue May 26 
17:43:32 2009
@@ -85,14 +85,14 @@
     <screen name="PartyGroupTreeLine">
         <section>
             <widgets>
-                <label text="${partyAndGroup.groupName}" style="tabletext"/>
+                <label text="${partyAndGroup.groupName}"/>
             </widgets>
         </section>
     </screen>
     <screen name="PartyPersonTreeLine">
         <section>
             <widgets>
-                <label text="${partyAndPerson.firstName} 
${partyAndPerson.lastName}" style="tabletext"/>
+                <label text="${partyAndPerson.firstName} 
${partyAndPerson.lastName}"/>
             </widgets>
         </section>
     </screen>

Modified: ofbiz/trunk/applications/humanres/widget/forms/RecruitmentForms.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/forms/RecruitmentForms.xml?rev=778809&r1=778808&r2=778809&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/widget/forms/RecruitmentForms.xml 
(original)
+++ ofbiz/trunk/applications/humanres/widget/forms/RecruitmentForms.xml Tue May 
26 17:43:32 2009
@@ -19,8 +19,7 @@
 -->
 <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
     
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd";>
-    <form name="FindJobRequisitions" type="single" 
target="FindJobRequisitions" default-title-style="tableheadtext"
-        default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="FindJobRequisitions" type="single" 
target="FindJobRequisitions">
         <actions>
             <set field="jobRequisitionId" 
from-field="parameters.jobRequisitionId"/>
         </actions>
@@ -141,8 +140,7 @@
         <field name="submitButton" use-when="jobRequisition==null" 
title="Create" widget-style="smallSubmit"><submit button-type="button"/></field>
         <field name="submitButton" use-when="jobRequisition!=null" 
title="Update" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="FindInternalJobPosting" target="FindInternalJobPosting" 
type="single" default-title-style="tableheadtext"
-        default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="FindInternalJobPosting" target="FindInternalJobPosting" 
type="single">
         <auto-fields-entity entity-name="EmploymentApp" 
default-field-type="find"/>
         <field name="applicationId"><lookup 
target-form-name="LookupEmploymentApp"/></field>
         <field name="applyingPartyId" 
use-when="hasAdminPermission"><hidden/></field>
@@ -217,8 +215,7 @@
         <field name="submitButton" use-when="employmentApp==null" 
title="Create" widget-style="smallSubmit"><submit button-type="button"/></field>
         <field name="submitButton" use-when="employmentApp!=null" 
title="Update" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="FindJobInterview" type="single" target="FindJobInterview" 
default-title-style="tableheadtext"
-        default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="FindJobInterview" type="single" target="FindJobInterview">
         <auto-fields-entity entity-name="JobInterview" 
default-field-type="find"/>
         <field name="noConditionFind"><hidden value="Y"/></field>
         <field name="jobIntervieweePartyId"><lookup 
target-form-name="LookupPartyName"/></field>
@@ -316,8 +313,7 @@
         <field name="submitButton" use-when="JobInterview==null" 
title="Create" widget-style="smallSubmit"><submit button-type="button"/></field>
         <field name="submitButton" use-when="JobInterview!=null" 
title="Update" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="FindApprovals" target="FindApprovals" type="single" 
default-title-style="tableheadtext"
-        default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="FindApprovals" target="FindApprovals" type="single">
         <auto-fields-entity entity-name="EmploymentApp" 
default-field-type="find"/>
         <field name="noConditionFind"><hidden value="Y"/></field>
         <field name="applicationId"><lookup 
target-form-name="LookupEmploymentApp"/></field>


Reply via email to