Commit 79f886d2eda01349918f6de3e02d3476cfaa4899

Authored by rob
1 parent 40cd56b7

Changed inline viewing to launch new window


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1266 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc
... ... @@ -15,7 +15,7 @@
15 15  
16 16 function renderDocumentPath($oDocument) {
17 17 global $default;
18   - $sDocumentPath = displayFolderPathLink(Folder::getFolderPathAsArray($oDocument->getFolderID()), Folder::getFolderPathNamesAsArray($oDocument->getFolderID()), "$default->rootUrl/control.php?action=browse") . " > <a href=\"$default->rootUrl/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewBL.php?fDocumentID=" . $oDocument->getID() . "&fForInlineView=1\">" . $oDocument->getName() . "</a>";
  18 + $sDocumentPath = displayFolderPathLink(Folder::getFolderPathAsArray($oDocument->getFolderID()), Folder::getFolderPathNamesAsArray($oDocument->getFolderID()), "$default->rootUrl/control.php?action=browse") . " > <a href=\"$default->rootUrl/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewBL.php?fDocumentID=" . $oDocument->getID() . "&fForInlineView=1\" target=\"View document\">" . $oDocument->getName() . "</a>";
19 19 return "<table border=1 width = 100%><tr><td>$sDocumentPath</td></tr></table>\n";
20 20 }
21 21  
... ...