Merge pull request #5453 from colemanw/CRM-16148
[civicrm-core.git] / templates / CRM / Logging / ReportDetail.tpl
index 94b9ae8f64ffd2d3179e9255977842680d0ce214..601e772129d93fc0304e2fd760c78c32cc4ae185 100644 (file)
@@ -2,7 +2,7 @@
  +--------------------------------------------------------------------+
  | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2014                                |
+ | Copyright CiviCRM LLC (c) 2004-2015                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -48,7 +48,7 @@
   {/if}
   {if $layout neq 'overlay'}
   <div class="action-link">
-      <a href="{$backURL}"   class="button"><span><div class="icon back-icon"></div>{ts}Back to Logging Summary{/ts}</span></a>
+      <a href="{$backURL}"   class="button"><span><div class="icon ui-icon-arrowreturnthick-1-w"></div>{ts}Back to Logging Summary{/ts}</span></a>
       <a href="{$revertURL}" class="button" onclick="return confirm('{$revertConfirm}');"><span><div class="icon delete-icon"></div>{ts}Revert These Changes{/ts}</span></a>
   </div>
   {/if}