Client Tasks Update | |||||||||||||||||||||||||||||||
<client:clienttaskupdatemodule/> | |||||||||||||||||||||||||||||||
The Client Task Update module provides a method for a client user to update the status of a task assigned to him or her. The module also provides an area to upload a file associated with the task, as well as a comments area. The Client Tasks Update allows the following attributes:
Sample of the Client Tasks Update: <client:clienttaskupdatemodule title="Update Task" width="95%" border="0" cellspacing="0" cellpadding="3" upload_header="Choose a file from your local machine to upload" filename_entry_label="Upload File:" status_header="Change your status below when you have completed this task" status_checkbox_label="Status:" status_checkbox_name=" TaskComplete" status_comments_label="Comments" submit_button_label="Save" advance_page="showallclienttasks.jsp" task_id=<%=request.getParameter("id")%> /> |