14 lines
399 B
Smarty
14 lines
399 B
Smarty
|
|
||
|
<table class="ignore_constituent_search-block">
|
||
|
<tr class="ignore_constituent_search">
|
||
|
<td>{$form.ignore_constituent_search.html} {$form.ignore_constituent_search.label}</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
{literal}
|
||
|
<script type="text/javascript">
|
||
|
CRM.$(function($) {
|
||
|
$('#search-settings td.adv-search-top-submit').before($('table.ignore_constituent_search-block tr td'));
|
||
|
});
|
||
|
</script>
|
||
|
{/literal}
|