summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/config.inc.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-01-30 11:21:15 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-01-30 11:21:15 +0000
commit1911c670de385a295b404edcf8a3764d64c25614 (patch)
tree3615108eaec5c722e91ae220585626ebd676665b /frontends/php/include/config.inc.php
parent99334a88dbac754adc43e82dbfe1027b28c4d9de (diff)
downloadzabbix-1911c670de385a295b404edcf8a3764d64c25614.tar.gz
zabbix-1911c670de385a295b404edcf8a3764d64c25614.tar.xz
zabbix-1911c670de385a295b404edcf8a3764d64c25614.zip
- Frontend improvements (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@2572 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/config.inc.php')
-rw-r--r--frontends/php/include/config.inc.php14
1 files changed, 10 insertions, 4 deletions
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!!!
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
- <meta http-equiv="Content-Type" content="text/html; charset=<?php echo S_HTML_CHARSET; ?>">
- <meta name="Author" content="Alexei Vladishev">
- <link rel="stylesheet" href="css.css">
+<meta http-equiv="Content-Type" content="text/html; charset=<?php echo S_HTML_CHARSET; ?>">
+<meta name="Author" content="Alexei Vladishev">
+<link rel="stylesheet" href="css.css">
<?php
// if($USER_DETAILS['alias']=='guest')
// {
@@ -1033,7 +1033,6 @@ function SDI($msg) { echo "DEBUG INFO: $msg ".BR; } # DEBUG INFO!!!
?>
</head>
-
<body>
<?php
if($nomenu == 0)
@@ -2431,6 +2430,8 @@ function SDI($msg) { echo "DEBUG INFO: $msg ".BR; } # DEBUG INFO!!!
{
global $USER_DETAILS;
+ show_messages();
+
echo BR;
$table = new CTable(NULL,"page_footer");
$table->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;
+ }
</script>
";
}