From 2fb41d1f40432e9ae8cde277b77c51ce3933a68d Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 27 Nov 2024 19:09:57 +0100 Subject: [PATCH] new method showConfigFolder() --- views/bootstrap/class.Settings.php | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/views/bootstrap/class.Settings.php b/views/bootstrap/class.Settings.php index 8e59afb35..1c316eb3f 100644 --- a/views/bootstrap/class.Settings.php +++ b/views/bootstrap/class.Settings.php @@ -258,6 +258,35 @@ class SeedDMS_View_Settings extends SeedDMS_Theme_Style { params['settings']; + $dms = $this->params['dms']; +?> + "> + + +{"_".$name})) + $selections = $settings->{"_".$name}; + else + $selections = explode(',', $settings->{"_".$name}); + echo ""; +?> + + +params['settings']; $dms = $this->params['dms'];