From 82f34a26150462f91c07f23f245d3c035585864b Mon Sep 17 00:00:00 2001 From: Michael Joseph Date: Thu, 27 Feb 2003 15:42:42 +0000 Subject: [PATCH] updated default document error page- back button --- presentation/lookAndFeel/knowledgeTree/documentmanagement/documentUI.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/presentation/lookAndFeel/knowledgeTree/documentmanagement/documentUI.inc b/presentation/lookAndFeel/knowledgeTree/documentmanagement/documentUI.inc index 81ef20c..2b93f8e 100644 --- a/presentation/lookAndFeel/knowledgeTree/documentmanagement/documentUI.inc +++ b/presentation/lookAndFeel/knowledgeTree/documentmanagement/documentUI.inc @@ -107,7 +107,8 @@ function renderCheckOutPage($oDocument) { } function renderErrorPage($sErrorMessage) { + global $default; return "

$sErrorMessage

\n" . - "rootUrl/control.php?action=addOrg\">graphicsUrl/widgets/back.gif\" border = \"0\" />\n"; + "graphicsUrl/widgets/back.gif\" border=\"0\"/>\n"; } ?> -- libgit2 0.21.4