diff options
Diffstat (limited to 'frontends/php/actionconf.php')
| -rw-r--r-- | frontends/php/actionconf.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/actionconf.php b/frontends/php/actionconf.php index fc94f1ec..72e8c03d 100644 --- a/frontends/php/actionconf.php +++ b/frontends/php/actionconf.php @@ -314,7 +314,7 @@ array_push($footerButtons, SPACE); array_push($footerButtons, new CButton('group_delete','Delete selected', "return Confirm('Delete selected action?');")); - $tblActions->SetFooter(new CCol($footerButtons),'table_footer'); + $tblActions->SetFooter(new CCol($footerButtons)); $form->AddItem($tblActions); $form->Show(); |
