Lines 1-6
Link Here
|
1 |
[% INCLUDE 'doc-head-open.inc' %] |
1 |
[% INCLUDE 'doc-head-open.inc' %] |
2 |
<title>Koha › Acquisitions</title> |
2 |
<title>Koha › Acquisitions</title> |
|
|
3 |
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" /> |
3 |
[% INCLUDE 'doc-head-close.inc' %] |
4 |
[% INCLUDE 'doc-head-close.inc' %] |
|
|
5 |
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.dataTables.min.js"></script> |
6 |
[% INCLUDE 'datatables-strings.inc' %] |
7 |
<script type="text/javascript" src="[% themelang %]/js/datatables.js"></script> |
4 |
<script type="text/javascript"> |
8 |
<script type="text/javascript"> |
5 |
//<![CDATA[ |
9 |
//<![CDATA[ |
6 |
$(document).ready(function() { |
10 |
$(document).ready(function() { |
Lines 18-23
$(document).ready(function() {
Link Here
|
18 |
$('.bu_active').hide(); |
22 |
$('.bu_active').hide(); |
19 |
} |
23 |
} |
20 |
}); |
24 |
}); |
|
|
25 |
var srlt = $("#accounts").dataTable($.extend(true, {}, dataTablesDefaults, { |
26 |
"sPaginationType": "four_button" |
27 |
} ) ); |
21 |
}); |
28 |
}); |
22 |
//]]> |
29 |
//]]> |
23 |
</script> |
30 |
</script> |
24 |
- |
|
|