Commit 5174e84a93d1092319ad51e33e6f4e08b058abce
1 parent
eb6d9ed1
- make the checkin text clearer for KTS-306
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4861 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
4 additions
and
8 deletions
templates/ktcore/action/checkin.smarty
| 1 | 1 | <p class="descriptiveText">{i18n}Checking in a document updates the document |
| 2 | -and allows others to check out the document.{/i18n}</p> | |
| 2 | +and allows others to make changes to the document and its metadata.{/i18n}</p> | |
| 3 | 3 | |
| 4 | 4 | {assign var=iDocumentId value=$context->oDocument->getId()} |
| 5 | -{capture assign=cancellink} | |
| 6 | -{"viewDocument"|generateControllerUrl:"fDocumentId=$iDocumentId"} | |
| 7 | -{/capture} | |
| 8 | -<p class="descriptiveText">{i18n arg_link=$cancellink}If you do not | |
| 9 | -intend to edit the document, and you do not wish to prevent others from | |
| 10 | -changing the document, you should <a href="#link#">cancel | |
| 11 | -this checkout</a>.{/i18n}</p> | |
| 5 | +<p class="descriptiveText">{i18n}If you do not | |
| 6 | +intend to change the document, or you do not wish to prevent others from | |
| 7 | +changing the document, you should rather use the action menu to <strong>cancel this checkout</strong>.{/i18n}</p> | |
| 12 | 8 | |
| 13 | 9 | <form method="POST" action="{$smarty.server.PHP_SELF}" enctype="multipart/form-data"> |
| 14 | 10 | <fieldset><legend>{i18n}Checkin{/i18n}</legend> | ... | ... |