![]() |
CMS
Version 3.9
|
Go to the source code of this file.
Variables | |
$document_library_id = checkNumeric($_GET["document_library_id"]) | |
$document_ids = checkNumericList($_GET["document_ids"]) | |
if(! $document_library_id||! $document_ids) | $library = new DocumentLibrary($document_library_id) |
if(! $library->allowManageFiles()) | $documentMove = new DocumentMove() |
$documentMove | from = $document_library_id |
$form = new AutoForm($documentMove, "POST", "/action/document/move_documents?document_library_id={$document_library_id}&document_ids={$document_ids}") | |
$form | submitLabel = "Move Documents" |
$form | customSaveHandler |
if($method=="POST") | $script = $form->writeScript() |
$document_ids = checkNumericList($_GET["document_ids"]) |
Definition at line 4 of file move_documents.inc.
$document_library_id = checkNumeric($_GET["document_library_id"]) |
Definition at line 3 of file move_documents.inc.
if (! $library->allowManageFiles()) $documentMove = new DocumentMove() |
Definition at line 17 of file move_documents.inc.
$form = new AutoForm($documentMove, "POST", "/action/document/move_documents?document_library_id={$document_library_id}&document_ids={$document_ids}") |
Definition at line 20 of file move_documents.inc.
if (! $document_library_id||! $document_ids) $library = new DocumentLibrary($document_library_id) |
Definition at line 11 of file move_documents.inc.
if ( $method=="POST") $script = $form->writeScript() |
Definition at line 59 of file move_documents.inc.
$form customSaveHandler |
Definition at line 29 of file move_documents.inc.
$documentMove from = $document_library_id |
Definition at line 18 of file move_documents.inc.
$form submitLabel = "Move Documents" |
Definition at line 26 of file move_documents.inc.