CRM-15976 - Create section for search settings
authorColeman Watts <coleman@civicrm.org>
Mon, 9 Mar 2015 15:46:15 +0000 (11:46 -0400)
committerColeman Watts <coleman@civicrm.org>
Mon, 9 Mar 2015 15:46:15 +0000 (11:46 -0400)
templates/CRM/Contact/Form/Search/Criteria/Basic.tpl

index b05e66a85b7912d4f025fd00e82c836f51c0dd40..a2a1379c8df471298aab85a6bf8575855da25684 100644 (file)
       </div>
     </td>
   </tr>
-  <tr>
-    <td>
-      {$form.uf_group_id.label} {help id="id-search-views"}<br />{$form.uf_group_id.html}
-    </td>
-    <td>
-      {if $form.component_mode}
-        {$form.component_mode.label} {help id="id-display-results"}
-        <br />
-        {$form.component_mode.html}
-        {if $form.display_relationship_type}
-          <div id="crm-display_relationship_type">{$form.display_relationship_type.html}</div>
-        {/if}
-      {else}
-          &nbsp;
-      {/if}
-    </td>
-  </tr>
   <tr>
   {if $form.contact_type}
             <td><label>{ts}Contact Type(s){/ts}</label><br />
   {else}
     <td>&nbsp;</td>
   {/if}
-    <td>{$form.operator.label} {help id="id-search-operator"}<br />{$form.operator.html}</td>
-    <td>
-      {if $form.deleted_contacts}{$form.deleted_contacts.html} {$form.deleted_contacts.label}{else}&nbsp;{/if}
-    </td>
   </tr>
   <tr>
     {if $form.contact_tags}
       {$form.preferred_language.html}
     </td>
   </tr>
+  <tr>
+    <td colspan="5">
+      <fieldset>
+        <legend>{ts}Search Settings{/ts}</legend>
+        <table>
+          <tr>
+            <td>
+              {$form.uf_group_id.label} {help id="id-search-views"}<br />{$form.uf_group_id.html}
+            </td>
+            <td>
+              {if $form.component_mode}
+                {$form.component_mode.label} {help id="id-display-results"}
+                <br />
+                {$form.component_mode.html}
+                {if $form.display_relationship_type}
+                  <div id="crm-display_relationship_type">{$form.display_relationship_type.html}</div>
+                {/if}
+              {else}
+                &nbsp;
+              {/if}
+            </td>
+            <td>{$form.operator.label} {help id="id-search-operator"}<br />{$form.operator.html}</td>
+            <td>
+              {if $form.deleted_contacts}{$form.deleted_contacts.html} {$form.deleted_contacts.label}{/if}
+            </td>
+          </tr>
+        </table>
+      </fieldset>
+    </td>
+  </tr>
 </table>