summaryrefslogtreecommitdiffstats
path: root/frontends/php/hosts.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/hosts.php')
-rw-r--r--frontends/php/hosts.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/hosts.php b/frontends/php/hosts.php
index ff9cbef6..0e17c97b 100644
--- a/frontends/php/hosts.php
+++ b/frontends/php/hosts.php
@@ -495,7 +495,7 @@
$show_only_tmp ? NULL : SPACE,
new CButton('delete','Delete selected',
"return Confirm('".S_DELETE_SELECTED_HOSTS_Q."');"));
- $table->SetFooter(new CCol($footerButtons),'table_footer');
+ $table->SetFooter(new CCol($footerButtons));
$form->AddItem($table);
$form->Show();
@@ -568,7 +568,7 @@
array_push($footerButtons, SPACE);
array_push($footerButtons, new CButton('delete','Delete selected',
"return Confirm('".S_DELETE_SELECTED_GROUPS_Q."');"));
- $table->SetFooter(new CCol($footerButtons),'table_footer');
+ $table->SetFooter(new CCol($footerButtons));
$form->AddItem($table);
$form->Show();