summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/forms.inc.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-05-18 07:10:05 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-05-18 07:10:05 +0000
commitbbd90eaacbafe8a412d60fab21e4e151cf7166a0 (patch)
treed861caa2f95176bb8817b8ca79c71e10823019c2 /frontends/php/include/forms.inc.php
parent72cf0cde9dcc0087cdd9bbdc27407a48c86f6a0d (diff)
downloadzabbix-bbd90eaacbafe8a412d60fab21e4e151cf7166a0.tar.gz
zabbix-bbd90eaacbafe8a412d60fab21e4e151cf7166a0.tar.xz
zabbix-bbd90eaacbafe8a412d60fab21e4e151cf7166a0.zip
- fixed "plain text" and "history of actions" for screens (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@4147 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/forms.inc.php')
-rw-r--r--frontends/php/include/forms.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/include/forms.inc.php b/frontends/php/include/forms.inc.php
index f4044e2f..c306ff64 100644
--- a/frontends/php/include/forms.inc.php
+++ b/frontends/php/include/forms.inc.php
@@ -3601,12 +3601,12 @@ include_once 'include/discovery.inc.php';
}
$form->AddRow(S_PARAMETER,$cmbHosts);
- $form->AddRow(S_SHOW_LINES, new CElementsBox("elements",$elements,2));
+ $form->AddRow(S_SHOW_LINES, new CNumericBox("elements",$elements,2));
}
elseif($resourcetype == SCREEN_RESOURCE_ACTIONS)
{
// History of actions
- $form->AddRow(S_SHOW_LINES, new CElementsBox("elements",$elements,2));
+ $form->AddRow(S_SHOW_LINES, new CNumericBox("elements",$elements,2));
$form->AddVar("resourceid",0);
}
elseif($resourcetype == SCREEN_RESOURCE_EVENTS)