CRM-16111: Translation string fixes (4.6 review).
[civicrm-core.git] / templates / CRM / Form / body.tpl
index d951907da040ec0eac1ae216e1ff3d54a235a279..06fbfc89dc2785eca248a10bcc459bae1e197cbb 100644 (file)
@@ -1,6 +1,6 @@
 {*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
@@ -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}