Commit 107afcf61c89d7857b91af506e10adf34edd7544

Authored by Philip Arkcoll
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
templates/ktcore/document/viewlets/workflow.smarty
... ... @@ -11,4 +11,11 @@
11 11 <li><a href="{$info.url}">{$info.name}</a></li>
12 12 {/foreach}
13 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 21 </div>
... ...