@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/js/categories.js | 4 ++-- koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt | 9 +++++---- 2 files changed, 7 insertions(+), 6 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/js/categories.js +++ a/koha-tmpl/intranet-tmpl/prog/en/js/categories.js @@ -23,7 +23,7 @@ jQuery.validator.addMethod( "enrollment_period", function(){ $(document).ready(function() { $("#table_categorie").dataTable($.extend(true, {}, dataTablesDefaults, { "aoColumnDefs": [{ - "aTargets": [-1, -2], + "aTargets": [-1], "bSortable": false, "bSearchable": false }, { @@ -94,4 +94,4 @@ $(document).ready(function() { } }); -}); +}); --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt @@ -318,8 +318,7 @@ [% END %] Branches limitations Default privacy -   -   + Actions @@ -404,8 +403,10 @@ Forever [% END %] - Edit - Delete + + Edit + Delete + [% END %] --