diff options
Diffstat (limited to 'frontends/php/hosts.php')
| -rw-r--r-- | frontends/php/hosts.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/php/hosts.php b/frontends/php/hosts.php index 6e3d09f6..125fc818 100644 --- a/frontends/php/hosts.php +++ b/frontends/php/hosts.php @@ -796,6 +796,7 @@ include_once "include/page_header.php"; $show_only_tmp ? SPACE : NULL, $show_only_tmp ? new CButtonQMessage('delete_and_clear',S_DELETE_SELECTED_WITH_LINKED_ELEMENTS,S_DELETE_SELECTED_HOSTS_Q) : NULL ); + $table->SetFooter(new CCol($footerButtons)); $form->AddItem($table); |
