add new method extension() for showing config of extension

This commit is contained in:
Uwe Steinmann 2025-04-01 12:50:01 +02:00
parent 7f2d12e299
commit 8f2f15bb80

View File

@ -318,7 +318,7 @@ class SeedDMS_View_Settings extends SeedDMS_Theme_Style {
<?php
} /* }}} */
function js() { /* {{{ */
public function js() { /* {{{ */
$extmgr = $this->params['extmgr'];
header('Content-Type: application/javascript; charset=UTF-8');
@ -369,7 +369,15 @@ console.log($(event.currentTarget).data('target').substring(1));
<?php
} /* }}} */
function show() { /* {{{ */
public function extension() { /* {{{ */
$dms = $this->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'];