From 83eb854d01145ddb03b03d71e93a39b27539650e Mon Sep 17 00:00:00 2001 From: artem Date: Mon, 30 Jun 2008 10:03:23 +0000 Subject: - [DEV-137] minor changes in locales and sorting discovery hosts table (Artem) git-svn-id: svn://svn.zabbix.com/trunk@5807 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/sysmap.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'frontends/php/sysmap.php') diff --git a/frontends/php/sysmap.php b/frontends/php/sysmap.php index d0068968..87a5dc6c 100644 --- a/frontends/php/sysmap.php +++ b/frontends/php/sysmap.php @@ -68,7 +68,7 @@ include_once "include/page_header.php"; check_fields($fields); ?> 1) { - show_table_header("CONNECTORS"); + show_table_header(S_CONNECTORS); echo SBR; insert_map_link_form(); } @@ -173,7 +173,7 @@ include_once "include/page_header.php"; } } else{ - show_table_header("DISPLAYED ELEMENTS", new CButton("form","Add element", + show_table_header(S_DISPLAYED_ELEMENTS, new CButton("form",S_ADD_ELEMENT, "return redirect('".$page["file"]."?form=add_element".url_param("sysmapid")."');")); $table = new CTableInfo(); @@ -207,7 +207,7 @@ include_once "include/page_header.php"; $table->show(); echo SBR; - show_table_header("CONNECTORS", new CButton("form","Create connection", + show_table_header(S_CONNECTORS, new CButton("form",S_CREATE_CONNECTION, "return redirect('".$page["file"]."?form=add_link". url_param("sysmapid")."');")); -- cgit