From 7315d7ef148fae209fb35f7b09296ded37f604e9 Mon Sep 17 00:00:00 2001 From: indianer3c Date: Tue, 27 Oct 2020 09:57:24 +0100 Subject: [PATCH] Output Multidimensional Arrays in Raw Format, because Escape Greater Than Sign belongs to a Saving Bug --- .gitignore | 1 + tpl/shop_config.html.twig | 4 ++-- tpl/shop_system.html.twig | 2 +- tpl/theme_config.html.twig | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..723ef36 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea \ No newline at end of file diff --git a/tpl/shop_config.html.twig b/tpl/shop_config.html.twig index d88c865..3d46541 100644 --- a/tpl/shop_config.html.twig +++ b/tpl/shop_config.html.twig @@ -868,7 +868,7 @@ function editThis(sID) {{ translate({ ident: "SHOP_OPTIONS_GROUP_ADMINISTRATION" }) }}
- + {% include "inputhelp.html.twig" with {'sHelpId': help_id("HELP_SHOP_CONFIG_CMSFOLDER"), 'sHelpText': help_text("HELP_SHOP_CONFIG_CMSFOLDER")} %}
@@ -891,7 +891,7 @@ function editThis(sID)
- + {% include "inputhelp.html.twig" with {'sHelpId': help_id("HELP_SHOP_CONFIG_ORDERFOLDER"), 'sHelpText': help_text("HELP_SHOP_CONFIG_ORDERFOLDER")} %}
diff --git a/tpl/shop_system.html.twig b/tpl/shop_system.html.twig index 123b1f7..5227f8a 100644 --- a/tpl/shop_system.html.twig +++ b/tpl/shop_system.html.twig @@ -208,7 +208,7 @@ function editThis( sID ) {{ translate({ ident: "SHOP_OPTIONS_GROUP_ADMINISTRATION" }) }}
- + {% include "inputhelp.html.twig" with {'sHelpId': help_id("HELP_SHOP_SYSTEM_INTERFACEPROFILES"), 'sHelpText': help_text("HELP_SHOP_SYSTEM_INTERFACEPROFILES")} %}
diff --git a/tpl/theme_config.html.twig b/tpl/theme_config.html.twig index ab171e9..fde4548 100644 --- a/tpl/theme_config.html.twig +++ b/tpl/theme_config.html.twig @@ -58,7 +58,7 @@ function _groupExp(el) { {% elseif var_type == 'arr' %} {% elseif var_type == 'aarr' %} - + {% elseif var_type == 'select' %}