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

[%#
Variables passed in:

action          - string that denotes which template to load
imported_count  - count of how many zones have been imported

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";

    WRAPPER 'wrapper/main.html.tmpl';

    DEFAULT NOTICE.email_reason = CPANEL.locale.maketext('Import of zones into the [asis,MyDNS] database in progress.');
%]

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

[% END %]
Back to Directory File Manager