@@ -, +, @@ display: none !important; --- .../intranet-tmpl/prog/en/includes/columns_settings.inc | 1 + .../prog/en/modules/reports/guided_reports_start.tt | 7 ++----- .../intranet-tmpl/prog/en/modules/tools/modborrowers.tt | 7 ++----- 3 files changed, 5 insertions(+), 10 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/columns_settings.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/columns_settings.inc @@ -134,6 +134,7 @@ function KohaTable(id_selector, dt_parameters, columns_settings, add_filters) { { "targets": [ "string-sort" ], "type": "string" }, { "targets": [ "anti-the" ], "type": "anti-the" }, { "targets": [ "NoSort" ], "orderable": false, "searchable": false }, + { "targets": [ "NoVisible" ], "visible": false } ]; if ( new_parameters["aoColumnDefs"] === undefined ) { new_parameters["aoColumnDefs"] = default_column_defs; --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt @@ -278,13 +278,13 @@ [% IF (usecache) %] Cache expiry (seconds) [% ELSE %] -   + Cache expiry (seconds) [% END %] Saved results [% IF has_obsolete_reports %] Update [% ELSE %] -   + Update [% END %] Actions @@ -1755,9 +1755,6 @@ 'bAutoWidth': false, 'sPaginationType': 'full', 'aaSorting': [[ 1, "asc" ]], - 'aoColumnDefs': [ - { "visible": false, "aTargets" : [ "hidden" ] } - ], 'oLanguage': { 'sZeroRecords': _("No matching reports found") }, --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt @@ -202,7 +202,7 @@ [% IF ( op == 'show' ) %]   [% ELSE %] -   +   [% END %] Card number Surname @@ -236,7 +236,7 @@ [% IF ( op == 'show' ) %] [% ELSE %] - + [% END %] @@ -427,9 +427,6 @@ KohaTable("borrowerst", { "order": [[ 1, "asc" ]], "autoWidth": false, - "columnDefs": [ - { "visible": false, "targets" : [ "hidden" ] } - ] }, table_settings); $("#selectallbutton").click(function() { --