Re-arrange change log advanced search panel so both modified fields are next to each...
authorSeamus Lee <seamuslee001@gmail.com>
Sun, 3 Nov 2019 06:14:10 +0000 (17:14 +1100)
committerSeamus Lee <seamuslee001@gmail.com>
Sun, 3 Nov 2019 06:14:10 +0000 (17:14 +1100)
templates/CRM/Contact/Form/Search/Criteria/ChangeLog.tpl

index 2c70bf7c6b108d942a609cd220f217f9b72f3997..0a56ee7f14f9493d7b5a2f9217822e158ad20e46 100644 (file)
 <div id="changelog" class="form-item">
   <table class="form-layout">
     <tr>
-      {include file="CRM/Core/DatePickerRangeWrapper.tpl" fieldName="created_date"}
+      {include file="CRM/Core/DatePickerRangeWrapper.tpl" fieldName="modified_date"}
       <td>
         <span class="modifiedBy"><label>{ts}Modified By{/ts}</label></span></br>
-        {$form.changed_by.html}<br><span class="description">{ts}Note this field just filters on who made a change no matter when that change happened, It doesn't have any link to the modified date field below{/ts}</span>
+        {$form.changed_by.html}<br><span class="description">{ts}Note this field just filters on who made a change no matter when that change happened, It doesn't have any link to the modified date field.{/ts}</span>
       </td>
     </tr>
     <tr>
-      {include file="CRM/Core/DatePickerRangeWrapper.tpl" fieldName="modified_date"}
+      {include file="CRM/Core/DatePickerRangeWrapper.tpl" fieldName="created_date"}
     </tr>
   </table>
 </div>