From 1911c670de385a295b404edcf8a3764d64c25614 Mon Sep 17 00:00:00 2001 From: osmiy Date: Mon, 30 Jan 2006 11:21:15 +0000 Subject: - Frontend improvements (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@2572 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/config.inc.php | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'frontends/php/include/config.inc.php') diff --git a/frontends/php/include/config.inc.php b/frontends/php/include/config.inc.php index a86df47f..5c5d5e71 100644 --- a/frontends/php/include/config.inc.php +++ b/frontends/php/include/config.inc.php @@ -1012,9 +1012,9 @@ function SDI($msg) { echo "DEBUG INFO: $msg ".BR; } # DEBUG INFO!!! - - - + + + - SetCellSpacing(0); @@ -2840,6 +2841,11 @@ function SDI($msg) { echo "DEBUG INFO: $msg ".BR; } # DEBUG INFO!!! window.location = url; return false; } + function PopUp(url,name,param) + { + window.open(url,name,param); + return false; + } "; } -- cgit