From 7cdaccdb70ba7bfe782597cd72c4b9a59521af92 Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 5 Sep 2003 10:40:08 +0000 Subject: [PATCH] cancel button redirects to the right linked documents section --- presentation/lookAndFeel/knowledgeTree/documentmanagement/createDependantDocumentUI.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presentation/lookAndFeel/knowledgeTree/documentmanagement/createDependantDocumentUI.inc b/presentation/lookAndFeel/knowledgeTree/documentmanagement/createDependantDocumentUI.inc index 1cb8ee6..f5bfc7d 100644 --- a/presentation/lookAndFeel/knowledgeTree/documentmanagement/createDependantDocumentUI.inc +++ b/presentation/lookAndFeel/knowledgeTree/documentmanagement/createDependantDocumentUI.inc @@ -61,7 +61,7 @@ function getPage($iFolderID, $iDocumentID, $iUnitID, $iUserID, $sDocumentTitle, } $sToRender .= "\n"; $sToRender .= "\n"; - $sToRender .= "
graphicsUrl/widgets/done.gif\" onClick='return validateForm(document.MainForm);' border=\"0\"/>rootUrl . "/control.php?action=viewDocument&fDocumentID=$iDocumentID\">graphicsUrl/widgets/cancel.gif\" border=\"0\"/>
\n"; + $sToRender .= "
graphicsUrl/widgets/done.gif\" onClick='return validateForm(document.MainForm);' border=\"0\"/>rootUrl . "/control.php?action=viewDocument&fDocumentID=$iDocumentID&fShowSection=linkedDocuments\">graphicsUrl/widgets/cancel.gif\" border=\"0\"/>
\n"; $sToRender .= "\n"; $sToRender .= "\n"; $sToRender .= "\n"; -- libgit2 0.21.4