diff --git a/views/bootstrap/class.EditDocument.php b/views/bootstrap/class.EditDocument.php index 5d4746e33..386287f84 100644 --- a/views/bootstrap/class.EditDocument.php +++ b/views/bootstrap/class.EditDocument.php @@ -73,6 +73,8 @@ $(document).ready( function() { $this->contentStart(); $this->pageNavigation($this->getFolderPathHTML($folder, true, $document), "view_document", $document); + $this->rowStart(); + $this->columnStart(6); $this->contentHeading(getMLText("edit_document_props")); if($document->expires()) @@ -228,6 +230,13 @@ $(document).ready( function() { } $this->contentContainerEnd(); $this->formSubmit(" ".getMLText('save')); + $this->columnEnd(); + $this->columnStart(6); +?> +
getID()."\"" : "") ?>>
+columnEnd(); + $this->rowEnd(); ?> htmlEndPage(); } /* }}} */ } -?>