Commit 39900b25a26d97107f03eb7c41e3c2a492998322
1 parent
96bd7d7f
removed commented out code
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2403 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
0 additions
and
12 deletions
presentation/lookAndFeel/knowledgeTree/documentmanagement/webDocumentUI.inc
| @@ -11,18 +11,6 @@ | @@ -11,18 +11,6 @@ | ||
| 11 | * @author Michael Joseph <michael@jamwarehouse.com>, Jam Warehouse (Pty) Ltd, South Africa | 11 | * @author Michael Joseph <michael@jamwarehouse.com>, Jam Warehouse (Pty) Ltd, South Africa |
| 12 | * @package presentation.lookAndFeel.knowledgeTree.documentmanagement | 12 | * @package presentation.lookAndFeel.knowledgeTree.documentmanagement |
| 13 | */ | 13 | */ |
| 14 | - | ||
| 15 | -/*function renderHeading() { | ||
| 16 | - global $default; | ||
| 17 | - $sSectionName = $default->siteMap->getSectionName(substr($_SERVER["PHP_SELF"], strlen($default->rootUrl), strlen($_SERVER["PHP_SELF"]))); | ||
| 18 | - $sColor = $default->siteMap->getSectionColour($sSectionName, "th"); | ||
| 19 | - $sToRender = "<table border=\"0\" width=\"100%\">\n"; | ||
| 20 | - $sToRender .= "<tr align=\"left\"><th class=\"sectionHeading\" bgcolor=\"$sColor\">Web Document</th></tr>\n"; | ||
| 21 | - $sToRender .= "<tr/>\n"; | ||
| 22 | - $sToRender .= "<tr/>\n"; | ||
| 23 | - $sToRender .= "</table>\n"; | ||
| 24 | - return $sToRender; | ||
| 25 | -}*/ | ||
| 26 | 14 | ||
| 27 | /** | 15 | /** |
| 28 | * Prompts the user for a checkout comment | 16 | * Prompts the user for a checkout comment |