From 442ad8c58eda0eed9ddf40da5787e9ae272212fe Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Tue, 30 Dec 2025 13:34:38 +0100 Subject: [PATCH] show preview of document --- views/bootstrap/class.EditDocument.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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(); } /* }}} */ } -?>