Author: hansbak
Date: Tue Nov 20 00:22:21 2007
New Revision: 596566
URL:
http://svn.apache.org/viewvc?rev=596566&view=revLog:
replace edittimesheet.ftl with a form from workeffort
Removed:
ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/editTimeSheet.ftl
Modified:
ofbiz/trunk/specialpurpose/projectmgr/widget/TimeSheetScreens.xml
Modified: ofbiz/trunk/specialpurpose/projectmgr/widget/TimeSheetScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/widget/TimeSheetScreens.xml?rev=596566&r1=596565&r2=596566&view=diff==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/widget/TimeSheetScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/projectmgr/widget/TimeSheetScreens.xml Tue Nov 20 00:22:21 2007
@@ -58,10 +58,13 @@
<decorator-screen name="CommonTimesheetDecorator" location="${parameters.mainDecoratorLocation}">
<decorator-section name="body">
<section>
- <widgets>
- <platform-specific>
- <html><html-template location="component://projectmgr/webapp/projectmgr/project/editTimeSheet.ftl"/></html>
- </platform-specific>
+ <widgets>
+ <container style="screenlet">
+ <container style="screenlet-title-bar"><label style="boxhead">${uiLabelMap.PageTitleEditTimesheet} # ${timesheet.timesheetId}</label></container>
+ <container style="screenlet-body">
+ <include-form name="EditTimesheet" location="component://workeffort/widget/TimesheetForms.xml"/>
+ </container>
+ </container>
</widgets>
</section>
</decorator-section>