From 8305c6e35edf34036d417b70379d8f61ae53877a Mon Sep 17 00:00:00 2001 From: osmiy Date: Fri, 27 Jan 2006 15:07:16 +0000 Subject: - Frontend improvements (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@2566 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/classes/cbutton.inc.php | 1 + 1 file changed, 1 insertion(+) (limited to 'frontends/php/include/classes/cbutton.inc.php') 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); -- cgit