Author: adrianc
Date: Sat Jan 15 16:27:42 2011
New Revision: 1059364
URL:
http://svn.apache.org/viewvc?rev=1059364&view=revLog:
Removed deprecated box* CSS styles from some screen widgets.
Modified:
ofbiz/trunk/applications/humanres/widget/RecruitmentScreens.xml
ofbiz/trunk/specialpurpose/projectmgr/widget/ProjectScreens.xml
Modified: ofbiz/trunk/applications/humanres/widget/RecruitmentScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/RecruitmentScreens.xml?rev=1059364&r1=1059363&r2=1059364&view=diff==============================================================================
--- ofbiz/trunk/applications/humanres/widget/RecruitmentScreens.xml (original)
+++ ofbiz/trunk/applications/humanres/widget/RecruitmentScreens.xml Sat Jan 15 16:27:42 2011
@@ -214,12 +214,9 @@ under the License.
<include-menu name="InternalJobPostingTabBar" location="component://humanres/widget/HumanresMenus.xml"/>
<section>
<widgets>
- <container style="boxoutside">
- <container style="screenlet-header">
- <label style="boxhead">${uiLabelMap.HumanResEditJobInterview}</label>
- </container>
+ <screenlet title="${uiLabelMap.HumanResEditJobInterview}">
<include-form name="EditJobInterview" location="component://humanres/widget/forms/RecruitmentForms.xml"/>
- </container>
+ </screenlet>
</widgets>
</section>
</decorator-section>
Modified: ofbiz/trunk/specialpurpose/projectmgr/widget/ProjectScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/widget/ProjectScreens.xml?rev=1059364&r1=1059363&r2=1059364&view=diff==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/widget/ProjectScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/projectmgr/widget/ProjectScreens.xml Sat Jan 15 16:27:42 2011
@@ -343,13 +343,10 @@ under the License.
<container>
<link target="EditPartySkill" text="${uiLabelMap.HumanResNewPartySkill}" style="buttontext"/>
</container>
- <container style="boxoutside">
- <container style="screenlet-header">
- <label style="boxhead">${uiLabelMap.HumanResEditPartySkill}</label>
- </container>
+ <screenlet title="${uiLabelMap.HumanResEditPartySkill}">
<include-form name="ListPartySkills" location="component://humanres/widget/forms/PartySkillForms.xml"/>
<include-form name="AddPartySkills" location="component://humanres/widget/forms/PartySkillForms.xml"/>
- </container>
+ </screenlet>
</decorator-section>
</decorator-screen>
</widgets>