From b48dd324cda3476c188b9405bcdec5735adaaeb7 Mon Sep 17 00:00:00 2001 From: Aaron van Geffen Date: Sat, 11 Nov 2023 15:46:15 +0100 Subject: [PATCH] Remove unused WarningDialog template --- templates/WarningDialog.php | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 templates/WarningDialog.php 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(); - } -}