diff options
| author | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-01-19 13:17:16 +0000 |
|---|---|---|
| committer | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-01-19 13:17:16 +0000 |
| commit | 57c41aefe08e7a3c0356b1f30cb19cbe429ca2b8 (patch) | |
| tree | 8b5442c16a7edb578b00a1df7a5a28f794274f88 /frontends/php/include/classes/ccheckbox.inc.php | |
| parent | 197bc5cadd3d2fc8826a5519248a6d8ebd0c60d9 (diff) | |
| download | zabbix-57c41aefe08e7a3c0356b1f30cb19cbe429ca2b8.tar.gz zabbix-57c41aefe08e7a3c0356b1f30cb19cbe429ca2b8.tar.xz zabbix-57c41aefe08e7a3c0356b1f30cb19cbe429ca2b8.zip | |
- Frontend improvements (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@2544 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/classes/ccheckbox.inc.php')
| -rw-r--r-- | frontends/php/include/classes/ccheckbox.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/php/include/classes/ccheckbox.inc.php b/frontends/php/include/classes/ccheckbox.inc.php index ebe43d93..36fe3962 100644 --- a/frontends/php/include/classes/ccheckbox.inc.php +++ b/frontends/php/include/classes/ccheckbox.inc.php @@ -27,6 +27,7 @@ parent::CTag("input","no"); $this->tag_body_start = ""; $this->AddOption('type','checkbox'); + $this->AddOption('value','yes'); $this->SetName($name); $this->SetCaption($caption); $this->SetChecked($value); |
