Merge branch 4.5 into master
[civicrm-core.git] / templates / CRM / Case / Page / DashBoard.tpl
index 67255613044bf6fde2560fb02fbccbfddb954d6e..1893c2ed593ecd7c3b5220c792cb082d3d107678 100644 (file)
@@ -36,7 +36,7 @@
     {if $newClient and $allowToAddNewCase}
       <a href="{$newCaseURL}" class="button"><span><div class="icon ui-icon-circle-plus"></div> {ts}Add Case{/ts}</span></a>
     {/if}
-    <a class="button no-popup" name="find_my_cases" href="{crmURL p="civicrm/case/search" q="reset=1&case_owner=2&force=1"}"><span>{ts}Find My Cases{/ts}</span></a>
+    <a class="button no-popup" name="find_my_cases" href="{crmURL p="civicrm/case/search" q="reset=1&case_owner=2&force=1"}"><span><div class="icon ui-icon-search"></div> {ts}Find My Cases{/ts}</span></a>
 
     <div class="crm-case-dashboard-switch-view-buttons">
         {if $myCases}
     {/if}
 {/if}
 </div>
-
-{include file="CRM/Case/Form/ActivityChangeStatusJs.tpl"}