{% include "headitem.html.twig" with {title: "D3_CFG_MOD"|translate} %} {% if readonly %} {% set readonly = "readonly disabled" %} {% else %} {% set readonly = "" %} {% endif %}
{{ oViewConf.getHiddenSid()|raw }}
{% if edit.getErrorMessage() %}
{{ edit.getErrorMessage() }}
{% endif %}
{{ translate({ ident: "D3_CFG_MOD_VERSION" }) }}
{{ translate({ ident: "D3_CFG_MOD_VERSION_TEXT1" }) }}{{ edit.getModTitle() }}{{ translate({ ident: "D3_CFG_MOD_VERSION_TEXT2" }) }} {{ edit.getFieldData('oxshopversion') }}
{{ translate({ ident: "D3_CFG_MOD_VERSION_INSTALLEDV" }) }} {{ edit.getModVersion() }} {% if oView.checkModuleVersion() != 'OK' %} {{ translate({ ident: "D3_CFG_LIB_INSTALLEDVERSIONNOTCONGRUENT" }) }} {% endif %}
{% if oView.hasUpdate() %} {% if oView.getAction() == 'versionCheck' %}
{{ translate({ ident: "D3_CFG_MOD_VERSION_RESULT" }) }} {% if oView.getUpdateData('version') %}
{{ translate({ ident: "D3_CFG_MOD_VERSION_AVAILVERSION" }) }} {{ oView.getUpdateData('version') }} {% if oView.getUpdateData('infourl') %} {{ translate({ ident: "D3_CFG_MOD_VERSION_MODINFO" }) }} {% endif %}
{% else %}
{{ translate({ ident: "D3_CFG_MOD_VERSION_NONEWVERSION" }) }}
{% endif %}
{% if oView.getNewestModuleData('version') %}
{{ translate({ ident: "D3_CFG_MOD_VERSION_NEWESTVERSION" }) }} {{ oView.getNewestModuleData('version') }} {% if oView.getNewestModuleData('infourl') %} {{ translate({ ident: "D3_CFG_MOD_VERSION_MODINFO" }) }} {% endif %}
{% if oView.check4ShopUpdate(oView.getNewestModuleData('fromshop')) %} {{ translate({ ident: "D3_CFG_MOD_VERSION_NEWESTVERSION_NOTE_1" }) }} {{ oView.getNewestModuleData('fromshop') }} {{ translate({ ident: "D3_CFG_MOD_VERSION_NEWESTVERSION_NOTE_2" }) }}
{% endif %} {% if oView.check4LicenseUpdate(edit.d3getModId(), oView.getNewestModuleData('version')) %} {{ translate({ ident: "D3_CFG_MOD_VERSION_NEWESTVERSION_LIC" }) }}
{% endif %}
{% endif %} {% else %}
{{ oViewConf.getHiddenSid()|raw }}
{{ translate({ ident: "D3_CFG_MOD_VERSION_CHECKTXT" }) }}
{% endif %} {% endif %} {{ translate({ ident: "D3_CFG_MOD_VERSION_AVAILLIST" }) }}
{{ translate({ ident: "D3_CFG_MOD_DEV" }) }}
{{ translate({ ident: "D3_CFG_MOD_DEV_TEXT1" }) }}

{{ translate({ ident: "D3_CFG_MOD_DEV_ADR1" }) }}
{{ translate({ ident: "D3_CFG_MOD_DEV_ADR2" }) }}
{{ translate({ ident: "D3_CFG_MOD_DEV_ADR3" }) }}
{{ translate({ ident: "D3_CFG_MOD_DEV_ADR4" }) }}
{{ translate({ ident: "D3_CFG_MOD_DEV_ADR5" }) }}

{{ translate({ ident: "D3_CFG_MOD_DEV_WEBLINK" }) }}
{{ translate({ ident: "D3_CFG_MOD_DEV_MAILLINK" }) }}

{{ translate({ ident: "D3_CFG_MOD_DEV_MODULELINK" }) }}
{{ translate({ ident: "D3_CFG_MOD_SUPPORT" }) }}
{{ translate({ ident: "D3_CFG_MOD_SUPPORT_1" }) }}

{{ translate({ ident: "D3_CFG_MOD_SUPPORT_2" }) }}
{# {{ translate({ ident: "D3_CFG_MOD_SUPPORT_3" }) }}
#} {{ translate({ ident: "D3_CFG_MOD_SUPPORT_4" }) }} {{ translate({ ident: "D3_CFG_MOD_SUPPORT_MAIL" }) }}

{{ translate({ ident: "D3_CFG_MOD_SUPPORT_5" }) }}
{{ translate({ ident: "D3_CFG_MOD_SUPPORT_6" }) }}
{% if edit.isLicenseRequired() %} {% if edit.getFieldData('oxserial') %}
{{ translate({ ident: "D3_CFG_MOD_LICDETAILS" }) }}
{% if edit.getLicenseData('result') %} {% endif %} {% if edit.getLicenseData('domain') %} {% endif %} {% if edit.getLicenseData('allow_local') %} {% endif %} {% if edit.getLicenseData('startdate') %} {% endif %} {% if edit.getLicenseData('enddate') %} {% endif %} {% if edit.getLicenseData('modid') %} {% endif %} {% if edit.getLicenseData('modversion') %} {% endif %} {% if edit.getFormatedShopEditionList() %} {% endif %} {% if edit.getFormatedShopIdList() %} {% endif %} {% if edit.getLicenseData('isdemo') %} {% endif %} {% if edit.getConfigInfoData() %} {% for sKey, mValue in edit.getConfigInfoData() %} {% if edit.getLicenceOptionTranslation(sKey) %} {% endif %} {% endfor %} {% endif %}
{{ translate({ ident: "D3_CFG_MOD_LICDETAILS_GENERALVALID" }) }} {% set translKey = "D3_CFG_MOD_STATUS_" ~ edit.getLicenseData('result')|upper %} {{ translate({ ident: translKey }) }}
{{ translate({ ident: "D3_CFG_MOD_LICDETAILS_VALIDDOMAIN" }) }} {{ edit.getLicenseData('domain') }}
{{ translate({ ident: "D3_CFG_MOD_LICDETAILS_VALIDLOCAL" }) }} {{ translate({ ident: "D3_CFG_MOD_LICDETAILS_VALID_YES" }) }} {% include "inputhelp.html.twig" with {'sHelpId': help_id("D3_CFG_MOD_LICDETAILS_VALIDLOCAL_DESC"), 'sHelpText': help_text("D3_CFG_MOD_LICDETAILS_VALIDLOCAL_DESC")} %}
{{ translate({ ident: "D3_CFG_MOD_LICDETAILS_VALIDFROMDATE" }) }} {{ edit.getLicenseData('startdate') }}
{{ translate({ ident: "D3_CFG_MOD_LICDETAILS_VALIDTODATE" }) }} {% if edit.getExpireSpan() > 756864000 %} {{ translate({ ident: "D3_CFG_MOD_STATUS_NEVER_EXPIRES" }) }} {% else %} {{ edit.getLicenseData('enddate') }} ({{ oView.getExpireSpanString() }}) {% endif %}
{{ translate({ ident: "D3_CFG_MOD_LICDETAILS_VALIDFORMODID" }) }} {{ edit.getLicenseData('modid') }}
{{ translate({ ident: "D3_CFG_MOD_LICDETAILS_VALIDFORMODVERSION" }) }} {{ edit.getLicenseData('modversion') }}
{{ translate({ ident: "D3_CFG_MOD_LICDETAILS_VALIDFORSHOPEDITION" }) }} {{ edit.getFormatedShopEditionList() }}
{{ translate({ ident: "D3_CFG_MOD_LICDETAILS_VALIDFORSHOPID" }) }} {{ edit.getFormatedShopIdList() }}
{{ translate({ ident: "D3_CFG_MOD_LICDETAILS_ISTEST" }) }} {% if edit.getLicenseData('isdemo') %}{{ translate({ ident: "D3_CFG_MOD_LICDETAILS_VALID_YES" }) }} {% endif %}
{{ edit.getLicenceOptionTranslation(sKey) }} {{ mValue }}
{% endif %} {% endif %} {% if oView.hasNewsletterForm() %}
{{ translate({ ident: "D3_CFG_MOD_STAYINFORMED" }) }}
{{ oViewConf.getHiddenSid()|raw }}

{% endif %}
{{ translate({ ident: "D3_CFG_MOD_SYS_CHECK" }) }}
  • {% if oView.d3CheckCurl() %}  {{ translate({ ident: "D3_CFG_MOD_SYS_CURLOK" }) }} {% else %} {% if oView.d3ModUseCurl() %}  {{ translate({ ident: "D3_CFG_MOD_SYS_CURLREQ" }) }} {% else %}  {{ translate({ ident: "D3_CFG_MOD_SYS_CURLNOK" }) }} {% endif %} {% endif %}
{% set oInstallCheck = oView.getInstallCheck() %}
{{ translate({ ident: "D3_CFG_MOD_INSTALLCHECK" }) }} "{{ edit.getModTitle() }}"
    {% for oCheckItem in oInstallCheck.getArray() %}
  • {% if oCheckItem.hasCheckPassed() %}  {{ translate({ ident: oCheckItem.getCheckMessageMultilangItem() }) }} {% include "inputhelp.html.twig" with {'sHelpId': help_id(oCheckItem.getCheckDescMultiLangItem()), 'sHelpText': help_text(oCheckItem.getCheckDescMultiLangItem())} %} {% if oCheckItem.getDetails() %}
      {% for sDetailItem in oCheckItem.getDetails() %}
    • {{ sDetailItem }}
    • {% endfor %}
    {% endif %}
  • {% endfor %}
{{ translate({ ident: "D3_CFG_MOD_NEWS_NEWS" }) }}
{% if oView.hasBlogContent() %}
{{ translate({ ident: "D3_CFG_MOD_NEWS_FURTHER1" }) }} {{ oView.getBlogBaseUrl() }} {% else %} {{ translate({ ident: "D3_CFG_MOD_NEWS_FURTHER2" }) }} {{ oView.getBlogBaseUrl() }} {% endif %}
{% include "@d3modcfg_lib/admin/inc/inc.html.twig" with {blChangeTitle: false, blHideLinkBar: false} %}