diff --git a/templates/WarningDialog.php b/templates/WarningDialog.php deleted file mode 100644 index 6a9c93e4..00000000 --- a/templates/WarningDialog.php +++ /dev/null @@ -1,29 +0,0 @@ -buttons = $buttons; - } - - protected function additional_alert_content() - { - $this->addButtons(); - } - - private function addButtons() - { - foreach ($this->buttons as $button) - $button->html_main(); - } -}