Commit fe747a3e500a2b8c54f9eb5a57bd7fc7c6f89f25
1 parent
2bab1a38
emphasised old version links
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1975 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
presentation/lookAndFeel/knowledgeTree/documentmanagement/viewHistoryUI.inc
| ... | ... | @@ -56,7 +56,7 @@ function getDocumentHistory($iDocumentID) { |
| 56 | 56 | if ($default->phpSniff->property("browser") == "ie") { |
| 57 | 57 | $sVersion = "<a href=\"http://" . $default->serverName . "$default->rootUrl/control.php?action=viewDocument&fDocumentID=$iDocumentID&fForDownload=1&fVersion=" . $sql->f("version") . "\">" . $sql->f("version") . "</a>"; |
| 58 | 58 | } else { |
| 59 | - $sVersion = generateControllerLink("viewDocument", "fDocumentID=$iDocumentID&fForDownload=1&fVersion=" . $sql->f("version"), $sql->f("version")); | |
| 59 | + $sVersion = generateControllerLink("viewDocument", "fDocumentID=$iDocumentID&fForDownload=1&fVersion=" . $sql->f("version"), "<strong>" . $sql->f("version") . "</strong>"); | |
| 60 | 60 | } |
| 61 | 61 | } else { |
| 62 | 62 | $sVersion = $sql->f("version"); | ... | ... |