Commit 73eb00f5f3329630ec39a57f0a5da43941e4af17

Authored by Michael Joseph
1 parent bb540661

changed renderDocumentPath to link back to browseBL.php


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@612 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc
@@ -14,8 +14,7 @@ @@ -14,8 +14,7 @@
14 */ 14 */
15 15
16 function renderDocumentPath($oDocument) { 16 function renderDocumentPath($oDocument) {
17 - //$sDocumentPath = Folder::getFolderDisplayPath($oDocument->getFolderID()) . " > " . $oDocument->getName();  
18 - $sDocumentPath = displayFolderPathLink(Folder::getFolderPathAsArray($oDocument->getFolderID())) . " > " . $oDocument->getName(); 17 + $sDocumentPath = displayFolderPathLink(Folder::getFolderPathAsArray($oDocument->getFolderID()), "$default->owl_root_url/control.php?action=browse") . " > " . $oDocument->getName();
19 return "<table border=1 width = 100%><tr><td>$sDocumentPath</td></tr></table>\n"; 18 return "<table border=1 width = 100%><tr><td>$sDocumentPath</td></tr></table>\n";
20 } 19 }
21 20