diff --git a/views/bootstrap/class.ViewDocument.php b/views/bootstrap/class.ViewDocument.php index eea44db3d..062556b80 100644 --- a/views/bootstrap/class.ViewDocument.php +++ b/views/bootstrap/class.ViewDocument.php @@ -743,17 +743,17 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style {
"; - print "
"; -// $this->contentContainerStart(); - print "".getMLText('reviewers').""; - print "\n"; - /* Just check fo an exting reviewStatus, even workflow mode is set * to traditional_only_approval. There may be old documents which * are still in S_DRAFT_REV. */ if (/*$workflowmode != 'traditional_only_approval' &&*/ is_array($reviewStatus) && count($reviewStatus)>0) { + print "
"; +// $this->contentContainerStart(); + print "".getMLText('reviewers').""; + print "
\n"; + print "\n"; print "\n"; print "\n"; @@ -831,11 +831,11 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style { print "\n"; print "\n"; } - } - print "
".getMLText("name")."".getMLText("last_update").", ".getMLText("comment")."
"; + print ""; // $this->contentContainerEnd(); - print "
"; + print "
"; + } print "
"; // $this->contentContainerStart(); print "".getMLText('approvers')."";