Change 'help' id to a class
[civicrm-core.git] / templates / CRM / Group / Form / Edit.tpl
index a269965eb71133d8ab4ea154e5642dae627be2f2..1a074a8bc0ae62e5802bf7c0690dbb063cc6386e 100644 (file)
@@ -25,7 +25,7 @@
 *}
 {* this template is used for adding/editing group (name and description only)  *}
 <div class="crm-block crm-form-block crm-group-form-block">
-    <div id="help">
+    <div class="help">
   {if $action eq 2}
       {capture assign=crmURL}class="no-popup" href="{crmURL p="civicrm/group/search" q="reset=1&force=1&context=smog&gid=`$group.id`"}"{/capture}
       {ts 1=$crmURL}You can edit the Name and Description for this group here. Click <a %1>Contacts in this Group</a> to view, add or remove contacts in this group.{/ts}