Bug 29279: Use class for targets
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 21 Oct 2021 08:19:55 +0000 (10:19 +0200)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 21 Oct 2021 08:21:50 +0000 (10:21 +0200)
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tt

index 00922b2..3bb679f 100644 (file)
           <th>Holds</th>
           <th>Items</th>
           <th>Hold ratio</th>
-          <th>Title</th>
+          <th class="anti-the">Title</th>
           <th>Home libraries</th>
           <th>Holding libraries</th>
           <th>Location</th>
           <th>Itype</th>
-          <th>Call numbers</th>
+          <th class="natural">Call numbers</th>
           <th>Items needed</th>
         </tr>
       </thead>
             KohaTable("holdst", {
                 "aaSorting": [ [2,'desc'], [3,'asc'] ],
                   "aoColumnDefs": [
-                      { "aTargets": [ 8 ], "sType": "natural" },
-                      { "aTargets": [ 3 ], "sType": "anti-the" },
+                      { "sType": "anti-the", "aTargets" : [ "anti-the" ] },
+                      { "sType": "natural", "aTargets" : [ "natural" ] },
                     ],
                 "sPaginationType": "full",
                 "autoWidth": false