{% include "headitem.html.twig" with {title: "GENERAL_ADMIN_TITLE"|translate} %} {% if readonly %} {% set readonly = "readonly disabled" %} {% else %} {% set readonly = "" %} {% endif %}
{{ oViewConf.getHiddenSid()|raw }}
{{ oViewConf.getHiddenSid()|raw }}
{% include "@d3modcfg_lib/admin/inc/active.html.twig" %}
{{ translate({ ident: "D3_ORDERMANAGER_SET_JOBSETTINGS" }) }}
{% include "inputhelp.html.twig" with {'sHelpId': help_id("D3_ORDERMANAGER_SET_CALCULATESTATONDEMAND_DESC"), 'sHelpText': help_text("D3_ORDERMANAGER_SET_CALCULATESTATONDEMAND_DESC")} %}
{% include "inputhelp.html.twig" with {'sHelpId': help_id("D3_ORDERMANAGER_SET_FOLDERLIST_DESC"), 'sHelpText': help_text("D3_ORDERMANAGER_SET_FOLDERLIST_DESC")} %}
{{ translate({ ident: "D3_ORDERMANAGER_SET_CRON" }) }}
{% include "inputhelp.html.twig" with {'sHelpId': help_id("D3_ORDERMANAGER_SET_CRON_ACTIVE_DESC"), 'sHelpText': help_text("D3_ORDERMANAGER_SET_CRON_ACTIVE_DESC")} %}
{% include "inputhelp.html.twig" with {'sHelpId': help_id("D3_ORDERMANAGER_SET_CRON_MAXORDERCNT_DESC"), 'sHelpText': help_text("D3_ORDERMANAGER_SET_CRON_MAXORDERCNT_DESC")} %}
{% include "inputhelp.html.twig" with {'sHelpId': help_id("D3_ORDERMANAGER_SET_CRON_PASSWORD_DESC"), 'sHelpText': help_text("D3_ORDERMANAGER_SET_CRON_PASSWORD_DESC")} %}
{% for aCronJobIds in oView.getAvailableCronjobIds() %}
{{ oView.getCJIDDesc(aCronJobIds) }} {% include "inputhelp.html.twig" with {'sHelpId': help_id("D3_ORDERMANAGER_SET_CRON_JOB_DESC"), 'sHelpText': help_text("D3_ORDERMANAGER_SET_CRON_JOB_DESC")} %}
{{ translate({ ident: "D3_ORDERMANAGER_SET_CRON_PATH" }) }}
{{ oView.getCronPath(aCronJobIds.id) }} {% include "inputhelp.html.twig" with {'sHelpId': help_id("D3_ORDERMANAGER_SET_CRON_PATH_DESC"), 'sHelpText': help_text("D3_ORDERMANAGER_SET_CRON_PATH_DESC")} %}
{% include "inputhelp.html.twig" with {'sHelpId': help_id("D3_SHGENERATOR_CRON_SHGENERATOR_DESC"), 'sHelpText': help_text("D3_SHGENERATOR_CRON_SHGENERATOR_DESC")} %}
{{ translate({ ident: "D3_ORDERMANAGER_SET_CRON_LASTEXEC" }) }}
{{ edit.getValue(oView.getCronTimestampVarName( aCronJobIds.id ))|format_date }} {% include "inputhelp.html.twig" with {'sHelpId': help_id("D3_ORDERMANAGER_SET_CRON_LASTEXEC_DESC"), 'sHelpText': help_text("D3_ORDERMANAGER_SET_CRON_LASTEXEC_DESC")} %}
{% endfor %}
{% include "@d3modcfg_lib/admin/inc/inc.html.twig" %}