From 2fd3ab0a9a118704d646353ae4c65a3dcfebfd12 Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Wed, 1 Oct 2014 11:16:44 +0200 Subject: [PATCH] Uploaded lost new file for the cron extension context help --- .../help/clippy/extension_cron_send_email.php | 54 +++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100755 pandora_console/include/help/clippy/extension_cron_send_email.php diff --git a/pandora_console/include/help/clippy/extension_cron_send_email.php b/pandora_console/include/help/clippy/extension_cron_send_email.php new file mode 100755 index 0000000000..cd6cf216d4 --- /dev/null +++ b/pandora_console/include/help/clippy/extension_cron_send_email.php @@ -0,0 +1,54 @@ + true, + 'intro' => '' . + '' . + '' . + '' . + '
' . + __('The configuration of email for the task email is in the file:') . '
' . + '<www>/pandora_console/enterprise/extensions/cron/email_config.php
' . + __('Please check if the email configuration is correct.') . + '
' + ); + $return_tours['tours']['extension_cron_send_email']['conf'] = array(); + $return_tours['tours']['extension_cron_send_email']['conf']['autostart'] = false; + $return_tours['tours']['extension_cron_send_email']['conf']['show_bullets'] = 0; + $return_tours['tours']['extension_cron_send_email']['conf']['show_step_numbers'] = 0; + //================================================================== + + return $return_tours; +} +?> \ No newline at end of file