From 6f01096d1141ee1fd38486641cfad12865f41e8c Mon Sep 17 00:00:00 2001 From: Michael Joseph Date: Wed, 30 Jul 2003 08:56:57 +0000 Subject: [PATCH] (#2677) added missing checkin/out button --- presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc b/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc index 5cd348c..5ec3085 100644 --- a/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc +++ b/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc @@ -347,7 +347,6 @@ function renderNonEditableLinkedDocuments($oDocument) { function displayButton($sAction, $sQueryString, $sImageName, $sDisabledText = "") { global $default; - // the active is active if there is no disabled text $bActive = !strlen($sDisabledText) > 0; $sImage = "graphicsUrl/widgets/docactions/"; @@ -497,6 +496,7 @@ function displayPublishButton($oDocument, $bEdit) { function displayActionButtons($oDocument, $bEdit) { $sToRender .= displayViewButton($oDocument, $bEdit); $sToRender .= displayEmailButton($oDocument); + $sToRender .= displayCheckInOutButton($oDocument, $bEdit); $sToRender .= displayDeleteButton($oDocument, $bEdit); $sToRender .= displayHistoryButton($oDocument); $sToRender .= displayMoveButton($oDocument, $bEdit); -- libgit2 0.21.4