Merge branch 'seeddms-5.1.x' into seeddms-6.0.x

This commit is contained in:
Uwe Steinmann 2026-04-13 09:17:49 +02:00
commit 6d2d3195b2

View File

@ -569,9 +569,10 @@ console.log($(event.currentTarget).data('target').substring(1));
$extconf = $extmgr->getExtensionConfiguration()[$extname];
?>
<form action="../op/op.Settings.php" method="post" enctype="multipart/form-data" id="formconfig" name="formconfig" >
<form action="../op/op.Settings.php" method="post" enctype="multipart/form-data" id="formconfig" name="formconfig" >
<?php echo createHiddenFieldWithKey('savesettings'); ?>
<input type="hidden" name="action" value="saveSettings" />
<table class="table table-sm table-borderless">
<?php
if($this->hasHook('processConfig')) {
$ttt = $this->callHook('processConfig', $extname, $extconf);
@ -591,6 +592,7 @@ console.log($(event.currentTarget).data('target').substring(1));
}
}
?>
</table>
</form>
<?php
} /* }}} */