Commit
commit 10c2c1567e5344ccd977ffde61353bee6d1821e7 Author: Jan DankertDate: Wed May 15 00:55:16 2024 +0200 New support for mapper in the Set-Component for better abstraction between UI and Actions .../ConfigurationEditAction.class.php | 32 ++++++++++++---------- .../cms/action/object/ObjectInfoAction.class.php | 11 -------- .../default/html/views/configuration/edit.php | 4 ++- .../html/views/configuration/edit.tpl.src.xml | 3 +- .../default/html/views/include/settings.inc.xml | 1 + .../ui/themes/default/html/views/object/info.php | 2 ++ .../cms/ui/themes/default/html/views/page/info.php | 2 ++ modules/template_engine/Output.class.php | 10 +++++++ .../html/component_set/SetComponent.class.php | 12 ++++++-- modules/template_engine/components/template.xsd | 1 + .../template_engine/mapper/FlatMapper.class.php | 24 ++++++++++++++++ modules/template_engine/mapper/Mapper.class.php | 12 ++++++++ 12 files changed, 85 insertions(+), 29 deletions(-)