summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/forms.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/include/forms.inc.php')
-rw-r--r--frontends/php/include/forms.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/forms.inc.php b/frontends/php/include/forms.inc.php
index 3127a1f3..221bd682 100644
--- a/frontends/php/include/forms.inc.php
+++ b/frontends/php/include/forms.inc.php
@@ -4989,7 +4989,7 @@ include_once 'include/discovery.inc.php';
$message = "";
}
$frmResult->AddRow(S_RESULT,new CTextArea("message",$message,100,25,'yes'));
- $frmResult->AddItemToBottomRow(new CButtonCancel(null,'close_window();'));
+ $frmResult->AddItemToBottomRow(new CButton('close',S_CLOSE,'close_window();'));
$frmResult->Show();
}