Commit 635d6ca700a2da3ed4d00f94dcf97ddf7f7350b7

Authored by Michael Joseph
1 parent f5501301

de-activated dummy dashboard links


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@633 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/dashboardUI.inc
@@ -45,8 +45,12 @@ class tmpDocument { @@ -45,8 +45,12 @@ class tmpDocument {
45 } 45 }
46 46
47 function getTitleLink() { 47 function getTitleLink() {
  48 + /*
48 return "<a href=\"control.php?action=viewDocument&fDocumentID=" . $this->id . "\">" . 49 return "<a href=\"control.php?action=viewDocument&fDocumentID=" . $this->id . "\">" .
49 $this->title . "</a>"; 50 $this->title . "</a>";
  51 + */
  52 + return "<u>$this->title</u>";
  53 +
50 } 54 }
51 55
52 function getStatus() { 56 function getStatus() {