summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/classes/ccombobox.inc.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-05-08 11:05:55 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-05-08 11:05:55 +0000
commit6ca88367efa0174e68b6da1ff81b40f002550f10 (patch)
tree25b22f451595f1f3287ea4847399c26a0dbd77e8 /frontends/php/include/classes/ccombobox.inc.php
parenta15f9f40b7eea4a9d2ba16b6ba6a134b45a7f2b9 (diff)
downloadzabbix-6ca88367efa0174e68b6da1ff81b40f002550f10.tar.gz
zabbix-6ca88367efa0174e68b6da1ff81b40f002550f10.tar.xz
zabbix-6ca88367efa0174e68b6da1ff81b40f002550f10.zip
- [DEV-137] small improvements (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5687 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/classes/ccombobox.inc.php')
-rw-r--r--frontends/php/include/classes/ccombobox.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/include/classes/ccombobox.inc.php b/frontends/php/include/classes/ccombobox.inc.php
index 522a9d03..839e15f2 100644
--- a/frontends/php/include/classes/ccombobox.inc.php
+++ b/frontends/php/include/classes/ccombobox.inc.php
@@ -169,8 +169,8 @@
$this->lbox = new ClistBox($this->id_l,null,$size);
$this->rbox = new ClistBox($this->id_r,null,$size);
-// $this->lbox->AddOption('style','width: 140px;');
-// $this->rbox->AddOption('style','width: 140px;');
+ $this->lbox->AddOption('style','width: 280px;');
+ $this->rbox->AddOption('style','width: 280px;');
}
function AddItem($value, $caption, $selected=null, $enabled='yes'){