Commit 4c811a0dcac009ea15fa65380f64fa16eed1048f

Authored by michael
1 parent 3b23d806

stretched folder path


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1398 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/foldermanagement/folderUI.inc
... ... @@ -66,7 +66,7 @@ function renderFolderPath($iFolderID, $sLinkURL) {
66 66 $sSectionName = $default->siteMap->getSectionName(substr($_SERVER["PHP_SELF"], strlen($default->rootUrl), strlen($_SERVER["PHP_SELF"])));
67 67 $sTDBGColour = $default->siteMap->getSectionColour($sSectionName, "td");
68 68 $sFolderPath = displayFolderPathLink(Folder::getFolderPathAsArray($iFolderID), Folder::getFolderPathNamesAsArray($iFolderID), $sLinkURL);
69   - return "<table border=0 cellpadding=\"5\" width = 100%><tr><td bgcolor=\"$sTDBGColour\">$sFolderPath</td></tr></table>\n";
  69 + return "<table border=\"0\" cellpadding=\"5\" width=\"600\"><tr><td bgcolor=\"$sTDBGColour\">$sFolderPath</td></tr></table>\n";
70 70 }
71 71  
72 72 /**
... ...