Commit 43d12268be131aa7fd73d9fd68beb07040fc4b93
1 parent
f741ac3f
changed heading font colour for ns
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1539 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc
| @@ -18,7 +18,7 @@ function renderHeading() { | @@ -18,7 +18,7 @@ function renderHeading() { | ||
| 18 | $sSectionName = $default->siteMap->getSectionName(substr($_SERVER["PHP_SELF"], strlen($default->rootUrl), strlen($_SERVER["PHP_SELF"]))); | 18 | $sSectionName = $default->siteMap->getSectionName(substr($_SERVER["PHP_SELF"], strlen($default->rootUrl), strlen($_SERVER["PHP_SELF"]))); |
| 19 | $sColor = $default->siteMap->getSectionColour($sSectionName, "th"); | 19 | $sColor = $default->siteMap->getSectionColour($sSectionName, "th"); |
| 20 | $sToRender = "<table border=\"0\" width=\"100%\">\n"; | 20 | $sToRender = "<table border=\"0\" width=\"100%\">\n"; |
| 21 | - $sToRender .= "<tr align=\"left\"><th class=\"sectionHeading\" bgcolor=\"$sColor\">Document Detail</th></tr>\n"; | 21 | + $sToRender .= "<tr align=\"left\"><th class=\"sectionHeading\" bgcolor=\"$sColor\"><font color=\"ffffff\">Document Detail</font></th></tr>\n"; |
| 22 | $sToRender .= "<tr/>\n"; | 22 | $sToRender .= "<tr/>\n"; |
| 23 | $sToRender .= "<tr/>\n"; | 23 | $sToRender .= "<tr/>\n"; |
| 24 | $sToRender .= "</table>\n"; | 24 | $sToRender .= "</table>\n"; |