Commit 2b80144d885f16a5b3f8c74f76e7e8fedf4e8ce5

Authored by rob
1 parent 070b6ffd

Fixed alignment error


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1342 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc
... ... @@ -210,6 +210,7 @@ function getEditPage($oDocument) {
210 210  
211 211 function getViewPage($oDocument) {
212 212 global $default;
  213 + $iDocumentID = $oDocument->getID();
213 214 $sToRender = renderDocumentPath($oDocument) . "\n<br>\n";
214 215 $sToRender .= "<table border = 0>\n";
215 216 $sToRender .= "<tr>\n";
... ...