Commit efa248659507981a4a0cb46c2b25015104145368

Authored by bshuttle
1 parent b5f564e3

improve the explanation of start/change workflow.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5538 c91229c3-7414-0410-bfa2-8a42b809f60b
templates/ktcore/workflow/documentWorkflow.smarty
@@ -50,6 +50,10 @@ lifecycle of the document.{/i18n} @@ -50,6 +50,10 @@ lifecycle of the document.{/i18n}
50 <form action="{$smarty.server.PHP_SELF}" method="POST"> 50 <form action="{$smarty.server.PHP_SELF}" method="POST">
51 <input type="hidden" name="action" value="startWorkflow" /> 51 <input type="hidden" name="action" value="startWorkflow" />
52 <input type="hidden" name="fDocumentId" value="{$oDocument->getId()}" /> 52 <input type="hidden" name="fDocumentId" value="{$oDocument->getId()}" />
  53 +
  54 +<p class="descriptiveText">{i18n}Please note that changing the workflow on a document will start the workflow
  55 +at the beginning of the new workflow. <strong>This is true even if the new workflow is identical to the old one.</strong>{/i18n}</p>
  56 +
53 {entity_select entities=$aWorkflows name=fWorkflowId none=$none} 57 {entity_select entities=$aWorkflows name=fWorkflowId none=$none}
54 <div class="form_actions"> 58 <div class="form_actions">
55 {if !$oWorkflow} 59 {if !$oWorkflow}