Bug 13487: Fix pagination for basketgroup
authorJonathan Druart <jonathan.druart@biblibre.com>
Mon, 22 Dec 2014 09:51:50 +0000 (10:51 +0100)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Wed, 7 Jan 2015 23:12:56 +0000 (20:12 -0300)
Test plan:
Go on the acqui/basketgroup.pl page and verify that the pagination
button (First, Prev, Next, Last) is now correctly styled.

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt

index 13b1dcd..74bedcb 100644 (file)
@@ -113,7 +113,8 @@ function submitForm(form) {
         "aoColumnDefs": [
             { "aTargets": [ -1 ], "bSortable": false, "bSearchable": false },
         ],
-        "bAutoWidth": false
+        "bAutoWidth": false,
+        "sPaginationType": "four_button"
     } ));
 
  });