Change 'help' id to a class
[civicrm-core.git] / templates / CRM / Contribute / Form / Task / Invoice.tpl
index e6c711042b7cd95e45c8605109fb45f85d5a6cba..2c11f20b501b3d59708c73ac4340018d5f9e2347 100644 (file)
@@ -28,7 +28,7 @@
   {include file="CRM/Contribute/Form/Task.tpl"}
 </div>
 {if $selectedOutput ne 'email'}
-  <div id="help">
+  <div class="help">
     {ts}You may choose to email invoice to contributors OR download a PDF file containing one invoice per page to your local computer by clicking <strong>Process Invoice(s)</strong> . Your browser may display the file for you automatically, or you may need to open it for printing using any PDF reader (such as Adobe&reg; Reader).{/ts}
   </div>
 {/if}