|
Lines 328-334
Link Here
|
| 328 |
[% Asset.js("js/acquisitions-menu.js") | $raw %] |
328 |
[% Asset.js("js/acquisitions-menu.js") | $raw %] |
| 329 |
[% INCLUDE 'datatables.inc' %] |
329 |
[% INCLUDE 'datatables.inc' %] |
| 330 |
[% Asset.js("lib/jquery/plugins/jquery.dataTables.columnFilter.js") | $raw %] |
330 |
[% Asset.js("lib/jquery/plugins/jquery.dataTables.columnFilter.js") | $raw %] |
| 331 |
[% Asset.js("lib/jquery/plugins/jquery.cookie.min.js") | $raw %] |
|
|
| 332 |
<style>#dataPreview { width : 80%; } @media (max-width: 767px) { #dataPreview { margin: 0; width : auto; } }</style> |
331 |
<style>#dataPreview { width : 80%; } @media (max-width: 767px) { #dataPreview { margin: 0; width : auto; } }</style> |
| 333 |
<script> |
332 |
<script> |
| 334 |
dt_overwrite_html_sorting_localeCompare(); |
333 |
dt_overwrite_html_sorting_localeCompare(); |
| 335 |
- |
|
|