From 73eb00f5f3329630ec39a57f0a5da43941e4af17 Mon Sep 17 00:00:00 2001 From: Michael Joseph Date: Tue, 28 Jan 2003 08:57:41 +0000 Subject: [PATCH] changed renderDocumentPath to link back to browseBL.php --- presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc b/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc index 3d20f9c..399b17e 100644 --- a/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc +++ b/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc @@ -14,8 +14,7 @@ */ function renderDocumentPath($oDocument) { - //$sDocumentPath = Folder::getFolderDisplayPath($oDocument->getFolderID()) . " > " . $oDocument->getName(); - $sDocumentPath = displayFolderPathLink(Folder::getFolderPathAsArray($oDocument->getFolderID())) . " > " . $oDocument->getName(); + $sDocumentPath = displayFolderPathLink(Folder::getFolderPathAsArray($oDocument->getFolderID()), "$default->owl_root_url/control.php?action=browse") . " > " . $oDocument->getName(); return "
$sDocumentPath
\n"; } -- libgit2 0.21.4