Actvity tpl cleanup
[civicrm-core.git] / templates / CRM / Case / Form / Activity.tpl
index ab14e7057c8e239e7576072401cdbd486fd8f638..4816a057d38cb30526c59a05996ce44799b49e07 100644 (file)
       <td class="view-value">{$form.source_contact_id.html}</td>
     </tr>
     <tr class="crm-case-activity-form-block-assignee_contact_id">
-      <td class="label">{$form.assignee_contact_id.label}</td>
-      <td>{$form.assignee_contact_id.html}<br />
-        {edit}
-          <span class="description">
-          {ts}You can optionally assign this activity to someone.{/ts}
-          {if $activityAssigneeNotification}
-            <br />{ts}A copy of this activity will be emailed to each Assignee.{/ts}
-          {/if}
-          </span>
-        {/edit}
+      <td class="label">
+        {$form.assignee_contact_id.label}
+        {edit}{help id="assignee_contact_id" title=$form.assignee_contact_id.label file="CRM/Activity/Form/Activity"}{/edit}
+      </td>
+      <td>{$form.assignee_contact_id.html}
+        {if $activityAssigneeNotification}
+          <br />
+          <span class="description"><span class="icon email-icon"></span>{ts}A copy of this activity will be emailed to each Assignee.{/ts}</span>
+        {/if}
       </td>
     </tr>