@@ -, +, @@ captions --- .../intranet-tmpl/prog/en/modules/acqui/acqui-home.tt | 18 +++--------------- .../intranet-tmpl/prog/en/modules/admin/aqbudgets.tt | 14 +++++--------- 2 files changed, 8 insertions(+), 24 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt @@ -79,20 +79,6 @@
- @@ -241,8 +227,10 @@ 'bSort': true, 'aaSortingFixed': [[ 1, 'asc' ]], 'bPaginate': false, - "bAutoWidth": false + "bAutoWidth": false, + "dom": 'ifB<"budget_toolbar">' }); + $(".budget_toolbar").html('
Expand all | Collapse all | Hide inactive budgets | Show inactive budgets |
'); $(oTable).treetable({ expandable: true --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt @@ -52,14 +52,6 @@ [% IF budgets %]
- Expand all - | Collapse all - | Hide inactive budgets - | Show inactive budgets - | - - -
- [% UNLESS budget_period_id %] - - [% END %] @@ -653,8 +645,12 @@ 'bSort': true, 'aaSortingFixed': [[ 1, 'asc' ]], 'bPaginate': false, - "bAutoWidth": false + "bAutoWidth": false, + "dom": 'ifB<"budget_toolbar">' }); + [% UNLESS budget_period_id %] + $(".budget_toolbar").html('
Expand all | Collapse all | Hide inactive budgets | Show inactive budgets
'); + [% END %] $(oTable).treetable({ expandable: true --
- Expand all - | Collapse all - | Hide inactive budgets - | Show inactive budgets -
Active