|
[% 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.'); %]
|