From e735972c7063c30f267c4a46162121b723b6b219 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Mon, 19 Jun 2023 08:55:57 +0200 Subject: [PATCH] move comment at right position --- views/bootstrap/class.ReviewDocument.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/bootstrap/class.ReviewDocument.php b/views/bootstrap/class.ReviewDocument.php index 29d283ba4..34e1adf67 100644 --- a/views/bootstrap/class.ReviewDocument.php +++ b/views/bootstrap/class.ReviewDocument.php @@ -144,7 +144,6 @@ $(document).ready(function() { $this->pageNavigation($this->getFolderPathHTML($folder, true, $document), "view_document", $document); $this->contentHeading(getMLText("submit_review")); - // Display the Review form. if($reviewStatus["status"]!=0) { print ""; @@ -160,6 +159,7 @@ $(document).ready(function() { print ""; print "
".$reviewStatus["date"]." - ". htmlspecialchars($indUser->getFullname()) ."

\n"; } + // Display the Review form. $this->showForm($reviewStatus); $this->contentEnd(); $this->htmlEndPage();