diff options
| author | alex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-06-27 14:16:20 +0000 |
|---|---|---|
| committer | alex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-06-27 14:16:20 +0000 |
| commit | 3c73a3e1d437bb992fe664e8a87341806600f70b (patch) | |
| tree | f82e04f8f0164a75aa91f5180221fc1ee4089664 /frontends/php/include | |
| parent | 715d45c30750b2f32d186f0f5fa879212e1736cf (diff) | |
- removed text "Current node [N]" from node selector (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@4372 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include')
| -rw-r--r-- | frontends/php/include/locales/en_gb.inc.php | 2 | ||||
| -rw-r--r-- | frontends/php/include/locales/sp_sp.inc.php | 2 | ||||
| -rw-r--r-- | frontends/php/include/page_header.php | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/frontends/php/include/locales/en_gb.inc.php b/frontends/php/include/locales/en_gb.inc.php index 05b7141a..03c7702a 100644 --- a/frontends/php/include/locales/en_gb.inc.php +++ b/frontends/php/include/locales/en_gb.inc.php @@ -865,7 +865,7 @@ 'S_MENU_HOSTS'=> 'HOSTS', 'S_MENU_ITEMS'=> 'ITEMS', 'S_MENU_AUDIT'=> 'AUDIT', - 'S_SWITCH'=> 'Switch', + 'S_SWITCH_NODE'=> 'Switch node', // overview.php 'S_SELECT_GROUP_DOT_DOT_DOT'=> 'Select group ...', diff --git a/frontends/php/include/locales/sp_sp.inc.php b/frontends/php/include/locales/sp_sp.inc.php index 74fae66d..37adb610 100644 --- a/frontends/php/include/locales/sp_sp.inc.php +++ b/frontends/php/include/locales/sp_sp.inc.php @@ -825,7 +825,7 @@ 'S_MENU_HOSTS'=> 'EQUIPOS', 'S_MENU_ITEMS'=> 'ELEMENTO', 'S_MENU_AUDIT'=> 'AUDITORĶA', - 'S_SWITCH'=> 'Switch', + 'S_SWITCH_NODE'=> 'Switch node', // overview.php 'S_SELECT_GROUP_DOT_DOT_DOT'=> 'Seleccionar grupo ...', diff --git a/frontends/php/include/page_header.php b/frontends/php/include/page_header.php index b2eb1d10..f4be9c70 100644 --- a/frontends/php/include/page_header.php +++ b/frontends/php/include/page_header.php @@ -418,10 +418,10 @@ COpt::compare_files_with_menu($ZBX_MENU); if($lst_nodes->ItemsCount()) { $node_form = new CForm(); - $node_form->AddItem(S_CURRENT_NODE.' ['.$ZBX_CURNODEID.'] '); +/* $node_form->AddItem(S_CURRENT_NODE.' ['.$ZBX_CURNODEID.'] ');*/ $node_form->AddItem($lst_nodes); unset($lst_nodes); - $node_form->AddItem(new CButton('submit',S_SWITCH)); + $node_form->AddItem(new CButton('submit',S_SWITCH_NODE)); } } |
