projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43d870e
)
Improve field accessibility in legacycustomsearches
author
Bradley Taylor
<hello@brad-taylor.co.uk>
Sat, 5 Feb 2022 14:34:38 +0000
(14:34 +0000)
committer
Bradley 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
patch
|
blob
|
blame
|
history
ext/legacycustomsearches/templates/CRM/Contact/Form/Search/Custom/FullText.tpl
patch
|
blob
|
blame
|
history
diff --git
a/ext/legacycustomsearches/CRM/Contact/Form/Search/Custom/FullText.php
b/ext/legacycustomsearches/CRM/Contact/Form/Search/Custom/FullText.php
index dcc3ea12f1769cd4b5c8e834b130e19c9fcde2ec..64cb9ba3c4c0326a02db4139cf0aa50bd4297a42 100644
(file)
--- a/
ext/legacycustomsearches/CRM/Contact/Form/Search/Custom/FullText.php
+++ b/
ext/legacycustomsearches/CRM/Contact/Form/Search/Custom/FullText.php
@@
-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'));
diff --git
a/ext/legacycustomsearches/templates/CRM/Contact/Form/Search/Custom/FullText.tpl
b/ext/legacycustomsearches/templates/CRM/Contact/Form/Search/Custom/FullText.tpl
index d720d1843c9e89ab76a71d15477ce7d1a4e4fa80..2503715ca916673e6e20dc2eb1c79c1a47c9b38a 100644
(file)
--- a/
ext/legacycustomsearches/templates/CRM/Contact/Form/Search/Custom/FullText.tpl
+++ b/
ext/legacycustomsearches/templates/CRM/Contact/Form/Search/Custom/FullText.tpl
@@
-14,11
+14,11
@@
<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>