@@ -, +, @@ page --- koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt @@ -1,7 +1,7 @@ [% INCLUDE 'doc-head-open.inc' %] Koha › Tools › Patron lists [% INCLUDE 'doc-head-close.inc' %] - +[% INCLUDE 'greybox.inc' %] [% INCLUDE 'datatables.inc' %] @@ -10,7 +10,7 @@ $(document).ready(function() { $('#patron-lists-table').dataTable($.extend(true, {}, dataTablesDefaults, { "aoColumnDefs": [ - { "aTargets": [ -1, -2, -3 ], "bSortable": false, "bSearchable": false }, + { "aTargets": [ -1, -2, -3, -4 ], "bSortable": false, "bSearchable": false }, ], "sPaginationType": "four_button" } )); @@ -45,6 +45,7 @@       +   @@ -68,6 +69,11 @@ Delete + + + Print patron cards + + [% END %] --