Merge remote-tracking branch 'origin/new/bug_8185'
[koha_fer] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / aqbudgetperiods.tt
index 9135f29..f8a0506 100644 (file)
@@ -84,7 +84,7 @@
         [% IF ( tab ) %]
             tabs.tabs('select', [% tab %]);
         [% END %]
-        $("table").dataTable($.extend(true, {}, dataTablesDefaults, {
+        $("#activeperiodst,#inactiveperiodst").dataTable($.extend(true, {}, dataTablesDefaults, {
             "aoColumnDefs": [
                 {
                     [% IF ( dateformat == 'metric' ) %]
     </ul>
 
     <div id="active">
-      <h3>Active Budgets</h3>
       [% IF ( period_active_loop ) %]
         <table id="activeperiodst">
           <thead>
       <div class="paginationBar">[% active_pagination_bar %]</div>
     </div>
     <div id="inactive">
-      <h3>Inactive Budgets</h3>
       [% IF ( period_inactive_loop ) %]
         <table id="inactiveperiodst">
           <thead>