correct default sort for scheduled reminders list
authormagnolia61 <richard.van.oosterhout@gmail.com>
Mon, 20 Aug 2018 13:37:37 +0000 (15:37 +0200)
committermagnolia61 <richard.van.oosterhout@gmail.com>
Mon, 20 Aug 2018 13:37:37 +0000 (15:37 +0200)
templates/CRM/Admin/Page/Reminders.tpl

index e533bf45ce30fd8d68c03ac76126b585e4f0d73a..4ee45c6a5bfd77dbc7f15899a749e22e90471da6 100644 (file)
@@ -32,7 +32,7 @@
   <table id="scheduleReminders" class="display">
     <thead>
     <tr id="options" class="columnheader">
-      <th class="sortable">{ts}Title{/ts}</th>
+      <th id="sortable">{ts}Title{/ts}</th>
       <th >{ts}Reminder For{/ts}</th>
       <th >{ts}When{/ts}</th>
       <th >{ts}While{/ts}</th>