summaryrefslogtreecommitdiffstats
path: root/frontends/php/include
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-03-03 11:04:01 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-03-03 11:04:01 +0000
commit401e47c3a3f0edeb031c6c73a47225bb6e70d7d6 (patch)
tree4b3777051c565276308f3b3379fcef9a277fcc33 /frontends/php/include
parentf7f9b5c3c145c55e67c8996740190bebfcf385ff (diff)
- [DEV-126] moved graphs,maps,screens to dashboard, implemented quick add to favorites (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5432 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include')
-rw-r--r--frontends/php/include/html.inc.php1
-rw-r--r--frontends/php/include/locales/en_gb.inc.php1
2 files changed, 2 insertions, 0 deletions
diff --git a/frontends/php/include/html.inc.php b/frontends/php/include/html.inc.php
index 6946ecd4..825053ad 100644
--- a/frontends/php/include/html.inc.php
+++ b/frontends/php/include/html.inc.php
@@ -125,6 +125,7 @@
$icon = new CDiv(SPACE,($state)?'arrowup':'arrowdown');
$icon->AddAction('onclick',new CScript("javascript: change_hat_state(this,'".$id."');"));
+ $icon->AddOption('title',S_SHOW.'/'.S_HIDE);
$icons_row[] = $icon;
diff --git a/frontends/php/include/locales/en_gb.inc.php b/frontends/php/include/locales/en_gb.inc.php
index 6dfbdb06..1610bb4d 100644
--- a/frontends/php/include/locales/en_gb.inc.php
+++ b/frontends/php/include/locales/en_gb.inc.php
@@ -944,6 +944,7 @@
'S_FAVORITES'=> 'Favorites',
'S_EVERY'=> 'Every',
'S_REFRESHED'=> 'Refreshed',
+ 'S_MENU'=> 'Menu',
// overview.php
'S_SELECT_GROUP_DOT_DOT_DOT'=> 'Select group ...',