Commit 5455573ca1d01880bac81f018e70d701dd904e05

Authored by Michael Joseph
1 parent 2a3ce00e

(#2997) clicking dashboard link goes to the relevant document details section now


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2724 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/dashboardUI.inc
@@ -96,7 +96,7 @@ function renderPendingCollaborationDocuments($aPendingDocumentList) { @@ -96,7 +96,7 @@ function renderPendingCollaborationDocuments($aPendingDocumentList) {
96 $oDocument = $aPendingDocumentList[$i]; 96 $oDocument = $aPendingDocumentList[$i];
97 if ($oDocument) { 97 if ($oDocument) {
98 $sToRender .= "\t\t\t<tr>\n"; 98 $sToRender .= "\t\t\t<tr>\n";
99 - $sToRender .= "\t\t\t\t<td colspan=\"2\">" . generateControllerLink("viewDocument", "fDocumentID=" . $oDocument->getID(), "<img src=\"$default->graphicsUrl/widgets/dstatus.gif\" border=\"0\"/>&nbsp;" . $oDocument->getDisplayPath()) . "</td>\n"; 99 + $sToRender .= "\t\t\t\t<td colspan=\"2\">" . generateControllerLink("viewDocument", "fDocumentID=" . $oDocument->getID() . "&fShowSection=documentRouting", "<img src=\"$default->graphicsUrl/widgets/dstatus.gif\" border=\"0\"/>&nbsp;" . $oDocument->getDisplayPath()) . "</td>\n";
100 $sToRender .= "\t\t\t</tr>\n"; 100 $sToRender .= "\t\t\t</tr>\n";
101 } 101 }
102 } 102 }