diff --git a/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewBL.php b/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewBL.php index 5807edb..0c40509 100644 --- a/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewBL.php +++ b/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewBL.php @@ -70,7 +70,6 @@ if (checkSession()) { $sStatusMessage = "You cannot edit a document collaboration step that is completed or currently underway"; $oPatternCustom->setHtml(getStatusPage($oDocument, $sStatusMessage)); $main->setDHTMLScrolling(false); - $main->setFormAction("$default->rootUrl/control.php?action=modifyDocument&fDocumentID=" . $oDocument->getID()); } else if (isset($fBeginCollaboration) && Permission::userHasDocumentWritePermission($fDocumentID)) { //begin the collaboration process //first ensure that all steps in the collaboration process are assigned diff --git a/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc b/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc index 2bad02e..8aed8e7 100644 --- a/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc +++ b/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc @@ -49,7 +49,7 @@ function renderDocumentData($oDocument, $bEditable, $sStatusMessage = "") { $sToRender .= "\t
| $sStatusMessage |
| $sStatusMessage |
| " . $oPatternListFromQuery->render() . " | \n"; @@ -460,7 +460,7 @@ function getStatusPage($oDocument, $sStatusMessage) { $sToRender = "