dev/core#2154 Fix the output of the full text custom search form
authorSeamus Lee <seamuslee001@gmail.com>
Fri, 30 Oct 2020 22:44:19 +0000 (09:44 +1100)
committerSeamus Lee <seamuslee001@gmail.com>
Fri, 30 Oct 2020 22:44:19 +0000 (09:44 +1100)
templates/CRM/Contact/Form/Search/Custom/FullText.tpl

index 51a3c91956d8b96f243496c06062b4865605cd98..f2bcfdebb169d2202bd1ae94ce1d3bd9b8d8e21a 100644 (file)
     <div class="form-item">
       <table class="form-layout-compressed">
         <tr>
-          <td class="label">{$form.text.label}</td>
-          <td>{$form.text.html}</td>
-          <td class="label">{ts}in...{/ts}</td>
-          <td>{$form.table.html}</td>
+          <td>
+            <label>{$form.text.label}</label>
+            {$form.text.html}
+          </td>
+          <td>
+            <label>{ts}in...{/ts}</label>
+            {$form.table.html}
+          </td>
           <td>{$form.buttons.html} {help id="id-fullText"}</td>
         </tr>
       </table>