Commit 30abf81df30930d64ae3fde113075a07dee8e23c

Authored by bshuttle
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
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 4 <p class="descriptiveText">{i18n}If you do not want to have this document be checked-out,
4 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 3 <p class="descriptiveText">{i18n}Checking out a document reserves it for your
2 4 exclusive use. This ensures that you can edit the document without
3 5 anyone else changing the document and placing it into the document
... ...