Commit 6cd011eb604fd00fc1410e93a969604c9b1c2abc
1 parent
9f2dc49f
Remove "Manage Workflow" link in the document details fieldset display.
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5214 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
0 additions
and
2 deletions
templates/kt3/fieldsets/generic.smarty
| ... | ... | @@ -27,8 +27,6 @@ |
| 27 | 27 | {else} |
| 28 | 28 | {i18n}No workflow{/i18n} |
| 29 | 29 | {/if} |
| 30 | -{assign var=iDocumentId value=$document->getId()} | |
| 31 | - (<a href="{ktLink base="action.php" subpath="/ktcore.actions.document.workflow" query="fDocumentId=`$iDocumentId`"}">{i18n}manage workflow{/i18n}</a>) | |
| 32 | 30 | </dd> |
| 33 | 31 | <dt>{i18n}Document ID{/i18n}</dt> |
| 34 | 32 | <dd> | ... | ... |