Commit 5218f039f31a4fa826d7637198364c5ccc5e2628

Authored by Michael Joseph
1 parent 0a13d567

changed links to use getControllerLink function and incorporated showing a parti…

…cular section on the document details page


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2206 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/documentmanagement/collaborationUI.inc
... ... @@ -70,7 +70,7 @@ function getDocumentRoutingPage($iGroupID, $iUserID, $iRoleID, $iSequenceNumber,
70 70 "<td colspan=\"2\">&nbsp</td>\n" .
71 71 "</tr>\n" .
72 72 "<tr>\n" .
73   - "<td><b><input type=\"image\" src=\"$default->graphicsUrl/widgets/update.gif\" /></b></td><td><a href=\"$default->rootUrl/control.php?action=viewDocument&fDocumentID=$fDocumentID \"><img src=\"$default->graphicsUrl/widgets/cancel.gif\" border=\"0\"></a></td>\n" .
  73 + "<td><b><input type=\"image\" src=\"$default->graphicsUrl/widgets/update.gif\" /></b></td><td>" . generateControllerLink("viewDocument", "fDocumentID=$fDocumentID&fShowSection=documentRouting", "<img src=\"$default->graphicsUrl/widgets/cancel.gif\" border=\"0\"/>") . "</td>\n" .
74 74 "</tr>\n" .
75 75 "</table>\n";
76 76 }
... ...