git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_SGD/tags/3.7.0.2_original@1 eb19766c-00d9-a042-a3a0-45cb8ec72764
11 lines
554 B
Plaintext
11 lines
554 B
Plaintext
<p class="descriptiveText">{i18n}A checked-out document may not be modified by others. Please ensure that you check-in your documents to the repository as soon as you have finished working with them.{/i18n}</p>
|
|
{if (!empty($documents))}
|
|
<dl>
|
|
{foreach item=oDocument from=$documents}
|
|
<dt>{$oDocument->getName()|sanitize} | <a href="{$context->getDocumentLink($oDocument)}">{i18n}View Document{/i18n}</a></dt>
|
|
{/foreach}
|
|
</ul>
|
|
{else}
|
|
<div class="ktInfoMessage"><span>{i18n}You have no documents which are currently checked out.{/i18n}</span></div>
|
|
{/if}
|