Commit 107afcf61c89d7857b91af506e10adf34edd7544
1 parent
37cb8f5e
KTS-3672
"Add workflow transition comment to worklow viewlet" Fixed. Added transition comment to workflow viewlet Committed By: Philip Arkcoll Reviewed By: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9211 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
7 additions
and
0 deletions
templates/ktcore/document/viewlets/workflow.smarty
| @@ -11,4 +11,11 @@ | @@ -11,4 +11,11 @@ | ||
| 11 | <li><a href="{$info.url}">{$info.name}</a></li> | 11 | <li><a href="{$info.url}">{$info.name}</a></li> |
| 12 | {/foreach} | 12 | {/foreach} |
| 13 | </ul> | 13 | </ul> |
| 14 | + | ||
| 15 | + {if !is_null($comment)} | ||
| 16 | + <br /> | ||
| 17 | + <h3>{i18n}Last Comment{/i18n}</h3> | ||
| 18 | + <i>"{$comment}"</i> | ||
| 19 | + <br /> | ||
| 20 | + {/if} | ||
| 14 | </div> | 21 | </div> |