diff --git a/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc b/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc
index 5b4e5c6..4728638 100644
--- a/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc
+++ b/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc
@@ -167,6 +167,7 @@ function getEditPage($oDocument) {
$sToRender .= "
getID() . "&fForDownload=1\"> graphicsUrl/widgets/download.gif\" border=\"0\" /> | \n";
$sToRender .= "getID()) . "\"> graphicsUrl/widgets/email.gif\" border=\"0\" /> | \n";
$sToRender .= "getID()) . "\"> graphicsUrl/widgets/delete.gif\" border=\"0\" /> | \n";
+ $sToRender .= "getID()) . "\"> graphicsUrl/widgets/history.gif\" border=\"0\" /> | \n";
// display the check in button if the document is checked out
if ($oDocument->getIsCheckedOut()) {
@@ -224,6 +225,7 @@ function getViewPage($oDocument) {
$sToRender .= "\n";
$sToRender .= "getID() . "&fForDownload=1\"> graphicsUrl/widgets/download.gif\" border=\"0\" /> | \n";
$sToRender .= "getID()) . "\"> graphicsUrl/widgets/email.gif\" border=\"0\" /> | \n";
+ $sToRender .= "getID()) . "\"> graphicsUrl/widgets/history.gif\" border=\"0\" /> | \n";
// display the unsubscribe button if the user is subscribed to the document
if (Subscription::exists($_SESSION["userID"], $oDocument->getID(), SubscriptionConstants::subscriptionType("DocumentSubscription"))) {
@@ -283,6 +285,7 @@ function getCheckOutEditPage($oDocument, $bCheckedOut = false) {
$sToRender .= "
\n";
$sToRender .= "getID() . "&fForDownload=1\"> graphicsUrl/widgets/download.gif\" border=\"0\" /> | \n";
$sToRender .= "getID()) . "\"> graphicsUrl/widgets/email.gif\" border=\"0\" /> | \n";
+ $sToRender .= "getID()) . "\"> graphicsUrl/widgets/history.gif\" border=\"0\" /> | \n";
// display the check in button if the document is checked out
if ($oDocument->getIsCheckedOut()) {
@@ -346,6 +349,7 @@ function getCheckInEditPage($oDocument) {
$sToRender .= "
\n";
$sToRender .= "getID() . "&fForDownload=1\"> graphicsUrl/widgets/download.gif\" border=\"0\" /> | \n";
$sToRender .= "getID()) . "\"> graphicsUrl/widgets/email.gif\" border=\"0\" /> | \n";
+ $sToRender .= "getID()) . "\"> graphicsUrl/widgets/history.gif\" border=\"0\" /> | \n";
// display the check in button if the document is checked out
if ($oDocument->getIsCheckedOut()) {