diff options
| author | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-01-27 15:07:16 +0000 |
|---|---|---|
| committer | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-01-27 15:07:16 +0000 |
| commit | 8305c6e35edf34036d417b70379d8f61ae53877a (patch) | |
| tree | 4e9048c166a3b725ebf81df62082cda6a1f4a969 /frontends/php/include/classes/cbutton.inc.php | |
| parent | 2f3c1099996bca8c050b452852d52d91cb6be3f6 (diff) | |
| download | zabbix-8305c6e35edf34036d417b70379d8f61ae53877a.tar.gz zabbix-8305c6e35edf34036d417b70379d8f61ae53877a.tar.xz zabbix-8305c6e35edf34036d417b70379d8f61ae53877a.zip | |
- Frontend improvements (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@2566 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/classes/cbutton.inc.php')
| -rw-r--r-- | frontends/php/include/classes/cbutton.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/php/include/classes/cbutton.inc.php b/frontends/php/include/classes/cbutton.inc.php index d09afb22..139d3499 100644 --- a/frontends/php/include/classes/cbutton.inc.php +++ b/frontends/php/include/classes/cbutton.inc.php @@ -27,6 +27,7 @@ parent::CTag("input","no"); $this->tag_body_start = ""; $this->AddOption("type","submit"); +// $this->AddOption("type","button"); $this->SetClass("button"); $this->SetName($name); $this->SetCaption($caption); |
