CRM-12466, layout fix and added inline help
authorKurund Jalmi <kurund@civicrm.org>
Fri, 17 May 2013 06:09:38 +0000 (02:09 -0400)
committerKurund Jalmi <kurund@civicrm.org>
Tue, 21 May 2013 00:52:21 +0000 (20:52 -0400)
templates/CRM/Admin/Form/Preferences/Display.tpl

index 23eefb88b6fd96e1bfb6a1b1fd741519b57d806d..a5c2670a3a1f137551e36005350417c4fcbc8011 100644 (file)
       <td class="label">{$form.contact_view_options.label}</td>
       <td>{$form.contact_view_options.html}</td>
     </tr>
-    <tr class="crm-preferences-display-form-block-contact_smart_group_display">
-      <td class="label">{$form.contact_smart_group_display.label}</td>
-      <td>{$form.contact_smart_group_display.html}</td>
-    </tr>
     <tr class="crm-preferences-display-form-block-description">
       <td>&nbsp;</td>
       <td class="description">
           to modify the components which are available for your site.{/ts}
       </td>
     </tr>
+    <tr class="crm-preferences-display-form-block-contact_smart_group_display">
+      <td class="label">{$form.contact_smart_group_display.label}</td>
+      <td>{$form.contact_smart_group_display.html}</td>
+    </tr>
+    <tr class="crm-preferences-display-form-block-description">
+      <td>&nbsp;</td>
+      <td class="description">
+        {ts}Controls display of the smart groups that a contact is part of in each contact's "Groups" tab.
+          "Show on Demand" provides the best performance, and is recommended for most sites.{/ts}
+      </td>
+    </tr>
     <tr class="crm-preferences-display-form-block-contact_edit_options">
       <td class="label">{$form.contact_edit_options.label}</td>
       <td>
@@ -82,8 +89,8 @@
     </tr>
     <tr class="crm-preferences-display-form-block-description">
       <td>&nbsp;</td>
-      <td
-        class="description">{ts}Select the sections that should be included when adding or editing a contact record.
+      <td class="description">
+        {ts}Select the sections that should be included when adding or editing a contact record.
           EXAMPLE: If your organization does not record Gender and Birth Date for individuals, then simplify the form
           by un-checking this option. Drag interface allows you to change the order of the panes displayed on contact
           add/edit screen.{/ts}