Improve field accessibility in legacycustomsearches
authorBradley Taylor <hello@brad-taylor.co.uk>
Sat, 5 Feb 2022 14:34:38 +0000 (14:34 +0000)
committerBradley Taylor <hello@brad-taylor.co.uk>
Sat, 5 Feb 2022 14:34:38 +0000 (14:34 +0000)
ext/legacycustomsearches/CRM/Contact/Form/Search/Custom/FullText.php
ext/legacycustomsearches/templates/CRM/Contact/Form/Search/Custom/FullText.tpl

index dcc3ea12f1769cd4b5c8e834b130e19c9fcde2ec..64cb9ba3c4c0326a02db4139cf0aa50bd4297a42 100644 (file)
@@ -308,7 +308,7 @@ WHERE      t.table_name = 'Activity' AND
       }
     }
 
-    $form->add('select', 'table', ts('Tables'), $tables);
+    $form->add('select', 'table', ts('in...'), $tables);
 
     $form->assign('csID', $form->get('csid'));
 
index d720d1843c9e89ab76a71d15477ce7d1a4e4fa80..2503715ca916673e6e20dc2eb1c79c1a47c9b38a 100644 (file)
       <table class="form-layout-compressed">
         <tr>
           <td>
-            <label>{$form.text.label}</label>
+            {$form.text.label}
             {$form.text.html}
           </td>
           <td>
-            <label>{ts}in...{/ts}</label>
+            {$form.table.label}
             {$form.table.html}
           </td>
           <td>{$form.buttons.html} {help id="id-fullText"}</td>