Author: hansbak
Date: Mon Aug 25 01:36:39 2008 New Revision: 688656 URL: http://svn.apache.org/viewvc?rev=688656&view=rev Log: correcting typing errors Modified: ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/controller.xml ofbiz/trunk/specialpurpose/projectmgr/widget/Menus.xml Modified: ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/controller.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/controller.xml?rev=688656&r1=688655&r2=688656&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/controller.xml (original) +++ ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/controller.xml Mon Aug 25 01:36:39 2008 @@ -517,13 +517,13 @@ <security https="true" auth="true"/> <response name="success" type="view" value="Timesheet"/> </request-map> - <request-map uri="TimeSheetStatustoComplete"> + <request-map uri="TimeSheetStatusToComplete"> <security https="true" auth="true"/> <event type="service" invoke="updateTimesheet"/> <response name="success" type="view" value="Timesheet"/> <response name="error" type="view" value="Timesheet"/> </request-map> - <request-map uri="myTimeSheetStatustoComplete"> + <request-map uri="myTimeSheetStatusToComplete"> <security https="true" auth="true"/> <event type="service" invoke="updateTimesheet"/> <response name="success" type="view" value="MyTimesheet"/> Modified: ofbiz/trunk/specialpurpose/projectmgr/widget/Menus.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/widget/Menus.xml?rev=688656&r1=688655&r2=688656&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/projectmgr/widget/Menus.xml (original) +++ ofbiz/trunk/specialpurpose/projectmgr/widget/Menus.xml Mon Aug 25 01:36:39 2008 @@ -332,14 +332,14 @@ <menu-item name="addTimesheet" title="${uiLabelMap.CommonNew}"> <link target="addWeeklyTimesheet"/> </menu-item> - <menu-item name="TimeSheetStatustoComplete" title="${uiLabelMap.CommonStatustoComplete}"> + <menu-item name="TimeSheetStatusToComplete" title="${uiLabelMap.CommonStatustoComplete}"> <condition> <and> <not><if-empty field-name="timesheet"/></not> <if-compare field-name="timesheet.statusId" operator="equals" value="TIMESHEET_IN_PROCESS"/> </and> </condition> - <link target="TimeSheetStatustoComplete?timesheetId=${timesheet.timesheetId}&statusId=TIMESHEET_COMPLETED"/> + <link target="TimeSheetStatusToComplete?timesheetId=${timesheet.timesheetId}&statusId=TIMESHEET_COMPLETED"/> </menu-item> <menu-item name="TimeSheetStatustoProgress" title="Set status to In Progress"> <condition> @@ -352,14 +352,14 @@ </menu-item> </menu> <menu name="MyTimeSubTabBar" menu-container-style="button-bar button-style-2" default-selected-style="selected" selected-menuitem-context-field-name="tabButtonItem"> - <menu-item name="TimeSheetStatustoComplete" title="${uiLabelMap.CommonStatustoComplete}"> + <menu-item name="TimeSheetStatusToComplete" title="${uiLabelMap.CommonStatustoComplete}"> <condition> <and> <not><if-empty field-name="timesheet"/></not> <if-compare field-name="timesheet.statusId" operator="equals" value="TIMESHEET_IN_PROCESS"/> </and> </condition> - <link target="myTimeSheetStatustoComplete?timesheetId=${timesheet.timesheetId}&statusId=TIMESHEET_COMPLETED"/> + <link target="myTimeSheetStatusToComplete?timesheetId=${timesheet.timesheetId}&statusId=TIMESHEET_COMPLETED"/> </menu-item> </menu> <menu name="ResourceTabBar" menu-container-style="button-bar tab-bar" default-menu-item-name="edittimesheet" default-selected-style="selected" selected-menuitem-context-field-name="tabButtonItem"> |
Free forum by Nabble | Edit this page |