Commit 338507f010b8f6f2ee1efdc153e845b66600c9df
1 parent
0b398a4d
Correct path to managing the document's workflow.
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4265 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
templates/kt3/fieldsets/generic.smarty
| @@ -24,7 +24,7 @@ | @@ -24,7 +24,7 @@ | ||
| 24 | {else} | 24 | {else} |
| 25 | No workflow | 25 | No workflow |
| 26 | {/if} | 26 | {/if} |
| 27 | -(<a href="documentWorkflow.php?fDocumentId={$document->getId()}">manage workflow</a>) | 27 | +(<a href="{$rootUrl}/action.php/ktcore.actions.document.workflow?fDocumentId={$document->getId()}">manage workflow</a>) |
| 28 | </dd> | 28 | </dd> |
| 29 | </dl> | 29 | </dl> |
| 30 | <div class="floatClear"><!-- --> </div> | 30 | <div class="floatClear"><!-- --> </div> |