summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/classes
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-10-05 16:59:02 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-10-05 16:59:02 +0000
commit062537835fa9c5abc662e56420dff80edb13d91d (patch)
tree6e94e638f766a8b2b409335aee6e2ae6736c4b03 /frontends/php/include/classes
parenta3ee144e22596c3aea1fab644ed4c93e4466608a (diff)
downloadzabbix-062537835fa9c5abc662e56420dff80edb13d91d.tar.gz
zabbix-062537835fa9c5abc662e56420dff80edb13d91d.tar.xz
zabbix-062537835fa9c5abc662e56420dff80edb13d91d.zip
- [DEV-1] added new graph navigation-bar (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@4839 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/classes')
-rw-r--r--frontends/php/include/classes/cimg.inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/php/include/classes/cimg.inc.php b/frontends/php/include/classes/cimg.inc.php
index bc1f130b..488c7b91 100644
--- a/frontends/php/include/classes/cimg.inc.php
+++ b/frontends/php/include/classes/cimg.inc.php
@@ -35,6 +35,7 @@
$name="image";
$this->AddOption('border',0);
+ $this->AddOption('alt',$name);
$this->SetName($name);
$this->SetAltText($name);
$this->SetSrc($src);