diff --git a/presentation/lookAndFeel/knowledgeTree/documentmanagement/modifyUI.inc b/presentation/lookAndFeel/knowledgeTree/documentmanagement/modifyUI.inc index 4399ce8..5ff20ca 100644 --- a/presentation/lookAndFeel/knowledgeTree/documentmanagement/modifyUI.inc +++ b/presentation/lookAndFeel/knowledgeTree/documentmanagement/modifyUI.inc @@ -80,6 +80,7 @@ function renderEditableTypeSpecificMetaData($oDocument) { } function renderPage($oDocument) { + global $default; $sToRender = "
| \n"; @@ -96,7 +97,12 @@ function renderPage($oDocument) { $sToRender .= " | \n"; $sToRender .= "
| \n"; + $sToRender .= " | owl_root_url/control.php?action=viewDocument&fDocumentID=" . $oDocument->getID() . "\">Cancel | \n"; + $sToRender .= " |