Commit a4bdda2460031a8b5159e020ec17c8efab1fe1ad
1 parent
3e9b77ce
stretched current folder path
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1350 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
presentation/lookAndFeel/knowledgeTree/documentmanagement/addDocumentUI.inc
| ... | ... | @@ -49,7 +49,7 @@ function getBrowsePage($fFolderID) { |
| 49 | 49 | function getBrowseAddPage($fFolderID) { |
| 50 | 50 | global $default; |
| 51 | 51 | |
| 52 | - $sToRender = "<table border=\"0\">\n"; | |
| 52 | + $sToRender = "<table border=\"0\" width=\"600\">\n"; | |
| 53 | 53 | $sToRender .= "<tr>\n"; |
| 54 | 54 | $sToRender .= "\t<td>" . renderFolderPath($fFolderID, "/control.php?action=addDocument") . "</td>\n"; |
| 55 | 55 | $sToRender .= "</tr>\n"; | ... | ... |