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 "- ".$r["date"]."
";
/* $updateUser is the user who has done the review */
$updateUser = $dms->getUser($r["userID"]);
- print "- ".(is_object($updateUser) ? htmlspecialchars($updateUser->getFullName()) : "unknown user id '".$r["userID"]."'")."
| ";
+ 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 "";
@@ -527,7 +535,7 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style {
$reqName = getMLText("unknown_user")." '".$a["required"]."'";
}
else {
- $reqName = htmlspecialchars($required->getFullName());
+ $reqName = htmlspecialchars($required->getFullName()." (".$required->getLogin().")");
}
if($a["required"] == $user->getId())
$is_approver = true;
@@ -549,7 +557,7 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style {
print "- ".$a["date"]."
";
/* $updateUser is the user who has done the approval */
$updateUser = $dms->getUser($a["userID"]);
- print "- ".(is_object($updateUser) ? htmlspecialchars($updateUser->getFullName()) : "unknown user id '".$a["userID"]."'")."
| ";
+ print "- ".(is_object($updateUser) ? htmlspecialchars($updateUser->getFullName()." (".$updateUser->getLogin().")") : "unknown user id '".$a["userID"]."'")."
| ";
print "".htmlspecialchars($a["comment"])." | \n";
print "".getApprovalStatusText($a["status"])." | \n";
print " |