acym_translation('ACYM_CONFIGURATION_QUEUE_AUTOMATIC'),
'automan' => acym_translation('ACYM_CONFIGURATION_QUEUE_AUTOMAN'),
'manual' => acym_translation('ACYM_CONFIGURATION_QUEUE_MANUAL'),
];
echo acym_radio($queueModes, 'config[queue_type]', $data['config']->get('queue_type', 'automan'));
?>
get('queue_nbmail_auto')).'" />',
$delayTypeAuto->display('config[cron_frequency]', $data['config']->get('cron_frequency'), 2)
); ?>
get('queue_nbmail')).'" />',
$delayTypeAuto->display('config[queue_pause]', $data['config']->get('queue_pause'), 0)
); ?>
'.acym_translation('ACYM_MAX_NB_TRY').'', acym_translation('ACYM_MAX_NB_TRY_DESC')); ?>
get('queue_try')).'">');
$failaction = acym_get('type.failaction');
echo ' '.acym_translation_sprintf('ACYM_CONFIG_TRY_ACTION', $failaction->display('maxtry', $data['config']->get('bounce_action_maxtry'))); ?>
';
$maxexecutiontime = intval($data['config']->get('max_execution_time'));
if (intval($data['config']->get('last_maxexec_check')) > (time() - 20)) {
echo acym_translation_sprintf('ACYM_TIMEOUT_CURRENT', $maxexecutiontime);
} else {
if (!empty($maxexecutiontime)) {
echo acym_translation_sprintf('ACYM_MAX_RUN', $maxexecutiontime).'
';
}
echo '
'.acym_translation('ACYM_TIMEOUT_AGAIN').'';
}
?>
get('sendorder', 'user_id, ASC'),
'class="intext_select"',
'value',
'text',
'sendorderid'
);
?>