Commit 635d6ca700a2da3ed4d00f94dcf97ddf7f7350b7
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
Showing
1 changed file
with
4 additions
and
0 deletions
presentation/lookAndFeel/knowledgeTree/dashboardUI.inc
| ... | ... | @@ -45,8 +45,12 @@ class tmpDocument { |
| 45 | 45 | } |
| 46 | 46 | |
| 47 | 47 | function getTitleLink() { |
| 48 | + /* | |
| 48 | 49 | return "<a href=\"control.php?action=viewDocument&fDocumentID=" . $this->id . "\">" . |
| 49 | 50 | $this->title . "</a>"; |
| 51 | + */ | |
| 52 | + return "<u>$this->title</u>"; | |
| 53 | + | |
| 50 | 54 | } |
| 51 | 55 | |
| 52 | 56 | function getStatus() { | ... | ... |