Commit 8c835a471c2463d779cade158d74073f654cbb2d
1 parent
d990c749
updated for mozilla compatibility
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2050 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
presentation/Html.inc
| @@ -17,7 +17,7 @@ function renderHeading($sHeading, $sSectionName = "") { | @@ -17,7 +17,7 @@ function renderHeading($sHeading, $sSectionName = "") { | ||
| 17 | $sSectionName = $default->siteMap->getSectionName(substr($_SERVER["PHP_SELF"], strlen($default->rootUrl), strlen($_SERVER["PHP_SELF"]))); | 17 | $sSectionName = $default->siteMap->getSectionName(substr($_SERVER["PHP_SELF"], strlen($default->rootUrl), strlen($_SERVER["PHP_SELF"]))); |
| 18 | } | 18 | } |
| 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=\"610\">\n"; |
| 21 | $sToRender .= "<tr align=\"left\"><th class=\"sectionHeading\" bgcolor=\"$sColor\"><font color=\"ffffff\">$sHeading</font></th></tr>\n"; | 21 | $sToRender .= "<tr align=\"left\"><th class=\"sectionHeading\" bgcolor=\"$sColor\"><font color=\"ffffff\">$sHeading</font></th></tr>\n"; |
| 22 | $sToRender .= "</table>\n"; | 22 | $sToRender .= "</table>\n"; |
| 23 | return $sToRender; | 23 | return $sToRender; |