From 1678386552d0e4bb59081d91e327e8eee7b1c953 Mon Sep 17 00:00:00 2001 From: gtbu Date: Tue, 18 Feb 2025 20:01:14 +0100 Subject: [PATCH] Only styled submit-buttons styled submit buttons with gpsubmit and gpselect --- include/admin/Settings/CKEditor.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/admin/Settings/CKEditor.php b/include/admin/Settings/CKEditor.php index ccb5b2d..c07f9af 100644 --- a/include/admin/Settings/CKEditor.php +++ b/include/admin/Settings/CKEditor.php @@ -129,10 +129,10 @@ class CKEditor extends \gp\special\Base{ echo ''; echo ''; - echo ''; + echo ''; echo ' '; echo ''; - echo ' '; + echo ' '; echo ''; echo ''; @@ -476,7 +476,7 @@ public function CKSkins() { echo '
'; echo ' '; - echo ' '; echo ''; foreach ($skin_directories as $skin_dir) { echo ''; } echo ' '; - echo ''; + echo ''; echo '
'; echo '
'; /* if (isset($_POST['save_button'])) { saveskins(); } */