Bug 29279: Use class for targets

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
Jonathan Druart 2021-10-21 10:19:55 +02:00
parent 8e1b1f3d15
commit 85f6781562

View file

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