{i18n}Moving a document relocates the document within the document repository.{/i18n}

{assign var=iDocumentId value=$context->oDocument->getId()} {capture assign=link} {"viewDocument"|generateControllerUrl:"fDocumentId=$iDocumentId"} {/capture}

{i18n arg_link=$link}If you do not intend to move this document, you should cancel the move.{/i18n}

{i18n}Move{/i18n} {foreach from=$move_fields item=oWidget } {$oWidget->render()} {/foreach}

{i18n}Use the folder collection and path below to browse to the folder into which you wish to move the documents.{/i18n}

{foreach from=$collection_breadcrumbs item=breadcrumb name=bc} {$breadcrumb.name} {if !$smarty.foreach.bc.last} » {/if} {/foreach} {$collection->render()}