summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/forms.inc.php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-05-18 11:51:04 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-05-18 11:51:04 +0000
commitf4902ced5d3d853ad2c3e67f270d456e4b7071bf (patch)
tree935974ca6219ab744771078295c672ec65609b9e /frontends/php/include/forms.inc.php
parentf9d1dc16f4be4db410cb9aeced999aeb68d35409 (diff)
downloadzabbix-f4902ced5d3d853ad2c3e67f270d456e4b7071bf.tar.gz
zabbix-f4902ced5d3d853ad2c3e67f270d456e4b7071bf.tar.xz
zabbix-f4902ced5d3d853ad2c3e67f270d456e4b7071bf.zip
- added selection button for item keys (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@2854 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/forms.inc.php')
-rw-r--r--frontends/php/include/forms.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/forms.inc.php b/frontends/php/include/forms.inc.php
index 75601b88..f7351ebc 100644
--- a/frontends/php/include/forms.inc.php
+++ b/frontends/php/include/forms.inc.php
@@ -414,7 +414,7 @@
$btnSelect = new CButton('btn1',S_SELECT,
"return PopUp('popup.php?dstfrm=".$frmItem->GetName().
"&dstfld1=key&srctbl=help_items&srcfld1=key_','new_win',".
- "'width=450,height=450,resizable=1,scrollbars=1');");
+ "'width=650,height=450,resizable=1,scrollbars=1');");
$btnSelect->SetAccessKey('T');
$frmItem->AddRow(S_KEY, array(new CTextBox("key",$key,40), $btnSelect));