Merge pull request #17067 from colemanw/importSubmit
[civicrm-core.git] / templates / CRM / Mailing / Page / Confirm.tpl
1 {*
2 +--------------------------------------------------------------------+
3 | Copyright CiviCRM LLC. All rights reserved. |
4 | |
5 | This work is published under the GNU AGPLv3 license with some |
6 | permitted exceptions and without any warranty. For full license |
7 | and copyright information, see https://civicrm.org/licensing |
8 +--------------------------------------------------------------------+
9 *}
10 <div class="messages status no-popup">
11 <div class="icon inform-icon"></div>&nbsp;
12 {if $success}
13 {ts 1=$display_name 2=$email 3=$group}<strong>%1 (%2)</strong> has been successfully subscribed to the <strong>%3</strong> mailing list.{/ts}
14 {else}
15 {ts}Oops. We encountered a problem in processing your subscription confirmation. Please contact the site administrator.{/ts}
16 {/if}
17 </div>