mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
move comment at right position
This commit is contained in:
parent
75d74cad69
commit
e735972c70
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue
Block a user