From 231faf1162a0aac6feb4e30b18da7bd14bb8de11 Mon Sep 17 00:00:00 2001 From: hugetoad Date: Tue, 25 May 2004 07:40:51 +0000 Subject: - 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 --- frontends/php/tr_comments.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'frontends/php/tr_comments.php') diff --git a/frontends/php/tr_comments.php b/frontends/php/tr_comments.php index 2c1a1439..fde6d328 100644 --- a/frontends/php/tr_comments.php +++ b/frontends/php/tr_comments.php @@ -19,7 +19,7 @@ **/ ?> No permissions !"); + show_table_header("".S_NO_PERMISSIONS.""); show_footer(); exit; } ?> "; ?> @@ -43,7 +43,7 @@ if(isset($HTTP_GET_VARS["register"]) && ($HTTP_GET_VARS["register"]=="update")) { $result=update_trigger_comments($HTTP_GET_VARS["triggerid"],$HTTP_GET_VARS["comments"]); - show_messages($result,"Trigger comment updated","Cannot update trigger comment"); + show_messages($result, S_COMMENT_UPDATED, S_CANNO_UPDATE_COMMENT); } ?> @@ -54,12 +54,12 @@ "; echo ""; - echo "Comments"; + echo S_COMMENTS; show_table2_h_delimiter(); echo ""; -- cgit