git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_SGD/tags/3.7.0.2_original@1 eb19766c-00d9-a042-a3a0-45cb8ec72764
33 lines
1.1 KiB
Plaintext
33 lines
1.1 KiB
Plaintext
<h2>{i18n}Archived Documents{/i18n}</h2>
|
|
|
|
<p class="descriptiveText">{i18n}In order to keep the documents which are visible useful
|
|
to end users it is possible to <strong>archive</strong> old documents. Users who
|
|
want to see these old documents need to request their restoration. These requests
|
|
will typically be done within the system and will generate a
|
|
notification to you.{/i18n}
|
|
</p>
|
|
|
|
<p>{i18n}Use the folder collection and path below to browse to the folder containing the documents you wish to restore.{/i18n}
|
|
</p>
|
|
<br />
|
|
|
|
{foreach from=$breadcrumbs item=breadcrumb name=bc}
|
|
{if !$smarty.foreach.bc.last}
|
|
<a href="{$breadcrumb.url}">{$breadcrumb.name|sanitize}</a> »
|
|
{else}
|
|
{$breadcrumb.name|sanitize}
|
|
{/if}
|
|
{/foreach}
|
|
|
|
<form method="POST" action="{$smarty.server.PHP_SELF}">
|
|
<input type="hidden" name="action" value="confirm_restore" />
|
|
<input type="hidden" name="fFolderId" value="{$folder->getId()}" />
|
|
|
|
{$collection->render()}
|
|
|
|
<div class="form_actions">
|
|
<input type="submit" name="submit[move]" value="{i18n}Restore{/i18n}" />
|
|
</div>
|
|
</fieldset>
|
|
</form>
|