Moving a document relocates the document within the document repository.

{assign var=iDocumentId value=$context->oDocument->getId()}

If you do not intend to move this document, you should cancel the move.

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

The folder given below is where the document is going to be moved to. Use the folder collection and path below to browse to the folder you wish to move the documents into.

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