Commit d61e2d308a9dd38cc9b385a4faf6a8c681486dd6

Authored by michael
1 parent b60571df

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 }
... ...