Change 'help' id to a class
[civicrm-core.git] / templates / CRM / Mailing / Form / Subscribe.tpl
index 2aaf98fd2675a59739505b051262b59d4a04abdc..c973bf927d4f3df89e6e87722a205aa146a988a4 100644 (file)
 {* this template is used for web-based subscriptions to mailing list type groups  *}
 <div class="crm-block crm-mailing-subscribe-form-block">
 {if $single}
-    <div id="help">
+    <div class="help">
         {ts}Enter your email address and click <strong>Subscribe</strong>. You will receive a confirmation request via email shortly. Your subscription will be activated after you respond to that email.{/ts}
     </div>
 {else}
-    <div id="help">
+    <div class="help">
         {ts}Enter your email address and check the box next to each mailing list you want to join. Then click the <strong>Subscribe</strong> button. You will receive a confirmation request via email for each selected list. Activate your subscription to each list by responding to the corresponding confirmation email.{/ts}
     </div>
 {/if}