aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/settings_editor.php
diff options
context:
space:
mode:
authorwinter2025-01-26 22:29:37 +0000
committerwinter2025-01-26 22:29:37 +0000
commit9d59fd65b70b5b7588e4786f52f9cff1c3807426 (patch)
tree11a9ef543231cefd90ea1346a4447158ce11924d /templates/settings_editor.php
parent6b58bf53e312a67119289b894c5b482d057e5665 (diff)
fix the settings editor appearance
Diffstat (limited to 'templates/settings_editor.php')
-rw-r--r--templates/settings_editor.php2
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);