Merge pull request #5514 from pradpnayak/CRM-16197
[civicrm-core.git] / templates / CRM / Form / body.tpl
index 975afbc40d99e5a5cce38f27367dd8c2b05949b8..4fbc3a701e6c23d0c883f0afb3c15308061424b0 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.                                    |
  |                                                                    |
@@ -33,7 +33,7 @@
 
 {if ($snippet !== 'json') and !$suppressForm and count($form.errors) gt 0}
    <div class="messages crm-error">
-       <div class="icon red-icon alert-icon"></div>
+       <div class="icon red-icon ui-icon-alert"></div>
      {ts}Please correct the following errors in the form fields below:{/ts}
      <ul id="errorList">
      {foreach from=$form.errors key=errorName item=error}