Commit 80835fbcc143553584a765e0103275083d43369c
1 parent
433d3d7e
Ensure line breaks when doing console output.
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5644 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
3 additions
and
1 deletions
templates/ktcore/document/cleanup_script.smarty
| ... | ... | @@ -15,7 +15,9 @@ |
| 15 | 15 | {assign var=oDocument value=$aInfo.document} |
| 16 | 16 | {assign var=oContent value=$aInfo.content} |
| 17 | 17 | {assign var=docname value=$oDocument->getName()} |
| 18 | - {i18n arg_filepath="`$aInfo.path`" arg_docname="$docname" arg_doclink="`$aInfo.doclink`"}#docname# (#doclink# version {$oContent->getMajorVersionNumber()}.{$oContent->getMinorVersionNumber()}) — Cannot find file: #filepath#{/i18n} | |
| 18 | +{assign var=docid value=$oDocument->getId()} | |
| 19 | + {i18n arg_filepath="`$aInfo.path`" arg_docname="$docname" arg_docid="$docid" arg_doclink="`$aInfo.doclink`"}#docname# (ID: #docid#, version {$oContent->getMajorVersionNumber()}.{$oContent->getMinorVersionNumber()}) - Cannot find file: #filepath#{/i18n} | |
| 20 | + | |
| 19 | 21 | {/foreach} |
| 20 | 22 | |
| 21 | 23 | {/if} | ... | ... |