Removed workflow element from default email template

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@15065 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Paul Holmes-Higgin
2009-07-02 15:47:01 +00:00
parent 2902b0e6d8
commit 03e8f503e8
2 changed files with 0 additions and 80 deletions

View File

@@ -97,77 +97,5 @@
</tr>
</table>
</fieldset>
<fieldset>
<legend> Start Workflow </legend>
<form id="start_workflow"
name="start_workflow"
method="post"
action="${contextUrl}/service/imap/start-workflow"
enctype="application/x-www-form-urlencoded">
<input type="hidden" name="alfTicket" value="${alfTicket}" />
<input type="hidden" name="nodeRefId" value="${document.id}" />
<table>
<tr>
<td>Workflow type:</td>
<td>
<!-- Workflow list is hardcoded for now -->
<select id="workflowType" name="workflowType" style="width:134px">
<option value="adhoc">Adhoc Task</option>
<option value="review">Review & Approve</option>
</select>
</td>
</tr>
<tr>
<td>Asign to:</td>
<td>
<input type="text" id="assignTo" name="assignTo"/>
</td>
</tr>
<tr>
<td>Priority:</td>
<td>
<select size="1" name="workflowPriority" id="workflowPriority">
<option value="1">1</option>
<option selected="selected" value="2">2</option>
<option value="3">3</option>
</select>
</td>
<tr>
<td>Due date:</td>
<td>
Day: <select size="1" name="workflowDueDateDay" id="workflowDueDateDay">
<option selected="selected" value="1">1</option>
<#list 2..31 as i>
<option value="${i}">${i}</option>
</#list>
</select>
</select>&nbsp;
Month: <select size="1" name="workflowDueDateMonth" id="workflowDueDateMonth">
<option selected="selected" value="1">1</option>
<#list 2..12 as i>
<option value="${i}">${i}</option>
</#list>
</select>&nbsp;
Year: <input type="text" size="5" id="workflowDueDateYear" name="workflowDueDateYear"/>
</td>
</tr>
<tr>
<td>Description:</td><td><textarea style="width:132px" id="description" name="description"></textarea></td>
</tr>
<tr>
<td colspan="2"><center><input id="submitButton" type="submit" value="Start workflow" style="margin:20px 5px 5px 5px"/></center></td>
</tr>
</table>
</form>
</fieldset>
<!--
JBPM ids for debug....
id=jbpm$4,name=jbpm$wcmwf:changerequest,version=1,title=Change Request
id=jbpm$3,name=jbpm$wcmwf:submit,version=1,title=Web Site Submission
id=jbpm$5,name=jbpm$wcmwf:submitdirect,version=1,title=Web Site Submission (Direct)
id=jbpm$2,name=jbpm$wf:adhoc,version=1,title=Adhoc Task
id=jbpm$6,name=jbpm$wf:invite,version=1,title=Site Invite
id=jbpm$1,name=jbpm$wf:review,version=1,title=Review & Approve
-->
</body>
</html>

View File

@@ -25,11 +25,3 @@ Content folder: ${contextUrl}/navigate/browse${document.displayPath}
Content URL: ${contextUrl}${document.url}
Download URL: ${contextUrl}${document.downloadUrl}
WebDAV URL: ${contextUrl}${document.webdavUrl}
START WORKFLOW
{It is not possible to create a customizible workflow in txt format!
It is possible to create static links to IMAP Workflow Handler webscript,
But, in this case all parameters must be hardcoded in the link.
See http://localhost:8080/alfresco/service/description/org/alfresco/imap/start-workflow.get
for usage information.}