From 8f3f1d5f68017ea9fe6de1587392ff70d4e484b7 Mon Sep 17 00:00:00 2001 From: michael Date: Mon, 4 Aug 2003 15:09:06 +0000 Subject: [PATCH] added candystriping --- presentation/lookAndFeel/knowledgeTree/administration/doccheckoutmanagement/listDocumentsBL.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/presentation/lookAndFeel/knowledgeTree/administration/doccheckoutmanagement/listDocumentsBL.php b/presentation/lookAndFeel/knowledgeTree/administration/doccheckoutmanagement/listDocumentsBL.php index e23098c..6057dea 100644 --- a/presentation/lookAndFeel/knowledgeTree/administration/doccheckoutmanagement/listDocumentsBL.php +++ b/presentation/lookAndFeel/knowledgeTree/administration/doccheckoutmanagement/listDocumentsBL.php @@ -24,8 +24,8 @@ if (checkSession()) { if (count($aDocuments) > 0) { for ($i=0; $i" . $aDocuments[$i]->getDisplayPath() . ""; - $sToRender .= "" . generateControllerLink("editDocCheckout", "fDocumentID=" . $aDocuments[$i]->getID(), "Check In") . ""; + $sToRender .= "" . $aDocuments[$i]->getDisplayPath() . ""; + $sToRender .= "" . generateControllerLink("editDocCheckout", "fDocumentID=" . $aDocuments[$i]->getID(), "Check In") . ""; } } } else { -- libgit2 0.21.4