![]() |
CMS
Version 3.9
|
Go to the source code of this file.
Variables | |
$document_id = checkNumeric($_GET["document_id"]) | |
if(! $document_id) | $document = new Document($document_id) |
$library = $document->DocumentLibrary() | |
$document | filter = new InclusionFilter("document_id", "title", "notes", "keywords", "file", "author") |
$form = new AutoForm($document, "POST", "/action/fileshare/edit?document_id=$document_id", "DocumentDetails_form") | |
$notes = $form->getRenderer("notes") | |
$notes | colspan = 1 |
$notes | columns = 38 |
if(! $document->fileshareAllowEdit()) | if ( $method=="POST") |
if (! $document_id) $document = new Document($document_id) |
$document_id = checkNumeric($_GET["document_id"]) |
$form = new AutoForm($document, "POST", "/action/fileshare/edit?document_id=$document_id", "DocumentDetails_form") |
$library = $document->DocumentLibrary() |