Commit 30abf81df30930d64ae3fde113075a07dee8e23c
1 parent
800cc6b7
show document name, for consistency.
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5834 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
2 changed files
with
4 additions
and
1 deletions
templates/ktcore/action/cancel_checkout.smarty
| 1 | -<h2>{i18n}Cancel Checkout{/i18n}</h2> | 1 | +<h2>{i18n arg_docname=$context->oDocument->getName()}Cancel Checkout: #docname#{/i18n}</h2> |
| 2 | + | ||
| 2 | 3 | ||
| 3 | <p class="descriptiveText">{i18n}If you do not want to have this document be checked-out, | 4 | <p class="descriptiveText">{i18n}If you do not want to have this document be checked-out, |
| 4 | please give a reason and cancel the checkout.{/i18n}</p> | 5 | please give a reason and cancel the checkout.{/i18n}</p> |
templates/ktcore/action/checkout.smarty
| 1 | +<h2>{i18n arg_docname=$context->oDocument->getName()}Checkout Document: #docname#{/i18n}</h2> | ||
| 2 | + | ||
| 1 | <p class="descriptiveText">{i18n}Checking out a document reserves it for your | 3 | <p class="descriptiveText">{i18n}Checking out a document reserves it for your |
| 2 | exclusive use. This ensures that you can edit the document without | 4 | exclusive use. This ensures that you can edit the document without |
| 3 | anyone else changing the document and placing it into the document | 5 | anyone else changing the document and placing it into the document |