Fix Button, ConfirmDeletePage, WarningDialog templates

This commit is contained in:
2023-03-12 01:00:50 +01:00
parent 0325a2ec90
commit 01822cdccf
5 changed files with 8 additions and 8 deletions

View File

@@ -24,6 +24,6 @@ class WarningDialog extends Alert
private function addButtons()
{
foreach ($this->buttons as $button)
$button->html_content();
$button->html_main();
}
}