diff options
| author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2004-05-25 07:40:51 +0000 |
|---|---|---|
| committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2004-05-25 07:40:51 +0000 |
| commit | 231faf1162a0aac6feb4e30b18da7bd14bb8de11 (patch) | |
| tree | 5c9266d54cb8b65d5014629871ff730547268bdb /frontends/php/screens.php | |
| parent | d3efc4c51bb20d6122b9b45964017a9d1eae7c3a (diff) | |
| download | zabbix-231faf1162a0aac6feb4e30b18da7bd14bb8de11.tar.gz zabbix-231faf1162a0aac6feb4e30b18da7bd14bb8de11.tar.xz zabbix-231faf1162a0aac6feb4e30b18da7bd14bb8de11.zip | |
- added support for real delta. item.delta=2. (Alexei)
- new selection for triggers.php (Alexei)
- new selection for items.php (Alexei)
- removed helpdesk.php (Alexei)
- fixed check of permissions for screenedit.php (Alexei)
- new selection for graphs in charts.php (Alexei)
- new selection of maps in maps.php (Alexei)
- new selection of group and host for latest.php (Alexei)
- added support for macro {IPADDRESS} (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@1348 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/screens.php')
| -rw-r--r-- | frontends/php/screens.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/frontends/php/screens.php b/frontends/php/screens.php index a4c2a82a..836e4f42 100644 --- a/frontends/php/screens.php +++ b/frontends/php/screens.php @@ -42,7 +42,7 @@ if(!isset($HTTP_GET_VARS["fullscreen"])) { show_table_header_begin(); - echo "SCREENS"; + echo S_SCREENS_BIG; show_table_v_delimiter(); @@ -68,7 +68,7 @@ } if(DBnum_rows($result) == 0) { - echo "No screens to display"; + echo S_NO_SCREENS_TO_DISPLAY; } echo "</font>"; @@ -141,7 +141,7 @@ } else { - show_table_header("Select screen to display"); + show_table_header(S_SELECT_SCREEN_TO_DISPLAY); echo "<TABLE BORDER=0 align=center COLS=4 WIDTH=100% BGCOLOR=\"#CCCCCC\" cellspacing=1 cellpadding=3>"; echo "<TR BGCOLOR=#DDDDDD>"; echo "<TD ALIGN=CENTER>"; |
