Author: jleroux
Date: Tue Mar 31 10:31:45 2009
New Revision: 760388
URL:
http://svn.apache.org/viewvc?rev=760388&view=revLog:
replaced BSH by direct UEL
Modified:
ofbiz/trunk/specialpurpose/projectmgr/widget/forms/TimeSheetForms.xml
Modified: ofbiz/trunk/specialpurpose/projectmgr/widget/forms/TimeSheetForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/widget/forms/TimeSheetForms.xml?rev=760388&r1=760387&r2=760388&view=diff==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/widget/forms/TimeSheetForms.xml (original)
+++ ofbiz/trunk/specialpurpose/projectmgr/widget/forms/TimeSheetForms.xml Tue Mar 31 10:31:45 2009
@@ -79,10 +79,10 @@
<field name="hours"><display/></field>
<field name="comments" title="${uiLabelMap.CommonComments}"><display/></field>
<field name="completeLink" title="${uiLabelMap.CommonStatustoComplete}" widget-style="buttontext">
- <hyperlink target="${my}TimeSheetStatusToComplete" description="${bsh:statusId.equals("TIMESHEET_IN_PROCESS")?complete:""}" also-hidden="false">
+ <hyperlink target="${my}TimeSheetStatusToComplete" description="${statusId.equals("TIMESHEET_IN_PROCESS")?complete:""}" also-hidden="false">
<parameter param-name="timesheetId" from-field="timesheetId"/>
<parameter param-name="statusId" from-field="TIMESHEET_COMPLETED"/>
- </hyperlink>
+ </hyperlink>
</field>
</form>
<form name="FindTimeSheet" target="FindTimeSheet" title="" type="single"
@@ -295,4 +295,4 @@
<field name="total" title="${uiLabelMap.ProjectMgrActualTotal}"><display/></field>
<field name="plannedHours" title="${uiLabelMap.ProjectMgrPlanHours}"><display/></field>
</form>
-</forms>
\ No newline at end of file
+</forms>