move comment at right position

This commit is contained in:
Uwe Steinmann 2023-06-19 08:55:57 +02:00
parent 75d74cad69
commit e735972c70

View File

@ -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 "<table class=\"table table-condensed table-sm\"><thead><tr>";
@ -160,6 +159,7 @@ $(document).ready(function() {
print "<td>".$reviewStatus["date"]." - ". htmlspecialchars($indUser->getFullname()) ."</td>";
print "</tr></tbody></table><br>\n";
}
// Display the Review form.
$this->showForm($reviewStatus);
$this->contentEnd();
$this->htmlEndPage();