change icon class to swap-icon
authorAndrew Hunt <andrew@aghstrategies.com>
Wed, 10 Apr 2013 16:19:38 +0000 (12:19 -0400)
committerAndrew Hunt <andrew@aghstrategies.com>
Wed, 10 Apr 2013 16:19:38 +0000 (12:19 -0400)
css/civicrm.css
templates/CRM/Activity/Form/Activity.tpl

index 15bd4c326814216a53e25d8463ac8a17984a34be..6f6aa7b7b2f818abcc62abb6ed050ffd5f05f101 100644 (file)
@@ -2581,7 +2581,7 @@ div.grippie {
   background-position: -3px -161px;
 }
 
-.crm-container .swap-target-assignee-icon {
+.crm-container .swap-icon {
   background-position: -82px -81px;
 }
 
index af649a04942fc2c5416e5f7a82f8d3fd04072a1e..da503f055fded7193a7122ea9adc35788269012a 100644 (file)
       <td>
         <a href="#" class="button" id="swap_target_assignee">
           <span>
-            <div class="icon swap-target-assignee-icon"></div>{ts}Swap Target and Assignee Contacts{/ts}
+            <div class="icon swap-icon"></div>{ts}Swap Target and Assignee Contacts{/ts}
           </span>
         </div>
       </td>