From 8f2f15bb80a61c9f4b65308361756dc45ce6061b Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Tue, 1 Apr 2025 12:50:01 +0200 Subject: [PATCH] add new method extension() for showing config of extension --- views/bootstrap/class.Settings.php | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/views/bootstrap/class.Settings.php b/views/bootstrap/class.Settings.php index 1a8d15b6c..480d685d6 100644 --- a/views/bootstrap/class.Settings.php +++ b/views/bootstrap/class.Settings.php @@ -318,7 +318,7 @@ class SeedDMS_View_Settings extends SeedDMS_Theme_Style { params['extmgr']; header('Content-Type: application/javascript; charset=UTF-8'); @@ -369,7 +369,15 @@ console.log($(event.currentTarget).data('target').substring(1)); params['dms']; + $user = $this->params['user']; + $settings = $this->params['settings']; + $extmgr = $this->params['extmgr']; + + } /* }}} */ + + public function show() { /* {{{ */ $dms = $this->params['dms']; $user = $this->params['user']; $settings = $this->params['settings'];