diff --git a/views/bootstrap/class.ViewDocument.php b/views/bootstrap/class.ViewDocument.php
index 83218f966..b1821e7ce 100644
--- a/views/bootstrap/class.ViewDocument.php
+++ b/views/bootstrap/class.ViewDocument.php
@@ -1106,7 +1106,7 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style {
print "\n\n";
print " | \n";
print "".getMLText("file")." | \n";
- print "".getMLText("comment")." | \n";
+// print "".getMLText("comment")." | \n";
print "".getMLText("status")." | \n";
print " | \n";
print "
\n\n
\n";
@@ -1148,6 +1148,8 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style {
print "".getMLText("uploaded_by")." getEmail()."\">".htmlspecialchars($updatingUser->getFullName())."";
print "".getLongReadableDate($version->getDate())."";
print "\n";
+ if($version->getComment())
+ print "".htmlspecialchars($version->getComment())."
";
print "\n";
$attributes = $version->getAttributes();
if($attributes) {
@@ -1162,7 +1164,7 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style {
}
}
print "
\n";
- print "".htmlspecialchars($version->getComment())." | ";
+// print "".htmlspecialchars($version->getComment())." | ";
print "".getOverallStatusText($vstat["status"])." | ";
print "";
print " |