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>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>
@ -196,8 +196,8 @@
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