Viewing File: /usr/local/cpanel/etc/icontact_templates/ImportMyDNSdb/Failure.html.tmpl

[%#
Variables passed in:

action          - string that denotes which template to load
imported_count  - count of how many zones have been imported
error_details   - string with any relevant error information
zone_file_dir   - the zone file directory.

For more information about how to customize notification templates, read our documentation at https://go.cpanel.net/notificationtemplates
-%]

[%
    PROCESS "include/colors.tmpl";
    PROCESS "include/styles.tmpl";
    PROCESS "include/code_block.tmpl";

    WRAPPER 'wrapper/main.html.tmpl';

    NOTICE.email_reason = CPANEL.locale.maketext('Failure to import zones into the [asis,MyDNS] database.');
%]

    [% SET include_file = "ImportMyDNSdb/includes/Failure." _ NOTICE.action _ ".html.tmpl" %]
    [% PROCESS $include_file %]

[% END %]
Back to Directory File Manager