Merge pull request #5473 from aydun/CRM-16160
[civicrm-core.git] / templates / CRM / Contact / Form / Search / Criteria / Demographics.tpl
index b4fe33a430b39d0176b1ca7d97da477b00abec15..41b2bd7f85d4774bd1de88bb7e6c787dd62c4615 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.                                    |
  |                                                                    |
     {include file="CRM/Core/DateRange.tpl" fieldName="birth_date" from='_low' to='_high'}
        </tr>
        <tr>
-   <td>
-            {$form.is_deceased.label}<br />
+           <tr><td><label>{ts}Age{/ts}</label></td></tr>
+    {include file="CRM/Core/AgeRange.tpl" fieldName="age" from='_low' to='_high' date='_asof_date'}
+       </tr>
+       <tr>
+         <td>
+           {$form.is_deceased.label}<br />
            {$form.is_deceased.html}
          </td>
       </tr>