[% PROCESS "include/colors.tmpl"; PROCESS "include/styles.tmpl"; DEFAULT #styles header_txt_color = dark_gray, content_bg_color = white, footer_txt_color = med_dark_gray; DEFAULT #content logo_path = "include/cpanel-logo-tiny.png", copyright_string = CPANEL.locale.maketext('Copyright©[output,nbsp][current_year] WebPros International, LLC All rights reserved.'); %]
[% #HEADER START %] [% #HEADER END %] [% #BODY START %] [% #BODY END %]
[% IF NOTICE.email_reason %] [%# TODO: include MESSAGE.subject.tmpl if not set %] [% NOTICE.email_reason %] [% END %]
[% content %]
[% PROCESS 'include/origin_info.html.tmpl' -%] [% IF NOTICE.notification_cannot_be_disabled %] [% ELSIF NOTICE.notification_targets_user_account %]

[% IF NOTICE.subaccount.length; %] [% # TODO: Implement support for subaccounts to configure which notices they receive. %] [% ELSIF NOTICE.user.match('@') && NOTICE.team_account.length; %] [% # TODO: Implement support for team_accounts to configure which notices they receive. %] [% ELSIF NOTICE.user.match('@'); %] [% CPANEL.locale.maketext('You can disable the “[_1]” type of notification through the [asis,cPanel Webmail] interface: [output,url,_2,_2,target,_3]', CPANEL.module_description, CPANEL.webmail_contact_info_url(NOTICE.username),'_blank') %] [% ELSE %] [% CPANEL.locale.maketext('You can disable the “[_1]” type of notification through the [asis,cPanel] interface: [output,url,_2,_2,target,_3]', CPANEL.module_description, CPANEL.cpanel_contact_info_url(NOTICE.username),'_blank') %] [% END %]

[% ELSE %]

[% CPANEL.locale.maketext('“[_1]” notifications are currently configured to have an importance of “[_2]”.', CPANEL.module_description, CPANEL.module_event_importance_description) %] [% CPANEL.locale.maketext('You can change the importance or disable this type of notification in [asis,WHM]’s Contact Manager at: [output,url,_1,_1,target,_2]', CPANEL.assemble_whm_url("scripts2/editcontact?event=" _ CPANEL.notification_system_name),'_blank') %]

[% END %]

[% CPANEL.locale.maketext('Do not reply to this automated message.'); %]

[% #FOOTER START %]

[% copyright_string %]

[% #FOOTER END %]