diff options
| author | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-03-17 17:12:19 +0000 |
|---|---|---|
| committer | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-03-17 17:12:19 +0000 |
| commit | b3e06784f2325f54776f763e6f833f1619b9626c (patch) | |
| tree | 0e531b5c097762b0756f95806e440518737a85b6 /frontends/php/include/forms.inc.php | |
| parent | 7d37d9aa713e41540f2646d176f36ea755029263 (diff) | |
| download | zabbix-b3e06784f2325f54776f763e6f833f1619b9626c.tar.gz zabbix-b3e06784f2325f54776f763e6f833f1619b9626c.tar.xz zabbix-b3e06784f2325f54776f763e6f833f1619b9626c.zip | |
- fixes to Dashboard links screens (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5500 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/forms.inc.php')
| -rw-r--r-- | frontends/php/include/forms.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/forms.inc.php b/frontends/php/include/forms.inc.php index 2c31539c..ada9a9ac 100644 --- a/frontends/php/include/forms.inc.php +++ b/frontends/php/include/forms.inc.php @@ -109,7 +109,7 @@ $form->AddRow(S_SLIDES, array( $tblSteps, - !isset($new_step) ? new CButton('add_step',S_ADD, + !isset($new_step) ? new CButton('add_step_bttn',S_ADD, "return create_var('".$form->GetName()."','add_step',1, true);") : null, (count($steps) > 0) ? new CButton('del_sel_step',S_DELETE_SELECTED) : null )); |
