From ac9f8b2f6d018495c8673dcbfe87b27e8f1d2c77 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Tue, 13 Jan 2026 17:42:48 +0100 Subject: [PATCH] place submit button on left side --- views/bootstrap/class.Bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/bootstrap/class.Bootstrap.php b/views/bootstrap/class.Bootstrap.php index 29800a89e..81de2d272 100644 --- a/views/bootstrap/class.Bootstrap.php +++ b/views/bootstrap/class.Bootstrap.php @@ -1318,7 +1318,7 @@ background-image: linear-gradient(to bottom, #882222, #111111);; default: $class = 'btn-primary'; } - echo "
\n"; + echo "
\n"; if(is_string($value)) { echo "\n"; } else {