-
-
Notifications
You must be signed in to change notification settings - Fork 825
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CRM-21634 Stdise search fields as they relate to contacts
- Loading branch information
1 parent
13abea2
commit a044038
Showing
10 changed files
with
195 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<tr> | ||
<td class="font-size12pt"> | ||
{$form.sort_name.label} {$form.sort_name.html|crmAddClass:'twenty'} | ||
</td> | ||
<td>{$form.buttons.html}</td> | ||
</tr> | ||
<tr> | ||
{if $form.contact_tags} | ||
<td><label>{$form.contact_tags.label}</label> | ||
{$form.contact_tags.html} | ||
</td> | ||
{else} | ||
<td> </td> | ||
{/if} | ||
|
||
{if $form.group} | ||
<td><label>{$form.group.label}</label> | ||
{$form.group.html} | ||
</td> | ||
{else} | ||
<td> </td> | ||
{/if} | ||
</tr> | ||
<tr class="crm-event-search-form-block-deleted_contacts"> | ||
<td>{$form.contact_type.label} {$form.contact_type.html}<br></td> | ||
<td> | ||
{if $form.deleted_contacts} | ||
{$form.deleted_contacts.html} {$form.deleted_contacts.label} | ||
{/if} | ||
</td> | ||
</tr> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters