Commit 00e29d460e900c20ba7dc0ad47fa4fd263c4b6ad

Authored by Michael Joseph
1 parent 3e735f68

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,7 +66,7 @@ function renderFolderPath($iFolderID, $sLinkURL) {
66 $sSectionName = $default->siteMap->getSectionName(substr($_SERVER["PHP_SELF"], strlen($default->rootUrl), strlen($_SERVER["PHP_SELF"]))); 66 $sSectionName = $default->siteMap->getSectionName(substr($_SERVER["PHP_SELF"], strlen($default->rootUrl), strlen($_SERVER["PHP_SELF"])));
67 $sTDBGColour = $default->siteMap->getSectionColour($sSectionName, "td"); 67 $sTDBGColour = $default->siteMap->getSectionColour($sSectionName, "td");
68 $sFolderPath = displayFolderPathLink(Folder::getFolderPathAsArray($iFolderID), Folder::getFolderPathNamesAsArray($iFolderID), $sLinkURL); 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 /**