summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/forms.inc.php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-01-16 16:18:47 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-01-16 16:18:47 +0000
commit92dfe8919207307d41ad2df941c38ffb55061a88 (patch)
tree9f2a4b3835d1d24b389de63ac034b032d8c362ff /frontends/php/include/forms.inc.php
parentb8f80958d84e04ed70e74144f53ecece18f61b9b (diff)
downloadzabbix-92dfe8919207307d41ad2df941c38ffb55061a88.tar.gz
zabbix-92dfe8919207307d41ad2df941c38ffb55061a88.tar.xz
zabbix-92dfe8919207307d41ad2df941c38ffb55061a88.zip
Minor changes.
git-svn-id: svn://svn.zabbix.com/trunk@2531 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 a8901b37..9d295c5a 100644
--- a/frontends/php/include/forms.inc.php
+++ b/frontends/php/include/forms.inc.php
@@ -1415,7 +1415,7 @@
$frmMeadia->AddItemToBottomRow(new CButton("delete",S_DELETE,"return Confirm('".S_DELETE_SELECTED_MEDIA."');"));
}
$frmMeadia->AddItemToBottomRow(SPACE);
- $frmMeadia->AddItemToBottomRow(new CButton("calcel",S_CANCEL));
+ $frmMeadia->AddItemToBottomRow(new CButton("cancel",S_CANCEL));
$frmMeadia->Show();
}
@@ -1498,7 +1498,7 @@ function insert_image_form()
$frmScr->AddItemToBottomRow(new CButton("delete",S_DELETE,"return Confirm('".S_DELETE_SCREEN_Q."');"));
}
$frmScr->AddItemToBottomRow(SPACE);
- $frmScr->AddItemToBottomRow(new CButton("calcel",S_CANCEL));
+ $frmScr->AddItemToBottomRow(new CButton("cancel",S_CANCEL));
$frmScr->Show();
}