Commit efa248659507981a4a0cb46c2b25015104145368
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
Showing
1 changed file
with
4 additions
and
0 deletions
templates/ktcore/workflow/documentWorkflow.smarty
| ... | ... | @@ -50,6 +50,10 @@ lifecycle of the document.{/i18n} |
| 50 | 50 | <form action="{$smarty.server.PHP_SELF}" method="POST"> |
| 51 | 51 | <input type="hidden" name="action" value="startWorkflow" /> |
| 52 | 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 | 57 | {entity_select entities=$aWorkflows name=fWorkflowId none=$none} |
| 54 | 58 | <div class="form_actions"> |
| 55 | 59 | {if !$oWorkflow} | ... | ... |