Commit ac1f2ab6355a2baf8ad16583a5d9c4d8ae5fe557
1 parent
668fa73c
(#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,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\"/> " . $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 | $sToRender .= "\t\t\t</tr>\n"; | 100 | $sToRender .= "\t\t\t</tr>\n"; |
| 101 | } | 101 | } |
| 102 | } | 102 | } |