Merge pull request #5453 from colemanw/CRM-16148
[civicrm-core.git] / templates / CRM / Logging / ReportDetail.tpl
index 1cd99352da82b572ba882f1e6073605eb88e4b29..601e772129d93fc0304e2fd760c78c32cc4ae185 100644 (file)
@@ -1,8 +1,8 @@
 {*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | 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}