Bug 15213 - fix buttons on patron lists
authorLiz Rea <liz@catalyst.net.nz>
Fri, 20 Nov 2015 02:08:25 +0000 (15:08 +1300)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 11 Dec 2015 16:50:51 +0000 (16:50 +0000)
To test:
go to tools -> patron lists
notice that the buttons are not misaligned anymore

You may need to force refresh the page to see the original issue, and to see it fixed.

http://bugs.koha-community.org/show_bug.cgi?id=15223

With patch buttons display nicely.
Signed-off-by: Marc VĂ©ron <veron@veron.ch>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>

koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt

index 378c4b6..eee075e 100644 (file)
@@ -9,6 +9,7 @@
 //<![CDATA[
     $(document).ready(function() {
         $('#patron-lists-table').dataTable($.extend(true, {}, dataTablesDefaults, {
+            "autoWidth": false,
             "aoColumnDefs": [
                 { "aTargets": [ -1, -2, -3 ], "bSortable": false, "bSearchable": false },
             ],