diff --git a/views/bootstrap/class.ViewDocument.php b/views/bootstrap/class.ViewDocument.php index 49448d88a..31b1e8614 100644 --- a/views/bootstrap/class.ViewDocument.php +++ b/views/bootstrap/class.ViewDocument.php @@ -213,6 +213,14 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style { getDate()); ?> expires()) { +?> + + : + getExpires()); ?> + +getKeywords()) { ?> @@ -463,7 +471,7 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style { $reqName = getMLText("unknown_user")." '".$r["required"]."'"; } else { - $reqName = htmlspecialchars($required->getFullName()); + $reqName = htmlspecialchars($required->getFullName()." (".$required->getLogin().")"); } if($r["required"] == $user->getId()) $is_reviewer = true; @@ -485,7 +493,7 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style { print ""; + print "
  • ".(is_object($updateUser) ? htmlspecialchars($updateUser->getFullName()." (".$updateUser->getLogin().")") : "unknown user id '".$r["userID"]."'")."
  • "; print "".htmlspecialchars($r["comment"])."\n"; print "".getReviewStatusText($r["status"])."\n"; print ""; print "".htmlspecialchars($a["comment"])."\n"; print "".getApprovalStatusText($a["status"])."\n"; print "