{% include "headitem.html.twig" with {title: "GENERAL_ADMIN_TITLE"|translate, box: "box"} %} {{ style({ include: oViewConf.getModuleUrl('d3modcfg_lib', 'out/admin/src/d3_mod_cfg.min.css') }) }} {{ style() }} {% include "@d3importer/admin/errormessages.html.twig" %} {% if readonly %} {% set readonly = "readonly disabled" %} {% else %} {% set readonly = "" %} {% endif %}
{{ oViewConf.getHiddenSid()|raw }}
{{ oViewConf.getHiddenSid()|raw }}
{% include "@d3importer/admin/d3_importer_inc_nav.html.twig" with {colspan: "2"} %} {% if maxcsvline %} {% block d3_d3importer_views_admin_tpl_d3_importer_fields %} {% endblock %} {% endif %}
{{ translate({ ident: "D3_IMPORTER_FIELDS_XXXX" }) }} {% include "inputhelp.html.twig" with {'sHelpId': help_id("D3_IMPORTER_FIELDS_XXXX_HELP"), 'sHelpText': help_text("D3_IMPORTER_FIELDS_XXXX_HELP")} %}

{% set keys = "0" %} {% set color = "1" %} {% set blShowRow2 = false %} {# Wenn wir bei der Haelfe der CSV-Spalten sind, kommt Spalte 2 der Tabelle #} {% set total = aCSVLines|length / 2 %} {% for key, name in aCSVLines %} {% if color %} {% set color = 0 %} {% else %} {% set color = 1 %} {% endif %} {% if not blShowRow2 and loop.index >= total %} {% set blShowRow2 = true %} {% set color = "1" %}


{{ translate({ ident: "D3_IMPORTER_FIELDS_COLUM" }) }} {{ translate({ ident: "D3_IMPORTER_FIELDS_COLUMASSIGN" }) }} {{ translate({ ident: "D3_IMPORTER_FIELDS_UPDATE" }) }} {% include "inputhelp.html.twig" with {'sHelpId': help_id("D3_IMPORTER_FIELDS_INFOTEXT_HELP"), 'sHelpText': help_text("D3_IMPORTER_FIELDS_INFOTEXT_HELP")} %}
{{ loop.index }} "{{ name|striptags|truncate(70, " ...", false) }}":
{% endif %} {% endfor %}
 

{{ translate({ ident: "D3_IMPORTER_FIELDS_COLUM" }) }} {{ translate({ ident: "D3_IMPORTER_FIELDS_COLUMASSIGN" }) }} {{ translate({ ident: "D3_IMPORTER_FIELDS_UPDATE" }) }} {% include "inputhelp.html.twig" with {'sHelpId': help_id("D3_IMPORTER_FIELDS_INFOTEXT_HELP"), 'sHelpText': help_text("D3_IMPORTER_FIELDS_INFOTEXT_HELP")} %}
{% include "bottomnaviitem.html.twig" %} {% include "bottomitem.html.twig" %}