Skip to content
Snippets Groups Projects
Commit 46c5a8a1 authored by colemanw's avatar colemanw
Browse files

Merge pull request #1876 from colemanw/4.4

CRM-13673 - Activity.tpl - Make swap assignee/target button less obtrusive
parents 4f21f0e7 8cc24f78
No related branches found
No related tags found
No related merge requests found
...@@ -151,19 +151,6 @@ ...@@ -151,19 +151,6 @@
{/if} {/if}
</tr> </tr>
{if $action neq 4}
<tr class="crm-activity-form-block-swap_target_assignee">
<td class="label"></td>
<td>
<a href="#" class="button" id="swap_target_assignee">
<span>
<div class="icon swap-icon"></div>{ts}Swap Target and Assignee Contacts{/ts}
</span>
</div>
</td>
</tr>
{/if}
<tr class="crm-activity-form-block-assignee_contact_id"> <tr class="crm-activity-form-block-assignee_contact_id">
{if $action eq 4} {if $action eq 4}
<td class="label">{ts}Assigned To{/ts}</td><td class="view-value"> <td class="label">{ts}Assigned To{/ts}</td><td class="view-value">
...@@ -173,7 +160,13 @@ ...@@ -173,7 +160,13 @@
</td> </td>
{else} {else}
<td class="label">{ts}Assigned To{/ts}</td> <td class="label">{ts}Assigned To{/ts}</td>
<td>{$form.assignee_contact_id.html} <td>
<a href="#" class="button" id="swap_target_assignee" title="{ts}Swap Target and Assignee Contacts{/ts}" style="float:right;">
<span>
<div class="icon swap-icon"></div>
</span>
</a>
{$form.assignee_contact_id.html}
{edit} {edit}
<span class="description">{ts}You can optionally assign this activity to someone. Assigned activities will appear in their Activities listing at CiviCRM Home.{/ts} <span class="description">{ts}You can optionally assign this activity to someone. Assigned activities will appear in their Activities listing at CiviCRM Home.{/ts}
{if $activityAssigneeNotification} {if $activityAssigneeNotification}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment