@@ -, +, @@ datatable and butons --- koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 4 ---- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt | 7 ++++--- 2 files changed, 4 insertions(+), 7 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss +++ a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss @@ -3714,10 +3714,6 @@ span { margin: 1em auto; } -#merge { - margin: .5em 0 0; -} - #merge_table { tr { &.active { --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt @@ -121,9 +121,9 @@ [% IF CAN_user_acquisition_merge_invoices %] Merge selected invoices [% IF tab == 'closed' %] - Reopen selected invoices + Reopen selected invoices [% ELSE %] - Close selected invoices + Close selected invoices [% END %] [% END %] @@ -370,7 +370,8 @@ aoColumnDefs: [ { "bSortable": false, "aTargets": [1, -1] }, { "bVisible": false, "aTargets": [0] } - ] + ], + autoWidth: false })); $(".show_only_subscription").prop("checked", false); --