mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-12 20:51:30 +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->pageNavigation($this->getFolderPathHTML($folder, true, $document), "view_document", $document);
|
||||||
$this->contentHeading(getMLText("submit_review"));
|
$this->contentHeading(getMLText("submit_review"));
|
||||||
|
|
||||||
// Display the Review form.
|
|
||||||
if($reviewStatus["status"]!=0) {
|
if($reviewStatus["status"]!=0) {
|
||||||
|
|
||||||
print "<table class=\"table table-condensed table-sm\"><thead><tr>";
|
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 "<td>".$reviewStatus["date"]." - ". htmlspecialchars($indUser->getFullname()) ."</td>";
|
||||||
print "</tr></tbody></table><br>\n";
|
print "</tr></tbody></table><br>\n";
|
||||||
}
|
}
|
||||||
|
// Display the Review form.
|
||||||
$this->showForm($reviewStatus);
|
$this->showForm($reviewStatus);
|
||||||
$this->contentEnd();
|
$this->contentEnd();
|
||||||
$this->htmlEndPage();
|
$this->htmlEndPage();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user