Commit 5455573ca1d01880bac81f018e70d701dd904e05
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
Showing
1 changed file
with
1 additions
and
1 deletions
presentation/lookAndFeel/knowledgeTree/dashboardUI.inc
| ... | ... | @@ -96,7 +96,7 @@ function renderPendingCollaborationDocuments($aPendingDocumentList) { |
| 96 | 96 | $oDocument = $aPendingDocumentList[$i]; |
| 97 | 97 | if ($oDocument) { |
| 98 | 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\"/> " . $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\"/> " . $oDocument->getDisplayPath()) . "</td>\n"; | |
| 100 | 100 | $sToRender .= "\t\t\t</tr>\n"; |
| 101 | 101 | } |
| 102 | 102 | } | ... | ... |