diff options
| author | winter | 2025-01-26 22:29:37 +0000 |
|---|---|---|
| committer | winter | 2025-01-26 22:29:37 +0000 |
| commit | 9d59fd65b70b5b7588e4786f52f9cff1c3807426 (patch) | |
| tree | 11a9ef543231cefd90ea1346a4447158ce11924d | |
| parent | 6b58bf53e312a67119289b894c5b482d057e5665 (diff) | |
fix the settings editor appearance
| -rw-r--r-- | templates/settings_editor.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/settings_editor.php b/templates/settings_editor.php index 02cf8d1..6b7f08c 100644 --- a/templates/settings_editor.php +++ b/templates/settings_editor.php @@ -3,7 +3,7 @@ use Digitigrade\GlobalSettings; $settings = GlobalSettings::getInstance(); ?> -<form class="settings nopanel" action="/todo" hx-post="/fragment/admin/settings/<?= $prefix ?>" hx-swap="outerHTML" +<form class="settings" action="/todo" hx-post="/fragment/admin/settings/<?= $prefix ?>" hx-swap="outerHTML" hx-disabled-elt="find button"> <?php foreach ($settings->getAllInPrefix($prefix) as $key => $value) { $info = $settings->getInfo($key); |
