@@ -, +, @@ library on the Acquisitions home page --- .../intranet-tmpl/prog/en/modules/acqui/acqui-home.tt | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 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 @@ -64,7 +64,7 @@ [% IF ( loop_budget ) %] -

All available funds[% IF LoginBranchname %] for [% LoginBranchname | html %][% END %]

+

All available funds[% IF LoginBranchname %] for [% LoginBranchname | html %][% END %]

@@ -72,7 +72,15 @@ Expand all | Collapse all | Hide inactive budgets - | Show inactive budgets + | Show inactive budgets + | + + @@ -248,6 +256,11 @@ }); $("#hide_inactive").click(); + $("#library-filter").change(function(){ + $("#accounts").DataTable().search(this.value); + $("#accounts").DataTable().draw(); + }); + }); [% END %] --