diff --git a/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc b/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc index 5c9cc97..b5a7ba0 100644 --- a/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc +++ b/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc @@ -13,18 +13,6 @@ * @package presentation.lookAndFeel.knowledgeTree.documentManager */ -/*function renderHeading() { - global $default; - $sSectionName = $default->siteMap->getSectionName(substr($_SERVER["PHP_SELF"], strlen($default->rootUrl), strlen($_SERVER["PHP_SELF"]))); - $sColor = $default->siteMap->getSectionColour($sSectionName, "th"); - $sToRender = "
| Document Detail |
|---|
| You currently have an active role in the collaboration process | \n";
- // collaboration cannot be started or approved/rejected unless the document is not checked out
+ // collaboration cannot be started or approved/rejected if the document is checked out
if (!$oDocument->getIsCheckedOut()) {
$sToRender .= "\t\tgetID() . "&fCollaborationStepComplete=1> | \n";
$sToRender .= "\t\trootUrl/control.php?action=collaborationStepReject&fDocumentID=$iDocumentID\"> | \n";